From 86f71b8917104c47b91668e5b73301fc5f3f90d3 Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 19 Apr 2019 13:33:49 +0200 Subject: [PATCH] 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. --- Calendar/settings.py.sample | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/Calendar/settings.py.sample b/Calendar/settings.py.sample index c5ac8d8..196bbde 100644 --- a/Calendar/settings.py.sample +++ b/Calendar/settings.py.sample @@ -1,20 +1,16 @@ -""" 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://feeds.bbci.co.uk/news/world/rss.xml#" +] update_interval = "60" -additional_feature = "rss" +additional_feature = "events" api_key = "" -location = "Julich, DE" +location = "Stuttgart, DE" week_starts_on = "Monday" events_max_range = "60" -calibration_hours = [1,12,18] +calibration_hours = [0,12,18] display_colours = "bwr" language = "en" units = "metric"