Same here, stopped working for me several weeks ago. Sometimes it show some data for few mins and then it’s gone again.
Both met.no and SMHI work well for me with hourly and daily forecasts including precipitation.
When autoscroll is set to true, and forecast contain also data for hour in past (screenshot from 10:30), bottom icons and wind information is displaying also value from past, so there is one more “column” and everything is shifted.
Can someone confirm this issue?
EDIT: Just found out that it’s the “visibility” that prevents it from working. Looks like a bug perhaps. When commented out the card loads fine.
I updated it to 2024.7.2 and my weather chart card stopped working. It doesn’t load my weather page at all. Has anyone encountered this?
I’m using Pirate weather integration.
- type: custom:weather-chart-card
entity: weather.pirateweather
title: Weather
show_main: true
show_time: true
show_day: true
show_date: true
animated_icons: true
show_feels_like: true
show_wind_gust_speed: true
show_visibility: true
icon_style: style
icons: /local/weather-icons/
forecast:
style: style2
precipitation_type: rainfall
condition_icons: true
show_wind_forecast: true
show_probability: true
round_temp: true
uv: sensor.pirateweather_uv_index
winddir: sensor.pirateweather_wind_bearing
windspeed: sensor.pirateweather_wind_speed
wind_gust_speed: sensor.pirateweather_wind_gust
feels_like: sensor.pirateweather_apparent_temperature
dew_point: sensor.pirateweather_dew_point
visibility: sensor.pirateweather_visibility
@mlamberts78 great job with card! just wondering how to make it wide like in your attached picture? is it in card config ? or apex function?
Thanks.
I noticed this as well.
Nothing is showing on my weather card anymore.
Anybody got a soloution on this ?
Which card is the below one?
See: https://community.home-assistant.io/t/hacs-2-0-join-the-beta-testing-adventure/747891/68?u=tom_l
I’m just about to open an issue about this.
I dont know where to ask, but is there a posibility for a tap_action option? I’ve tried it in yaml but does not work. I would like to tap on the card and navigate to a detailed weather dashboard.
Anybody got a fix for that?
Did you find a fix?, as I am experiencing the issue after just installing.
how have you got this background into the card?
Hey @mlamberts78!
Are you still developing the card? I see many issues with no comment on Github :-/
Can everyone help, why it dont shows the entitys on Fire Tablet 7 with homeassistant app? Its working on all other devices IOS with HA App and on all Web Browsers.
I wasn’t trying to be a jerk at all, just genuinely asking if he was still around
Hi,
Does anyone know if its possible to show snow in cm when it would snow rather than rain/mm?
Even if it’s cold enough it still shows precipitation in mm rather than accumulation in cm.
For example this would be snow.
Thanks
I could find the possibility to hide the main and the attributes section with
show_main: false
show_attributes: false
But it seems there is no show_forecast switch available.
Does anybody know how to hide the forecast section
and only show the main and attributes section?
My Idea is to build a vertical stack of
Main + Attributes section of weather-chart-card
forecast-section of hourly-weather card
forecast-section of weather-chart-card with daily forecast.
Right now I’m showing the hourly forecast below the daily forecast, but that’s not what I want.
Funny thing, the chart shows nicely on my computer screen, but nothing on mobile phones there it says the dreaded Please check your weather entity.
Anyone a solution to this or a reason why this is happening?