blog-eivindgl-com / netatmo-pyportal-display

CircuitPython project to use PyPortal as display for a Netatmo weather station
MIT License
1 stars 0 forks source link

Issue #10 - Call API manually #38

Closed eloekset closed 1 year ago

eloekset commented 1 year ago

Don't use PyPortal.fetch(). Instead call API using PyPortal.network.requests.get(). PyPortal freezes when PyPortal.fetch() is called several times, but there's no clue about the origin of the issue.