Tomasz Torcz 1440112dab feat!: move config storage to python file
Should help with micropython in the future.
Also fix indentation in main
2022-01-16 20:32:22 +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%