pimoroni / scroll-phat-hd

Python library for Scroll pHAT HD
https://shop.pimoroni.com/products/scroll-phat-hd
MIT License
159 stars 64 forks source link

Update wunderground-temp-display to use OpenWeather API #78

Closed willdolezal closed 2 years ago

willdolezal commented 2 years ago

Adjusted Mark's existing script to use the OpenWeather API. Additional changes include adjusting a try/except to prevent crashing when wifi drops.

Gadgetoid commented 2 years ago

Thank you!

Looks like .gitignore needs a "vscode" entry, since .vscode/settings.json has crept into this PR! A rebase of your commits into a single, clean commit would also be appreciated.

Otherwise this looks good.

Gadgetoid commented 2 years ago

Looks like I exploded GitHub's merge detection with a rebase, but your changes are in master: https://github.com/pimoroni/scroll-phat-hd/commit/8e315008d24df0a9623f60f0c289f0a97da27871

Thank you!