Inkycal/Calendar/settings.py.sample
Ace 7614164ca3
Changed default update interval
To prevent ghosting issues
2019-03-12 13:50:35 +01:00

23 lines
551 B
Plaintext

""" To quickly get started, fill in the following details:"""
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#",
"http://rss.focus.de/fol/XML/rss_folnews.xml"
]
update_interval = "60"
additional_feature = "rss"
api_key = ""
location = "Julich, DE"
week_starts_on = "Monday"
events_max_range = "60"
calibration_hours = [1,12,18]
display_colours = "bwr"
language = "en"
units = "metric"
hours = "24"