Synced file with web-ui generator
This template is generated by the web-ui using the standard values for each setting. Now, both the template (this file) and the generated settings.py fiel from the web-ui will yield the same results.
This commit is contained in:
parent
58dabb6e45
commit
86f71b8917
@ -1,20 +1,16 @@
|
|||||||
""" To quickly get started, fill in the following details:"""
|
|
||||||
|
|
||||||
ical_urls = [
|
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/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
|
||||||
]
|
]
|
||||||
|
|
||||||
rss_feeds = [
|
rss_feeds = [
|
||||||
"http://feeds.bbci.co.uk/news/world/rss.xml#"
|
"http://feeds.bbci.co.uk/news/world/rss.xml#"
|
||||||
]
|
]
|
||||||
|
|
||||||
update_interval = "60"
|
update_interval = "60"
|
||||||
additional_feature = "rss"
|
additional_feature = "events"
|
||||||
api_key = ""
|
api_key = ""
|
||||||
location = "Julich, DE"
|
location = "Stuttgart, DE"
|
||||||
week_starts_on = "Monday"
|
week_starts_on = "Monday"
|
||||||
events_max_range = "60"
|
events_max_range = "60"
|
||||||
calibration_hours = [1,12,18]
|
calibration_hours = [0,12,18]
|
||||||
display_colours = "bwr"
|
display_colours = "bwr"
|
||||||
language = "en"
|
language = "en"
|
||||||
units = "metric"
|
units = "metric"
|
||||||
|
Loading…
Reference in New Issue
Block a user