Influence and Credit
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
- The bulk of this project originated with the code written by Jim Kemp and published at http://www.instructables.com/id/Raspberry-Pi-Internet-Weather-Station/.
- Jim Kemp’s version pulled from weather.com via pywapi but that doesn’t seem seem to work any longer. This project switched pulling from Weather Underground but their API has since been made not free. As a result, this project now pulls from Dark Sky.
- Some ideas were also taken from https://github.com/sarnold/pitft-weather-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.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.