Influence and Credit

Ways to get help

There is a lot of my own work in this project but I could have never done it without being able to build on the work of other. Below is some information about what other works have helped PiWeatherRock become what it is today.

Weather.py - A PyGame-based weather data/forecast display

Icons

Almost all the icons have been replaced with ones from github.com/manifestinteractive/weather-underground-icons.

Some additional icons come from erikflowers.github.io/weather-icons. These have been converted to png files via the generate-dark-sky-pngs.sh script. To use the script you will need to first run pip3 install cairosvg.

GPIOmock.py

Pulled GPIOmock.py from github.com/grantwinney/52-Weeks-of-Pi to enable testing in an x86 virtual machine.