Updated settings file for coming-soon update
Implemented some new features, including RSS-feeds, update intervals, calibration hours etc.
This commit is contained in:
parent
bbe7f836d4
commit
714de0726f
@ -4,10 +4,18 @@ 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"
|
||||||
]
|
]
|
||||||
|
|
||||||
events_max_range = "60"
|
rss_feeds = [
|
||||||
|
"http://feeds.bbci.co.uk/news/world/rss.xml#",
|
||||||
|
"http://rss.focus.de/fol/XML/rss_folnews.xml"
|
||||||
|
]
|
||||||
|
|
||||||
|
update_interval = "15"
|
||||||
|
additional_feature = "rss"
|
||||||
api_key = ""
|
api_key = ""
|
||||||
location = "Julich, DE"
|
location = "Julich, DE"
|
||||||
week_starts_on = "Monday"
|
week_starts_on = "Monday"
|
||||||
|
events_max_range = "60"
|
||||||
|
calibration_hours = [1,12,18]
|
||||||
display_colours = "bwr"
|
display_colours = "bwr"
|
||||||
language = "en"
|
language = "en"
|
||||||
units = "metric"
|
units = "metric"
|
||||||
|
Loading…
Reference in New Issue
Block a user