Inkycal/Calendar/settings.py.sample

16 lines
479 B
Plaintext
Raw Normal View History

2019-04-20 23:28:59 +02:00
ical_urls = ["https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"]
rss_feeds = ["http://feeds.bbci.co.uk/news/world/rss.xml#"]
update_interval = "60"
2019-02-06 00:25:55 +01:00
api_key = ""
location = "Stuttgart, DE"
2019-02-06 00:25:55 +01:00
week_starts_on = "Monday"
events_max_range = "60"
calibration_hours = [0,12,18]
2019-02-06 00:25:55 +01:00
display_colours = "bwr"
2019-02-10 23:32:18 +01:00
language = "en"
2019-02-06 00:25:55 +01:00
units = "metric"
hours = "24"
top_section = "Weather"
middle_section = "Agenda" # Calendar
bottom_section = "RSS"