Files
epaper-bathroom/config.py

20 lines
445 B
Python
Raw Normal View History

LATITUDE = ""
LONGITUDE = ""
GOOGLE_API_KEY = ""
TRAFFIC_FROM = "…+FM"
#["TRAFFIC_FROM = f"${LATITUDE}-${LONGITUDE}"
TRAFFIC_1_THROUGH = "…+4FP"
TRAFFIC_2_THROUGH = "…+V9J"
TRAFFIC_TO = "…+GX"
AIRLY_API_KEY = ""
OPENWEATHERMAP_API_KEY = ""
# 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