Instead of scraping, the watchface could try some well-supported API. Examples: * [ ] [Met.no](https://api.met.no/) ([also used in Home Assistant](https://github.com/home-assistant/core/issues/34209)) * [x] [OpenWeatherMap](https://openweathermap.org/price) (they even claim [it is easy to migrate from DarkSky API](https://openweathermap.org/darksky-openweather)) * [ ] [Buienradar](https://www.buienradar.nl/overbuienradar/gratis-weerdata) (minutely rain forecast only for a couple of countries) * [ ] [drops.live](https://www.drops.live/) (AKA [Buienalarm](https://www.buienalarm.nl/), minutely rain forecast, but sadly no API) * [ ] [AccuWeather](https://developer.accuweather.com/) ([*Limited Trial access allows each developer up to 50 calls per day.*](https://developer.accuweather.com/packages)) You may even want to take a look at [the weather services already implemented in Home Assistant](https://www.home-assistant.io/integrations/#weather).
Instead of scraping, the watchface could try some well-supported API. Examples:
You may even want to take a look at the weather services already implemented in Home Assistant.