19 lines
776 B
Python
19 lines
776 B
Python
|
ical_urls = ["https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics",
|
||
|
"https://calendar.google.com/calendar/ical/ohcobp9hs097e9nnbppks7blv4%40group.calendar.google.com/private-55859b2165097102e0c061e978eb4926/basic.ics",
|
||
|
"https://calendar.yahoo.com/saadnaseer63/3ac8573af0f38b65367a4e3d287bf06d/ycal.ics?id=1407"]
|
||
|
rss_feeds = ["http://feeds.bbci.co.uk/news/world/rss.xml#"]
|
||
|
update_interval = "60"
|
||
|
api_key = "57c07b8f2ae09e348d32317f1bfe3f52"
|
||
|
location = "Stuttgart, DE"
|
||
|
week_starts_on = "Monday"
|
||
|
events_max_range = "60"
|
||
|
calibration_hours = [0,12,18]
|
||
|
display_colours = "bwr"
|
||
|
language = "en"
|
||
|
units = "metric"
|
||
|
hours = "24"
|
||
|
top_section = "Weather"
|
||
|
middle_section = "Agenda"
|
||
|
bottom_section = "RSS"
|
||
|
show_last_update_time = "False"
|