fredrikpersson92 / custom_weathercard

A custom Weathercard showing temperature and wind speed, with dynamic background
3 stars 0 forks source link

Need help #1

Open jamorenom opened 10 months ago

jamorenom commented 10 months ago

Your custom weather card looks amazing!

I'm asking for your help, I'm totally a newbie with this home assistant thing and I don't know how to "install" your card into my dashboard, I'll really appreciate your help.

Thank you in advance

fredrikpersson92 commented 10 months ago

Hi, thank you! This is an old one :) Well first of al you need to install Custom Button Card from HACS. Then you will need to add my template to your dashboard. If you are using the GUI, you do this by clicking the dots in the top right corner and edit the Raw Configuration Editor.

There are step-by-step guides for this in my MiniHass project, as well as from the UI Minimalist websites (google it). IT's not hard at all, just take your time to read through :)

jamorenom commented 10 months ago

First of all I want to thank you to take your time to answers me.

I just tried to create your card under my dashboard, but, unfortunately I failed. I will explain you what I did:

  1. I installed the Accuweather intengration (my sensor name is weather.home, I think is different than the one you are using in your SENSOR.yaml code), I already tried changing the entity name on the code, and didn't work (weather.home) Captura de pantalla 2023-11-06 230322

  2. I created a Helper with your SENSOR.yaml code as a TEMPLETE SENSOR Captura de pantalla 2023-11-06 230237 Captura de pantalla 2023-11-06 230203 Captura de pantalla 2023-11-06 230251

  3. I tried to create a new card on a new dashboard but I got a missing template error. Captura de pantalla 2023-11-06 230105

thank you for all your help/assistance and patience.

fredrikpersson92 commented 10 months ago
  1. hmm, are we using the same accuweather integration? Mine looks like this: Screenshot 2023-11-07 at 08 32 07

Either way, the service you use does not really matter, as long as you get the entities you want. For me, I have to use accuweather and then create that new sensor the get what I needed. Hopefully there is an easier way.

  1. Did you also add the template into your dashboard? In the raw configuration editor? Screenshot 2023-11-07 at 08 35 46

You should scroll down to the very very bottom and add: button_card_templates:

And then paste my template.

fredrikpersson92 commented 10 months ago

So it looks like this, but with your desired template.

Screenshot 2023-11-07 at 08 36 30

jamorenom commented 6 months ago

So it looks like this, but with your desired template.

Screenshot 2023-11-07 at 08 36 30

Hi, I'm here again, after adding your custom_cards_custom_weathercard.yaml at the end of the RAW configuration editor (I already added your dashboad.yaml into UI Lovelace YAML and added the sensor template into the configuration YAML too) nothing happens :( I know that I'm missing something or doing something wrong, but I don't know what :)

Thank you for your patience!