Code to display temp/weather conditions in a user friendly way on MagTag display.
Based on and heavily indebted to the MagTag Daily Weather Forecast Display. Updated to create a more useful and easy to read display for daily weather, based on the Odin display from the Carrot weather app.
To Use:
- Update secrets.py with ssid, password, openweather_token and lat and log
- Copy code onto device.
Uses the Open Weather One Call API 3.0. Currently, the first 1000 calls per day are free, so for personal use, there should be no cost. But you still need to sign up for an account to get the token.
To do:
- Updated instructions for installation
- Support multiple eInk displays
- Add location and time
- Benchmark battery life
- Add support for different time spans or displays powered by button clicks
- Support metric
- Publish as an official Adafruit Learning System Guide