Hi everyone,
i’m working a appdaemon dashboard and would like to use the wheater widget.
in the appdaemon documentation it says that its configured to work with dark sky. since you can’t add that to HA anymore i tried to use it with the buienradar integration but couldn’t get it to work. when i add the widget to the dashoard almost every thing turn blank and the everything stop working until i remove it from the dashboard.
wheater:
widget_type: wheater
title: Weer
sensors:
icon: sensor.br_symbol
temperature: sensor.br_temperature
apparent_temperature: sensor.br_feel_temperature
humidity: sensor.br_humidity
precip_probability: sensor.br_rainchance_1d
precip_intensity: sensor.br_rain_1d
pressure: sensor.br_pressure
wind_speed: sensor.br_wind_speed
wind_bearing: sensor.br_wind_direction
this is the code that i used.
so can you only use this with with dark sky or has someone figured out how to get it to work with other wheater integrations?