Weather card error

I tried to add a card “clock weather card” but it says visual editor not supporded and attribute “entity” must be present. what am I doing wrong?

Hi,

Please read the documentation of the card. Like the error is showing, you are missing the entity. Add a weather entity to the config like;

type: custom:clock-weather-card
entity: weather.home  # replace with your weather providers's entity id
1 Like