Hello, thanks for providing this extension.
Open-meteo has a nice model for my location (around Paris) from meteo-france. Sadly, best-match picks a different model that is wildly inaccurate even for the current weather. I compared the 2 using "try the API here" on the open-meteo.com website.
I see that the extension has some code related to this, but I couldn't find a way to specify it in the preferences of the extension. Using dconf-editor to add ,"omModel":"meteofrance_seamless" to the location only managed to produce
TypeError: can't access property "i", fIcon is undefined
in providers/openmeteo.js.
Could you document a way to specify the model (without editing the extension)?
Hello, thanks for providing this extension.
Open-meteo has a nice model for my location (around Paris) from meteo-france. Sadly, best-match picks a different model that is wildly inaccurate even for the current weather. I compared the 2 using "try the API here" on the open-meteo.com website.
I see that the extension has some code related to this, but I couldn't find a way to specify it in the preferences of the extension. Using dconf-editor to add
,"omModel":"meteofrance_seamless"to the location only managed to producein providers/openmeteo.js.
Could you document a way to specify the model (without editing the extension)?