top | item 47074106

(no title)

lopis | 10 days ago

> Many old Pebble apps/faces use weather APIs that no longer work (Yahoo, OpenWeather). The Pebble mobile app now catches these network requests and returns data from Open-Meteo - keeping old watchfaces working!

That's some sweet quality of life fixes!

discuss

order

open-meteo|10 days ago

And we are very determined to keep the Open-Meteo weather API open-access indefinitely and don’t share the same fate as many closed-source APIs like Yahoo or OpenWeatherMap.

ageitgey|10 days ago

Thanks for providing such a great service. I use it in a totally different free, OSS project, and it's really great to have this option available!

0127|10 days ago

Somehow I've managed to avoid learning about Open-Meteo until now, this is really awesome!

Raed667|10 days ago

just here to say i love Open-Meteo keep up the good work !

titaniumtown|9 days ago

I use your service every day. Thank you so much

CodesInChaos|9 days ago

How does that work? I assume these APIs use SSL, which should prevent such MitM attacks.

Are those Apps using the system SSL library which bypasses certificate validation for those domains? Or does the OS add a Root CA to the certificate store which signs fake certificates for those domains?

lopis|9 days ago

I suppose it's because pebble apps use the Pebble SDK, so the SDK can MITM any comms. The Pebble is not connecting directly to the Internet right?