Inkycal/Calendar/settings.py.sample
Ace 975a764eea
Added sections
Users can now choose what they want to display at each section. For now, the middle_section can be set to either Agenda or Calendar. The bottom_section may be kept empty.
2019-05-01 23:54:03 +02:00

16 lines
479 B
Plaintext

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"
api_key = ""
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" # Calendar
bottom_section = "RSS"