Files
epaper-bathroom/config.py
Tomasz Torcz 27a6846c64 refactor: work around os.environ missing in micropython
Work with micropython, but keep ability to override values with
enviromental variables (for possible running in k8s).
2022-01-28 09:46:04 +01:00

16 lines
268 B
Python
Executable File

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 = ""