2019-02-03 16:26:30 +01:00
|
|
|
""" To quickly get started, fill in the following details:"""
|
|
|
|
|
|
|
|
ical_urls = [
|
|
|
|
]
|
|
|
|
|
2019-03-10 18:32:20 +01:00
|
|
|
highlighted_ical_urls = [
|
|
|
|
]
|
|
|
|
|
2019-03-04 20:09:40 +01:00
|
|
|
rss_feeds = [
|
|
|
|
]
|
|
|
|
|
2019-05-18 09:35:49 +02:00
|
|
|
crypto_coins = [
|
2019-05-18 09:31:09 +02:00
|
|
|
]
|
|
|
|
|
2019-02-06 00:25:55 +01:00
|
|
|
api_key = ""
|
2019-03-09 16:03:43 +01:00
|
|
|
owm_paid_subscription = False
|
2019-07-12 13:46:50 +02:00
|
|
|
location = "Berlin, DE"
|
2019-02-06 00:25:55 +01:00
|
|
|
week_starts_on = "Monday"
|
|
|
|
display_colours = "bwr"
|
2019-02-10 23:32:18 +01:00
|
|
|
language = "en"
|
2019-05-06 11:05:10 +02:00
|
|
|
datetime_encoding = "UTF-8" # UTF-8
|
2019-05-15 06:15:38 +02:00
|
|
|
units = "metric" #aviation (celcius,degrees/knots), metric (celcius,kmh), imperial(f,mph)
|
2019-02-06 00:25:55 +01:00
|
|
|
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-05-18 09:31:09 +02:00
|
|
|
line_thickness = 1 # 1-3 Thickness advised
|
2019-07-12 13:46:50 +02:00
|
|
|
choosen_design = "month-overview" # month-overview, day-list, day-view, agenda-list, month-view, image-frame
|
2019-03-08 17:46:10 +01:00
|
|
|
general_settings = { # General settings that designs may use
|
2019-05-18 09:35:49 +02:00
|
|
|
"info-area" : "rss", # empty, events, rss, crypto
|
2019-04-07 11:38:44 +02:00
|
|
|
"highlight-event-days" : True,
|
2019-07-12 13:46:50 +02:00
|
|
|
"weather-info" : True,
|
|
|
|
"image-folder" : "",
|
|
|
|
"overlay-image" : "" # Size must be 384x640px with default display
|
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]
|
2019-05-15 06:15:38 +02:00
|
|
|
print_technical_data = False
|