From 2ed573e51b4399725a7d20e484bdeb972247edb5 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 13 May 2019 13:14:24 +0200 Subject: [PATCH] Create settings.py --- Calendar/settings.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Calendar/settings.py diff --git a/Calendar/settings.py b/Calendar/settings.py new file mode 100644 index 0000000..e343820 --- /dev/null +++ b/Calendar/settings.py @@ -0,0 +1,15 @@ +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" +bottom_section = "RSS"