Okay, I lied… it does actually work for me with the sensor.dark_sky_overnight_low_temperature_0d sensor, I just had a typo in my config: sensor.sensor.dark_sky_overnight_low_temperature_0d.
That makes me believe this is either caused by caching or that your latest card update failed.
But to be honest, with that nice looking setup I’m not even sure why’d want to use this card lol, add a bit extra top and bottom padding to the header and that weather setup is
I actually seemed to have an older version although I thought I updated it yesterday. With the download above though, I get “custom element doesn’t exist”. Do I need to change the version number in ui-lovelace.yaml from what I had before the update?
Check the resource reference /customcards/lovelace/simple-weather-card.bundle.js?v=0.5.0 should probably be /customcards/lovelace/simple-weather-card-bundle.js?v=0.5.0, unless you manually renamed the file after downloading.
The version number does not have an impact, it’s just a good way to make sure you don’t load the previous version of the card from cache, changing the url makes the browser fetch the file again.
Hi @kalkih
Thanks for the fantastic card and your continued work on it.
With the current version I’ve been able to extract data from the Australian BOM feed to populate most of the card parameters and have it almost exactly as I want, with 1 minor issue.
Is there a way I can have ‘humidity’ shown instead of the high/low temperature on the right side?
If I add ‘humidity’ as secondary-info it replaces the ‘precipitation’ but I would like to keep 'precipitation’on the bottom and have ‘humidity’ shown on the top line.
Yes, I’d like to have this ability. I’m using my own weather station, so I don’t have the min/max temps, so having humidity and precipitation would be great.
Would be even better if we could have precipitation and precipitation rate on the same line.
Hello, thanks for your feedback.
You can now customize both rows of information in the latest release. Each row does also support several weather attributes. See docs for more info.
Thanks for the update, that allows me to do exactly what I wanted to achieve with this card.
I’m having 1 issue since the update, I have a custom ‘state’ sensor set for the text under the current temp, it was working on v0.6.0 but since the update I get [object Object] there instead.
If I remove the custom ‘state’ it works fine, do you know why this is?
Okay, might be a bug that slipped through, sorry!
Could you please send me the state attributes for that sensor, you can find them at http://[HA-IP]:[HA-PORT]/dev-state.
I’m having one issue though, and can’t work it out. If I use my own weather station, I cannot get anything to populate the primary_info area. secondary_info works fine.
If I change to using darksky, the primary area shows the future forecast temp (I think), and not what I want it to show.
I have removed all the files for this, refreshed chrome, and tried on the HA app. I have reinstalled it a few times too. Any ideas?
Hi @kalkih
playing with the newly added options, which are a fine addition to the beautiful card, let me ask if you would be willing to add ‘hold_action’ to the card.
use case: I now have a tap action navigation_path set, to bring me to my weather tab. I would love to have a more-info on the entity too though… using hold_action on all my button cards for that, I would love to set hold_action: more_info on the simple-weather-card, and have the same user interaction all through the interface, and reveal this:
secondly: Id like to add the precipitation, but my weather component (Buienradar) only provides that in the nested attributes of forecast. It would be really cool if we could set that in the config, so the card could find these attributes too somehow. Could you see if that would be possible?
it does show this though, and I cant figure out based on the info above, how the card shows what it does?