bfd8e166d3
Initial release of v1.5! This place is a teeny bit too small so you should check out the Changelog to see the changes.
14 lines
653 B
Text
14 lines
653 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",
|
|
"https://www.schulferien.org/media/ical/deutschland/ferien_baden-wuerttemberg_2019.ics?k=5dMdMMsZXnpA5bg9D0GY246EAIRqWAWv9fRtQ-ekYM1ADwSZeJpvo4fd-NhwlSxOPxm6BQRUgRvcQSKArfGUwZQLDfYfaiWnA1E9diCCB8s"
|
|
]
|
|
|
|
api_key = "" #your owm-api-key
|
|
location = "Julich, DE" #your location
|
|
week_starts_on = "Monday" #Sunday or Monday
|
|
display_colours = "bwr" #bwr=3-colour, bw=2-colour
|
|
language = "de" #en=english, de=german
|
|
units = "metric" #metric or imperial?
|
|
hours = "24" #12 or 24?
|