TheCase / nook-weather

Docker image that generates a 800x600 weather status page for display on Nook Simple Touch
11 stars 6 forks source link

Utilizes the wonderful API from Dark Sky!

I display this on my rooted Nook Simple Touch with the help of the ElectricSign app. The Electric-Sign source can be found here.

docker run -d -p 8080:8080 -e DARKSKY_API_KEY=<yourapikey> -e GPS_COORDINATES=<lat>,<long> thecase/nook-weather

screenshot