Skip to content

weather: start simple weather application#62

Merged
ThomasFarstrike merged 1 commit intoMicroPythonOS:mainfrom
pavelmachek:m_6_weather
Feb 27, 2026
Merged

weather: start simple weather application#62
ThomasFarstrike merged 1 commit intoMicroPythonOS:mainfrom
pavelmachek:m_6_weather

Conversation

@pavelmachek
Copy link
Copy Markdown
Contributor

Simple weather application, using open-meteo.com data. Once an hour weather is fetched and temperature/wind/sky condition is displayed.

Simple weather application, using open-meteo.com data. Once an hour
weather is fetched and temperature/wind/sky condition is displayed.
@ThomasFarstrike
Copy link
Copy Markdown
Contributor

Cool, looking forward to using this!

@ThomasFarstrike ThomasFarstrike merged commit e537502 into MicroPythonOS:main Feb 27, 2026
2 checks passed
@ThomasFarstrike
Copy link
Copy Markdown
Contributor

It works!

Just so you know, at docs.micropythonos.com there is the DownloadManager documented.

It allows you to do DownloadManager.download_url() with lots of options, and that one will handle things like https and http, chunked downloads, it can run sync but also asynchronous, it will resume the download if it was interrupted, etc...

That way, you don't have to write your own HTTP client from scratch :-D

@pavelmachek
Copy link
Copy Markdown
Contributor Author

Aha, thanks for a pointer, I'll take a look. Handcoded HTTP client is clearly not ideal, and it would be even worse with HTTPS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants