Skip to content

jtslear/kindle-weather-display

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.1%
  • Other 0.9%