DatWeatherDoe
DatWeatherDoe copied to clipboard
Show complete weather option does not work when weather source is set to postal code
Issue
When Weather source
is set to "Postal code", the menu option Show complete weather
opens https://openweathermap.org/city/0 in the browser (= London, GB) regardless of the actual postal code set in DatWeatherDoe.
Expected behaviour
OpenWeatherMap site is opened with the location configured in DatWeatherDoe.
Steps to reproduce
- Choose
Configure
menu item - Set
Weather source
to "Postal code" - Set
Postal code
to "50769,de" - Choose
Show complete weather
menu item - Check browser for the location show in the OpenWeatherMap website
Environment
macOS 13.1 DatWeatherDoe 3.2
This is a bug with OpenWeatherMap's api where it always sends 0 for the cityId
if zip code is used. This problem might go away once we migrate to their 3.0 API.
Can you try with 5.0.0? The app now uses WeatherAPI