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

Traffic information

  • GOOGLE_API_KEY - API key with access to Distance API. Note: Distance Matrix API sounds useful, but does not allow intermediate waypoints, which is essential to provide info on alternate routes.

  • TRAFFIC_FROM

  • TRAFFIC_1_THROUGH - single intermediary point, route option 2

  • TRAFFIC_2_THROUGH - single intermediary point, route option 2

  • TRAFFIC_TO

Air information

  • AIRLY_API_KEY

  • LATITUDE

  • LONGITUDE

Weather information

  • OPENWEATHERMAP_API_KEY - OWM API key

  • LATITUDE

  • LONGITUDE

Description
Data gathering & formatting for e-ink display in the bathroom.
Readme 77 KiB
Languages
Python 100%