a weather application for the raspberry pi and the Inky pHAT (https://shop.pimoroni.com/products/inky-phat?variant=12549254217811)
The script displays:
- the current temperature
- today's date
- today's temperature range
- tomorrow's temperature range
- a verbal description of today's weather
- weather icons drawn with math and python's drawing library
A valuable resource: https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-inky-phat
ssh pi@[IPADDRESS]
curl https://get.pimoroni.com/inky | bash
scp /path/to/file username@a:/path/to/destination
-
ZIPCODE
-
STATION
-
APIKEY
crontab -e
At the very bottom of your crontab file, add the following line:
*/30 * * * * python3 /[PATH TO YOUR SCRIPT]