Updated documentation

This commit is contained in:
Jon Michael Aanes 2024-07-17 15:52:29 +02:00
parent f51f35b5c6
commit c72738eda2

View File

@ -9,10 +9,13 @@ advantage of the its e-ink screen, but I had problems getting it to run 24/7.
## Example usage
1. Edit `config.py` to include links to your ICAL files. (Google Calendar hidden
ICAL links works great here.)
2. Launch server using something like: `python main.py --port 8082 --hostname 192.168.87.197`
3. Navigate to <http://192.168.87.197:8082>.
1. Add ICAL links to any [SecretLoader
compatible](https://gitfub.space/Jmaa/secret_loader) location, for the key
`ical_links`. Simplest approach is to add them to a file under
`secrets/ical_links`. ([Google Calendar hidden ICAL
links](https://support.google.com/calendar/answer/37648) works great here.)
2. Launch server using something like: `python -m kobo_wall_calendar`
3. Navigate to <http://localhost:8080/>.
4. Enjoy
"""