Hi all - I have benefited from this support topic when trying to configure the card so thought I would contribute. I am using the card as part of a custom grid view on a Raspberry Pi touchscreen so needed to use card-mod to adjust the margins and text size so it was readable on 40% of a small 7 inch screen. Here’s what I ended up with after going through the code to find the html headers to adjust the CSS for, hope it helps the next person:
Loving this card, but have some issues with the “Slots” section… Why are they listed as “Slot 1, Slot 2” etc and need to be populated from a dropdown list? None of the choices display any data for me. I tried manually entering various entity values that work fine in the Overview section (including also trying to rename Slot1 to “Entity.Temperature”, but it still doesn’t show any data nor return an error.
What’s the best way to fix this? Is there somewhere I need to add a global variable that will connect to the group of related sensors so the dropdowns work?
Otherwise, can I use a sensor entity value instead of choosing from the dropdown?
The slots give you the choice of what you want to “display”, say “Today’s Forecast Max” temperature but to display a “value” for that choice, further down below you have to configure an entity to be used that contains its value, so in this example, “Entity Forecast Max” would be the corresponding configuration where you have to specify the entity that provides the day’s forecast max temperature.
I have a strange problem with the card. I’m using met.no weather provided (but tried also with Open Weather) - I cannot get forecast for next few days. If I put something on the marked fields - card become black.
I’m using pretty much the same setup as yours, but I get the correct time/date so I suspect it’s a simple config issue.
In Home Assistant, I had to set my language to ‘English (GB)’ in the user settings (you’ll need to do this for each user).
Above should fix, but if not, check the Platinum Weather Card configuration - under ‘Global Options’ to ensure your time and locale are correct (I’m using 12 hour, AU)
My mistake on the time - I have mine set to show the forecast issue time, not the system time - I find this handier to know in my usage.
For the BOM data:
update_time_name_attr: issue_time
update_time_use_attr: true
Curious if I’m missing something. I’m using the Environment Canada integration. Everything is working except the daily section. I see the forecast sensor has hourly and daily data. When I select the sensor in the configuration gui it blanks the card.
That picture doesn’t show if you have configured any entities in the integration to actually display the weather forecast? If you haven’t - read docs if you have - post configuration
Hello, I just started using and configuring this weather card (with data captured from Wunderground) … and it was working well, but I couldn’t decide which order I wanted the data in. Somewher along with the multiple changes - I seemed to now have a problem with the Icon being displayed… in some conditions.
I understand that the field for the Icon needs to get a text descriptor, that is then mapped onto the icon. But now a number of the descriptors don’t work.
I can go into developer tools and set the entity state manually - so that I can see that the card itslf is working. Using the descritions mapping I found in the excel on Github, I have manually tried all the HASS ones - and fog, lightning, lightning-rainy, partiallycloudy, pouring, sunny are not working. Certainly sunny (my current weather) did work when I first set up the card. I have tried re-downloading the Platnum Weather Card from HACS, I have also resterted Home Assistant - this is not a browser cache issue - as the same problem is across multiple devices
Hi, I’m curious to know, if anyone has managed to get the Daily Forecast Section showing as a Horizontal stack with the daily detailed description (that you see in the vertical stack option). This seems to get dropped if you use the cards default Horizontal stack option.
For the PWC card, in YAML add the line option_tooltips: true (I don’t think this is in the GUI editor) and this should show the detailed description when you hover over a particular day