Wow, that was quick! Thanks for this!
Great card! Looks marvelous!
What would be the way to go to add a second card with the forecast for tomorow? (Using darksky)
Thanks, cool setup you got there.
Not possible right now, at least not using this card, Iâll probably add an option to display the forecast in the future though.
Thanks for your reply! That would be awesome!
Iâm trying to use it with dark-sky, followed the instructions but it doesnât show, nor does any error message? How can I debug it not displaying?
Just tried with darksky, should work, did you update to the latest release? v0.3.0
Check in the browser developer console for errors otherwise.
Nice work on the latest version. Shame that the Australian BOM shows so little info. The card doesnât look good.
Iâve gone back to dark-sky, but have an issue from before 0.3.0. The min/max temp only shows the first value. Is there something Iâm missing? I click on the card to get the more-info popup and it has a tonne of info in there, it just wont read anything else.
I dont see anything obviousâŠI do use dark-sky-weather card alsoâŠare they conflicting each other?
Well, dark sky doesnât expose a min temp so thatâs why.
What do you mean with - it just wont read anything else ?
Did you check the browser dev console for errors?
Well, that explains that then. What I mean by not reading anything else, the forecast temp Iâm getting is the first one on the list. So itâs 9:30am here, itâs showing the temp for 9am, not the max for the day which is at 12pm.
Oh, I see.
The structure of the different weather platforms seem to differ a lot unfortunately, some weather platforms expose the forecast in days, and some in hours, and some not at all. Their other exposed attributes are also vastly different.
I find this kinda strange, I thought they would have a more unified structure, similar to the media_player domain.
Same issue with the BOM weather component here in Australia. I too have switched over to DarkSky for now. It would be great if we can push data into this component using sensor values instead of the weather component.
I did check the browser console, donât see any errors related to the âŠbundle.js amm but I do see that the âcodeâ is formated just in one line when it loads it? Is that a problem maybe?
No, thatâs on purpose, the bundle is minified to reduce load times.
Well it should, I believe it is being worked on in architectureâŠ
Love this card! I have no idea how to use javascript, was hoping to modify this to show sensor.time in larger font on a line just above the current temperature. Any ideas how to do this?
Is there a way to customise this so it uses MDI icons rather than the ones provided in the bundle? I can see the icon images in the src files, just not sure how I use these filesâŠ
Iâm thinking about combining my Sun Elevation card with the Simple Weather Card and replacing the Humidity with that information. Does the Weather Card inherit the unit of Measurement in a sensor or is that something I wonât be able to change?
Or even better, is it possible to place this information in next to the Humidity without having to remove anything? Thereâs definitely some space there to use and I would love to consolidate space if possible.
The unit of measurement for humidity is unfortunately hardcoded to %
, precipitation & wind_speed units are based on whatâs set in your global hass config âimperial/metricâ.
What we possibly could do in the future is to add another parameter called custom
or similar to the secondary_info
option. That way you could basically put any sensor info youâd want over there and it could use the sensors unit of measurement. What do you think?