Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install this on hacs? #76

Open
fliptoback opened this issue Apr 25, 2021 · 6 comments
Open

How to install this on hacs? #76

fliptoback opened this issue Apr 25, 2021 · 6 comments

Comments

@fliptoback
Copy link

Hi, I read the documentation and it says to install this via HACS. I am running the latest home-assistant 2021.4.6 and on HACS I just can't find this integration. Sorry for the newbie question. Any help please?

@Rayeliint
Copy link

I would like to know as well, cant work this out in my limited knowledge.

@albenex
Copy link

albenex commented Dec 13, 2021

go to HACS -> Frontend -> blue button "+ EXPLORE & ..." -> search for HA CARD WEATHER -> install

@gferen
Copy link

gferen commented Jul 29, 2022

Edit Dashboard - 3 dots - Manage resources - Add resource - paste the link to JS
image
image

then add card - manual - use docs for configuration
image

it took me 2 days to realize this.....

@feu77
Copy link

feu77 commented Jul 1, 2023

I did exactly as stated above and create a new card with the following code:

type: custom:ha-card-weather-conditions name: cc_test language: de animation: true weather: icons_model: climacell current: temperature: sensors.pws_temperature

I get the following error:
JSON.parse: unexpected character at line 1 column 1 of the JSON data

Can someone point me to the error??
Bildschirmfoto 2023-07-02 um 00 33 17

@kszlegion
Copy link

kszlegion commented Feb 22, 2024

I did exactly as stated above and create a new card with the following code:

type: custom:ha-card-weather-conditions name: cc_test language: de animation: true weather: icons_model: climacell current: temperature: sensors.pws_temperature

I get the following error: JSON.parse: unexpected character at line 1 column 1 of the JSON data

Can someone point me to the error?? Bildschirmfoto 2023-07-02 um 00 33 17

I had same issue, after I copied code to external editor, I noticed there is missing space
image
I hope this help someone

@rbhun
Copy link

rbhun commented Aug 24, 2024

this took me a long time so maybe I help someone:
-install from HACS
-no need to add ANYTHING to the resources. But if you want, double check that in Settings/Dashboards/.../Resources you already have ha-card-weather-conditions
-go to a dashboard, click Add Card, and scroll down to the bottom. Click Manual, and paste one of the examples. I found that i got an error for type unless I put them in ' '
-you got an empty dashboard. You have to populate the card with your sensors, they are NOT added. So instead of temperature: sensor.cc_test_temperature
you need to enter a sensor that is your actual temperature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants