2019-02-03 16:26:30 +01:00
|
|
|
""" To quickly get started, fill in the following details:"""
|
|
|
|
|
|
|
|
ical_urls = [
|
2019-02-25 21:55:30 +01:00
|
|
|
"https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
|
2019-02-03 16:26:30 +01:00
|
|
|
]
|
|
|
|
|
2019-03-10 18:32:20 +01:00
|
|
|
highlighted_ical_urls = [
|
|
|
|
]
|
|
|
|
|
2019-03-04 20:09:40 +01:00
|
|
|
rss_feeds = [
|
|
|
|
"http://feeds.bbci.co.uk/news/world/rss.xml#"
|
|
|
|
]
|
|
|
|
|
2019-02-06 00:25:55 +01:00
|
|
|
api_key = ""
|
2019-03-09 16:03:43 +01:00
|
|
|
owm_paid_subscription = False
|
2019-02-06 00:25:55 +01:00
|
|
|
location = "Julich, DE"
|
|
|
|
week_starts_on = "Monday"
|
|
|
|
display_colours = "bwr"
|
2019-02-10 23:32:18 +01:00
|
|
|
language = "en"
|
2019-02-06 00:25:55 +01:00
|
|
|
units = "metric"
|
|
|
|
hours = "24"
|
2019-03-19 16:45:48 +01:00
|
|
|
update_interval = 60
|
2019-02-25 21:47:32 +01:00
|
|
|
|
|
|
|
|
2019-03-06 22:15:08 +01:00
|
|
|
"""DESIGN"""
|
2019-04-17 17:30:34 +02:00
|
|
|
font_size = 14 # does not affect every text
|
2019-03-10 15:37:10 +01:00
|
|
|
font_boldness = "semibold" # extralight, light, regular, semibold, bold, extrabold
|
2019-03-24 21:30:44 +01:00
|
|
|
choosen_design = "month-overview" # month-overview, day-list, day-view, agenda-list
|
2019-03-08 17:46:10 +01:00
|
|
|
general_settings = { # General settings that designs may use
|
2019-03-06 22:15:08 +01:00
|
|
|
"info-area" : "rss", # empty, events, rss
|
2019-04-07 11:38:44 +02:00
|
|
|
"highlight-event-days" : True,
|
|
|
|
"weather-info" : True
|
2019-03-06 22:15:08 +01:00
|
|
|
}
|
|
|
|
|
2019-02-25 21:47:32 +01:00
|
|
|
|
|
|
|
"""DEBUG"""
|
|
|
|
render_to_display = True
|
2019-02-25 21:55:30 +01:00
|
|
|
render_to_file = False # Will be called "design_exported.png" in Calendar-directory
|
2019-04-08 11:20:33 +02:00
|
|
|
calibrate_hours = [0, 12, 18]
|
|
|
|
print_technical_data = False
|