2022-01-16 20:30:52 +01:00
|
|
|
|
2022-01-28 09:46:04 +01:00
|
|
|
LATITUDE = "…"
|
|
|
|
|
LONGITUDE = "…"
|
2022-01-16 20:30:52 +01:00
|
|
|
|
2022-01-28 09:46:04 +01:00
|
|
|
GOOGLE_API_KEY = "…"
|
|
|
|
|
TRAFFIC_FROM = "…+FM"
|
|
|
|
|
#["TRAFFIC_FROM = f"${LATITUDE}-${LONGITUDE}"
|
|
|
|
|
TRAFFIC_1_THROUGH = "…+4FP"
|
|
|
|
|
TRAFFIC_2_THROUGH = "…+V9J"
|
|
|
|
|
TRAFFIC_TO = "…+GX"
|
2022-01-16 20:30:52 +01:00
|
|
|
|
2022-01-28 09:46:04 +01:00
|
|
|
AIRLY_API_KEY = "…"
|
2022-01-16 20:30:52 +01:00
|
|
|
|
2022-01-28 09:46:04 +01:00
|
|
|
OPENWEATHERMAP_API_KEY = "…"
|
2022-01-16 20:30:52 +01:00
|
|
|
|
2022-01-28 16:46:12 +01:00
|
|
|
# the plan is to have morning high resolution information display
|
|
|
|
|
# and refresh, and lower resolution during rest of the day
|
|
|
|
|
# (at night potentially off)
|
|
|
|
|
low_resolution = False
|