@@ -29,10 +29,11 @@ export GOOGLE_CALENDAR_ID=primary
2929# Or if you use Outlook Calendar, use python3 outlook_util.py to get available Calendar IDs
3030# export OUTLOOK_CALENDAR_ID=AQMkAxyz...
3131
32- # Most new Waveshare are 2, older ones are 1
32+ # Most new Waveshare are 2, older ones are 1 (SKU: 13504)
33+ # For 7.5 inch B with Red, use "2B" (SKU: 13505)
3334export WAVESHARE_EPD75_VERSION=2
3435
35- # You can set this to DEBUG for troubleshooting, otherwise leave it at INFO.
36+ # You can set this to DEBUG for troubleshooting, otherwise leave it at INFO.
3637export LOG_LEVEL=INFO
3738# How long, in seconds, to cache weather for
3839export WEATHER_TTL=3600
@@ -48,12 +49,12 @@ export CALENDAR_TTL=3600
4849# file for your region, using that FIPS code.
4950# export ALERT_MET_EIREANN_FEED_URL=https://www.met.ie/Open_Data/json/warning_EI07.json
5051
51- # Weather.gov Alerts requires self identification
52+ # Weather.gov Alerts requires self identification
5253# export ALERT_WEATHERGOV_SELF_IDENTIFICATION=you@example.com
5354
5455
5556# Which layout to use. 1, 2, 3...
5657export SCREEN_LAYOUT=1
5758
58- # Include all calendar events from today, even if they are past.
59- # CALENDAR_INCLUDE_PAST_EVENTS_FOR_TODAY=1
59+ # Include all calendar events from today, even if they are past.
60+ # CALENDAR_INCLUDE_PAST_EVENTS_FOR_TODAY=1
0 commit comments