Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.23 KB

kindle-weather-display

From: http://www.mpetroff.net/archives/2012/09/14/kindle-weather-display/

Refreshed

Dockerfile for Server

  • https://hub.docker.com/r/maskarb/kindle-weather-display/
  • The following environment variables should be set:

    Required:

    • CLIMACELL_API_KEY

    Optional:

    • 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.

Example Run Server

docker run -p 53084:53084 --env-file .env maskarb/kindle-weather-display:latest

Example get

  • wget http://localhost:53084/out/output.png

Weather icons

This project uses the ClimaCell icons found here.