For me not working. No card displayed. A try with delete cache browser, but not working.
I got the SVG files download from the link and renamed them to what is on the card page. I put them in path icon: /local/www/weather-icons but they are not showing up. Did you have to resize them or something?
What integration are you using? There are currently issues with Dark sky integration that are not fixed yet.
Have you set the path to the icons in the card settings? For example:
icons: /local/weather-icons-met.no/
I think it is possible to add this option. But at the moment, this is not a priority task.
I try with Openweathermap and AccuWeather.
@Yevgeniy I had put the path in the card that is what I had posted the location on where the SVG files are located. All I get is blank squares like it is trying to load them up. Maybe I need to make them PNG files instead?
I donât quite remember. I think I put the svg files in www folder and then modified the weather-card-chart.js file as below. But this might be totally obsolete since I havenât used the card in a long timeâŚ
constructor() {
super();
this.mode = 'daily';
this.weatherIcons = {
'clear-night': "/local/01n.svg",
'cloudy': "/local/04.svg",
'fog': "/local/15.svg",
'hail': "/local/12.svg",
...
Ah I see where I went wrong. Thanks
You will need to add the github page as a custom repo into HACS. Then the card will show up as one you can add.
Thanks, that worked.
Now I notice that I would like to have the combination of GitHub - bramkragten/weather-card: Weather Card with animated icons for Home Assistant Lovelace with the animated icons and the graph together with the graph and rain bars of this one here.
In the first one the icons give a better (and nicer looking) direct view on the weather, this one here shows better temperature changes and if there will be a lot of rain.
First world problems
If you search the thread, there are some people that did this based on the old version of the card.
Great card, Iâm loving using this to display hourly weather data.
A couple of questions
- Is it possible to hide the icons at the bottom?
- I would love to replace this with chance of rain ( which I also have hourly data for). Has anyone ever done something similar to this?
- There is no such option at the moment, but I can add that.
- What integration are you using? Could you provide attributes for an example?
thanks!
Iâm using this integration: GitHub - bremor/bureau_of_meteorology: Custom component for retrieving weather information from the Bureau of Meteorology.
it produces attributes like this in homeassistant:
âââ
- datetime: â2021-11-08T02:00:00Zâ
temperature: 16
condition: cloudy
precipitation: 0
precipitation_probability: 0
wind_bearing: SSW
wind_speed: 15
âââ
Hi there,
As you can see in the screenshot weather-card-chart is using the icon âclear-dayâ all the time, no matter what time of the day. Shouldnât that be âclear-nightâ for the night time?
Anything Iâve done wrong?
(Yes, itâs sunny all the time here, I live in Florida )
Thanks,
Truwolf
Answering to my own post in case somebody has the same problem âŚ
I installed the NWS integration and I am now using the kfin_hourly entity and I now see the moon when itâs a clear night .
Still need to figure out the icons for âcloudy nightâ but itâs definitely progress.
I suggested this distinction, but the Home Assistant devs prefer to not distinguish between day and night for weather. See Add support for partlycloudy-night in weather component ¡ Issue #322 ¡ home-assistant/architecture ¡ GitHub
Reading the issue, the decision seems tied to being short an icon or two. Having once suggested an icon, those in the MDI community came up with two custom icons the same day (virus and virus-outline). It took about a month to get released in an update, and another month to be committed to an HA release. HA has recently been incorporating MDI icon releases more often.
Same experience for me. It took a bit longer but it got done. And mine was âkiteâ which is a bit niche. Which ones are missing? Letâs just do it.