From 3b4d6eda2e30bb3cc580f0c0adb3b6c93d2dda09 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 25 Jan 2020 17:47:22 +0100 Subject: [PATCH] Update settings.py --- settings/settings.py | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/settings/settings.py b/settings/settings.py index 2171706..f6afecf 100644 --- a/settings/settings.py +++ b/settings/settings.py @@ -1,19 +1,17 @@ -ical_urls = ["https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"] +ical_urls = ["https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"] #iCal URLs rss_feeds = ["http://feeds.bbci.co.uk/news/world/rss.xml#"] # Use any RSS feed - -update_interval = "60" # "15" # "30" # "60" -api_key = "" # Your openweathermap API-KEY -> "api-key" -location = "Stuttgart, DE" # "City name, Country code" -week_starts_on = "Monday" # "Monday" # "Sunday" -calibration_hours = [0,12,18] # Do not change unlesss you know what you are doing -model = "epd_7_in_5_v2_colour" # Choose the E-Paper model (see below) -language = "en" # "en" # "de" # "fr" # "jp" etc. -units = "metric" # "metric" # "imperial" -hours = "24" # "24" # "12" -top_section = "Weather" # "Weather" -middle_section = "Calendar" # "Agenda" #"Calendar" -bottom_section = "RSS" # "RSS" - +update_interval = "60" # "10" # "15" # "20" # "30" # "60" +api_key = "" # Your openweathermap API-KEY -> "api-key" +location = "Stuttgart, DE" # "City name, Country code" +week_starts_on = "Monday" # 'Sunday' # Monday +calibration_hours = [0,12,18] # Do not change unlesss you know what you are doing +model = "epd_7_in_5_v2_colour" # Choose the E-Paper model (see below) +language = "en" # "en" # "de" # "fr" # "jp" etc. +units = "metric" # "metric" # "imperial" +hours = "24" # "24" # "12" +top_section = "inkycal_weather" # "inkycal_weather" +middle_section = "inkycal_calendar" # "inkycal_agenda" #"inkycal_calendar" +bottom_section = "RSS" # "inkycal_rss" """Adding multiple iCalendar URLs or RSS feed URLs""" # Single URL: