Hello,
Hold action, not sure but could possibly add.
About precipitation, yes, could possibly add a fallback to check for the attribute inside the forecast if it’s missing.
If you want it right now you could override it with custom sensors.
Most missing attributes will display as 0 atm, that’s why you still see it, confusing… should probably display unknown or not show at all.
About pressure and visibility, sure I’ll add those, I need to map measurement and icon to attributes since this information isn’t available directly from the weather entity.
Precipitation is actually already grabbed from the first entry of the forecast, so you should be good!
Makes sense it’s in the forecast “How much does it rain?” versus “How much will it rain [today]?”.
Hi,
Sorry if it was already raised.
Recently I noticed that high and low temperatures are the same.
I use Dark Sky as a source.
I was not this way before.
Strange, is it possible that’s the value actually reported by your weather component? You can check this by navigating to developer tools -> states, in Home Assistant.
Low is grabbed from attributes -> forecast (first entry) -> templow
High is grabbed from attributes -> forecast (first entry) -> temperature
Otherwise, try reinstalling the card in HACS, and double check the resource reference.
Hi,
I checked the data that coming from weather.dark_sky and it seems to be fine.
Moreover I tried to set custom sensor for the high temperature and it as being totally ignored. The low temperature is being constantly displayed for both low and high.
Does anyone else have the problem, that the attribute “extrema” is just showing the minimum value? Somehow its showing two times the minimum value, and not the min and max (see picture below):
Also as future request: Would it be possible to show somehow the time for sunrise and sunset?
Edit: I’ve just seen that this was discussed 5 posts before. Will try to clean cache and reinstall.
I’m having trouble getting the action: call-service feature to work right.
Background: I use a vertical-stack-in-card to combine this fantastic card with a button card below it so that I can display some extra info in a third line. This is what they look like with one on top of the other.
Both the button-card and the simple-weather-card allow tap_action, so my goal is to make it so that no matter where I click on this frankenstein card, it will call the browser_mod.popup service to display a popup card with even more detailed weather.
and it works great. I’ve tried to fiddle around with the syntax in your card but cannot get the service to call. I must be totally misreading the doc for how to use call-service
Uncaught (in promise) TypeError: Cannot read property 'isNight' of undefined
at HTMLElement.render (simple-weather-card-bundle.js?v=0.8.0:1)
at HTMLElement.update (bootstrap:2)
at HTMLElement.performUpdate (bootstrap:2)
at HTMLElement._enqueueUpdate (bootstrap:2)
Hey, thank you for this card , it’s really great.
I have some questions about changing it’s appearance though;
Is it possible to set the height / font-size parameters manually?
Also, since we have a standard weather-forecast card, is it possible to use those icon’s with your card?
how do you use this card if you do not have a Weather (domain) Entity ? ie entity: weather.dark_sky
all my weather information is coming via sensors ie BOM (Australian)