31 lines
No EOL
767 B
Text
31 lines
No EOL
767 B
Text
""" 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#"
|
|
]
|
|
|
|
api_key = ""
|
|
location = "Julich, DE"
|
|
week_starts_on = "Monday"
|
|
display_colours = "bwr"
|
|
language = "en"
|
|
units = "metric"
|
|
hours = "24"
|
|
|
|
|
|
"""DESIGN"""
|
|
choosen_design = "month-overview" # month-overview, day-list
|
|
general_settings = { # General settings that designs may use
|
|
"info-area" : "rss", # empty, events, rss
|
|
"highlight-event-days" : True
|
|
}
|
|
|
|
|
|
"""DEBUG"""
|
|
render_to_display = True
|
|
render_to_file = False # Will be called "design_exported.png" in Calendar-directory
|
|
calibrate_hours = [0, 12, 18] |