From c72738eda2b37de4b424d4fe6edc9ce4e499ec88 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Wed, 17 Jul 2024 15:52:29 +0200 Subject: [PATCH] Updated documentation --- kobo_wall_calendar/__init__.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/kobo_wall_calendar/__init__.py b/kobo_wall_calendar/__init__.py index 507978d..74041e3 100644 --- a/kobo_wall_calendar/__init__.py +++ b/kobo_wall_calendar/__init__.py @@ -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 . +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 . 4. Enjoy """