-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Description
This is something of a mixed bug report / feature request, because I want to first document the reason for the feature request. (And just to state it up front: Complaints about data accuracy are not in any way SimpleWeather bugs, obviously. But "using Open-Meteo as provider" may be a bug, if they have accuracy issues.)
My location is one of the boros of New York City, so it's well served by most weather providers. Here's how various sites report temperature data and forecasts for the next few hours.
| Time | Weather.com | Weather Underground | Open-Meteo |
|---|---|---|---|
| current | 14°F | 14°F | 4°F |
| 6am | 13°F | 13°F | |
| 7am | 12°F | 12°F | -1°F |
| 8am | 13°F | 12°F | |
| 9am | 14°F | 13°F | 4°F |
| 10am | 15°F | 15°F | |
| 11am | 17°F | 17°F | 17°F |
| ---- | ----------- | ------------------- | ----------- |
| 1pm | 21°F | 20°F | 21°F |
| 3pm | 22°F | 22°F | 23°F |
| 5pm | 22°F | 21°F | 20°F |
(My original plan was also to include OpenWeatherMap, which I have an API key for from the previous extension, but their new weather site uses WebGL and either the page crashes trying to initialize WebGL, or it succeeds and practically hangs the browser with multi-second input lags, in Chrome on my Fedora 43 box with almost-nonexistent GPU support. Their old site loads, but it only shows hourly temps in a graph with no precise data points. Suffice it to say, it appears closer to Weather.com/WUnderground than to Open-Meteo's numbers.)
I don't know why Open-Meteo's current-conditions and next-several-hours forecast temps differ so wildly from other sources, when their numbers going farther out tend towards agreeing with them. But this isn't the first time I've noticed my computer reporting a current temperature and immediate forecast that's completely out of sync by several degrees with my phone and every weather website I can find.
As I said, I personally already have an API key for OpenWeatherMap, and their free offerings are so generous that I never needed to pay them a cent to use their forecast data in the old extension. The forecast is limited to 3 days, instead of 7, but I prefer less data that's more accurate, all things considered.