Skip to content

robbykraft/Weather

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Weather Clock

This is a weather clock that tells you the next 24 hours of data; the current temperature; and each pixel clockwise is one hour into the future, warmer or colder than now, and whether or not it's raining during that hour.

Uses the Darksky API (which will remain in service through the end of 2021).

Parts

Backend

The Particle Photon calls a proxy server, which in turn calls the DarkSky API. The proxy server itself requires a password in the query string, it caches the response from the Weather API, cutting down on costs, and it shrinks the JSON response to only what the Arduino needs to know.

About

wifi arduino neopixel seven-segment display weather clock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published