Reorganized
This commit is contained in:
parent
00a05a1a6e
commit
2bbb19b53e
1 changed files with 9 additions and 3 deletions
|
@ -11,6 +11,13 @@ rss_feeds = [
|
||||||
"http://feeds.bbci.co.uk/news/world/rss.xml#"
|
"http://feeds.bbci.co.uk/news/world/rss.xml#"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
coins = [
|
||||||
|
"bitcoin",
|
||||||
|
"litecoin",
|
||||||
|
"ethereum",
|
||||||
|
"binancecoin"
|
||||||
|
]
|
||||||
|
|
||||||
api_key = ""
|
api_key = ""
|
||||||
owm_paid_subscription = False
|
owm_paid_subscription = False
|
||||||
location = "Julich, DE"
|
location = "Julich, DE"
|
||||||
|
@ -21,14 +28,13 @@ datetime_encoding = "UTF-8" # UTF-8
|
||||||
units = "metric" #aviation (celcius,degrees/knots), metric (celcius,kmh), imperial(f,mph)
|
units = "metric" #aviation (celcius,degrees/knots), metric (celcius,kmh), imperial(f,mph)
|
||||||
hours = "24"
|
hours = "24"
|
||||||
update_interval = 60
|
update_interval = 60
|
||||||
coins=["bitcoin","litecoin","ethereum","binancecoin"] #Max might be 7 once fixed.
|
|
||||||
|
|
||||||
|
|
||||||
"""DESIGN"""
|
"""DESIGN"""
|
||||||
font_size = 14 # does not affect every text
|
font_size = 14 # does not affect every text
|
||||||
font_boldness = "semibold" # extralight, light, regular, semibold, bold, extrabold
|
font_boldness = "semibold" # extralight, light, regular, semibold, bold, extrabold
|
||||||
line_thickness = 1 #1-3 Thickness advised // Default = 1 // day-list view only!
|
line_thickness = 1 # 1-3 Thickness advised
|
||||||
choosen_design = "day-list" # month-overview, day-list, day-view, agenda-list, month-view
|
choosen_design = "month-overview" # month-overview, day-list, day-view, agenda-list, month-view
|
||||||
general_settings = { # General settings that designs may use
|
general_settings = { # General settings that designs may use
|
||||||
"info-area" : "rss", # empty, events, rss
|
"info-area" : "rss", # empty, events, rss
|
||||||
"highlight-event-days" : True,
|
"highlight-event-days" : True,
|
||||||
|
|
Loading…
Reference in a new issue