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#"
|
||||
]
|
||||
|
||||
coins = [
|
||||
"bitcoin",
|
||||
"litecoin",
|
||||
"ethereum",
|
||||
"binancecoin"
|
||||
]
|
||||
|
||||
api_key = ""
|
||||
owm_paid_subscription = False
|
||||
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)
|
||||
hours = "24"
|
||||
update_interval = 60
|
||||
coins=["bitcoin","litecoin","ethereum","binancecoin"] #Max might be 7 once fixed.
|
||||
|
||||
|
||||
"""DESIGN"""
|
||||
font_size = 14 # does not affect every text
|
||||
font_boldness = "semibold" # extralight, light, regular, semibold, bold, extrabold
|
||||
line_thickness = 1 #1-3 Thickness advised // Default = 1 // day-list view only!
|
||||
choosen_design = "day-list" # month-overview, day-list, day-view, agenda-list, month-view
|
||||
line_thickness = 1 # 1-3 Thickness advised
|
||||
choosen_design = "month-overview" # month-overview, day-list, day-view, agenda-list, month-view
|
||||
general_settings = { # General settings that designs may use
|
||||
"info-area" : "rss", # empty, events, rss
|
||||
"highlight-event-days" : True,
|
||||
|
|
Loading…
Reference in a new issue