Custom UI: Weather state card

Try to remove all unnecessary lines in the weather component

weather:
  - platform: yweather

refresh your browser cache

I found out it’s Yahoo Weather which isn’t properly getting my location without setting the WOEID.

Mine got “a” location but not sure it was very accurate. Si I added woeid.

Was trying to make it work with dark sky, but it was partial.
Couldn’t get the visibility and forecast

Is it possible to combine the weather forecast with my own outdoor sensors? For example, I would like to display in the weather card the current temperature from my sensor and forecast from Yahoo. I tried to understand the code, but I have no experience in programming

Any idea why my svg icons are so blury???

30%20PM

how did you fixed this blank card i have the same problem

@Kem for me it was the yahoo weather component that wasn’t working. Check to see if you have weather.yweather entity_ids. You may have to specify the WOEID manually of your location.

thanks for the answer i add the woeid but stil same problem maybe is the icons
do you have to download the icons?
i did download the icons and put them in here hassio/config/www/weather_icons/animated
maybe the path is wrong?

If it’s completely blank then it’s most likely it’s not getting any weather. Did you verify you have weather.yweather entities?

yes i have the entity weather.yweather
Capture

The blury image comes and goes depending on what else is on the screen. Running 0.65.6 curious if anyone else sees this

image

I had to change it from customize to customize_glob to get it to show up:

homeassistant:
  customize_glob:

I am also having this bug.

hello,

i just tryed to set this up myself,
but where do you set the woeid.

thanks for the help i already have a customize.ymal do i just rename it to customise_glob.yamal
and change it to

homeassistant:
  customize_glob: !include customize_glob.yaml

or i have to have both also i just find out that in the iphone app is working only in chrome pc and tablet is not thank you again

it goes under weather on the configuration.yamal

weather:
  - platform: yweather
    woeid: 115555454
1 Like

already have a yweather entity Home, so hope this doesnt interfere.
I get an empty card,
47

when i click it i see this:
36

flipping the boolean gives an error:

26

my weather.yweather seems to work fine, its getting all necessary info:

do we need to customize the input_boolean? or the weather.yweather.
Not sure i fully get the configuration correct here.
My weather.yaml now reads:

- platform: openweathermap
  api_key: !secret openweather_key

- platform: yweather
  name: Home

- platform: buienradar
  name: !secret buienradar_station

- platform: yweather

Maybe i should give the latter an extra name, to distinguish it from Home? Not sure how to name the input_boolean in that case, or the customization for that matter.

btw, line 175 (and called in 179) of the script reads:

computed: 'comptuteWeatherObj(hass, stateObj)',

shouldn’t that be

computed: 'computeWeatherObj(hass, stateObj)',

Please have a look ?
cheers,
Marius

I also get blurry images… Doesn’t seem blurry on mobile though.

Just to help anyone else who runs into this. I too had a blank card. Clicked the blank card and flipped the boolean switch to on. The full card then showed up.

Probably have to set an initial boolean value to on?