- A derivative of https://github.com/mpetroff/kindle-weather-display
From: http://www.mpetroff.net/archives/2012/09/14/kindle-weather-display/
- Rebuilt using golang for the purposes of learning
- Uses the ClimaCell Weather API (requires a key)
- https://hub.docker.com/r/maskarb/kindle-weather-display/
- The following environment variables should be set:
CLIMACELL_API_KEY
LATITUDE
(default is 35.780361)LONGITUDE
(default is -78.639111)TIMEZONE
(default is UTC)CRON_SCHEDULE
(default is*/5 * * * *
)
- a
.env.example
is included. Copy the example to a.env
file and update the variables.
docker run -p 53084:53084 --env-file .env maskarb/kindle-weather-display:latest
wget http://localhost:53084/out/output.png
This project uses the ClimaCell icons found here.