#Weather card setup

1 messages · Page 1 of 1 (latest)

fallow aspen
#

Hi everyone,

I'm trying to get the clock weather card setup: https://github.com/pkissling/clock-weather-card?tab=readme-ov-file#configuration

I've followed all the steps and when I go to add the configuration to ui-lovelace.yaml, I get an error - "Missing property "views".

I've tried Googling this and can't seem to find much on it, nor a solution.

Any help would be appreciated!

Thanks 🙂

GitHub

A Home Assistant Card indicating today's date/time, along with an iOS inspired weather forecast for the next days with animated icons - pkissling/clock-weather-card

#

Is it something that would solve itself if I replace the entity ID with my weaher provider's id?

shadow charm
#

You need to have a view on your dashboard before you can add cards to it

#

Are you wanting to create dashboards in yaml mode, and not in the UI?

#

This is given as the minimum example for a yaml dashboard

views:
    # View tab title.
  - title: Example
    cards:
        # The markdown card will render markdown text.
      - type: markdown
        title: Dashboard
        content: >
          Welcome to your **dashboard**.
fallow aspen
#

Thanks for the response! I'm actually trying to make them in the UI. I'm not yet experienced enough with .yaml to feel confident making dashboards that way, haha

shadow charm
#

ok then you shouldn't be messing around in ui-lovelace.yaml

#

How did you end up there?

eager ruin
#

Looks like the card's instructions talked about adding resources even when installing via HACS. General rule of thumb when adding custom cards via HACS: find card in HACS, download, then refresh your browser (maybe clear its cache, if needed).
Copy the full configuration. In your dashboard: edit, add card, select manual at the bottom of the list, paste the code, set your weather entity in line two. Lastly, tinker with rest of the settings (and consulting the doc for understanding options) and get it set up the way you want.

fallow aspen
#

I didn't realize adding the cofig to ui-lovelace.yaml was for only the yaml method