Dark sky animted problem

Hi
Used Home Assistant 0.101.3

I trying evrything and not found any salution

I create and go step-by-step with this Github:

the icons under : /config/www/weather_icons

raw Edit Config :

resources:
  - type: module 
    url: /local/custom_ui/dark-sky-weather-card.js?v=7.1

/config/www/custom_ui/dark-sky-weather-card.js (from github 1:1)

/config/ui-lovelace.yaml

      - type: custom:dark-sky-weather-card
        entity_sun: sun.sun
        entity_daily_summary: sensor.dark_sky_daily_summary
        entity_current_conditions: sensor.dark_sky_icon  
        entity_humidity: sensor.dark_sky_humidity
        entity_pressure: sensor.dark_sky_pressure
        entity_temperature: sensor.dark_sky_temperature
        entity_visibility: sensor.dark_sky_visibility
        entity_wind_bearing: sensor.dark_sky_wind_bearing
        entity_wind_speed: sensor.dark_sky_wind_speed
        entity_forecast_high_temp_1: sensor.dark_sky_daytime_high_temperature_1
        entity_forecast_high_temp_2: sensor.dark_sky_daytime_high_temperature_2
        entity_forecast_high_temp_3: sensor.dark_sky_daytime_high_temperature_3
        entity_forecast_high_temp_4: sensor.dark_sky_daytime_high_temperature_4
        entity_forecast_high_temp_5: sensor.dark_sky_daytime_high_temperature_5
        entity_forecast_low_temp_1: sensor.dark_sky_overnight_low_temperature
        entity_forecast_low_temp_2: sensor.dark_sky_overnight_low_temperature_1
        entity_forecast_low_temp_3: sensor.dark_sky_overnight_low_temperature_2
        entity_forecast_low_temp_4: sensor.dark_sky_overnight_low_temperature_3
        entity_forecast_low_temp_5: sensor.dark_sky_overnight_low_temperature_4
        entity_forecast_icon_1: sensor.dark_sky_icon_1
        entity_forecast_icon_2: sensor.dark_sky_icon_2
        entity_forecast_icon_3: sensor.dark_sky_icon_3
        entity_forecast_icon_4: sensor.dark_sky_icon_4
        entity_forecast_icon_5: sensor.dark_sky_icon_5

Card Configuration :

entity_current_conditions: sensor.dark_sky_icon
entity_forecast_high_temp_1: sensor.dark_sky_daytime_high_temperature_1d
entity_forecast_high_temp_2: sensor.dark_sky_daytime_high_temperature_2d
entity_forecast_high_temp_3: sensor.dark_sky_daytime_high_temperature_3d
entity_forecast_high_temp_4: sensor.dark_sky_daytime_high_temperature_4d
entity_forecast_high_temp_5: sensor.dark_sky_daytime_high_temperature_5d
entity_forecast_icon_1: sensor.dark_sky_icon_1d
entity_forecast_icon_2: sensor.dark_sky_icon_2d
entity_forecast_icon_3: sensor.dark_sky_icon_3d
entity_forecast_icon_4: sensor.dark_sky_icon_4d
entity_forecast_icon_5: sensor.dark_sky_icon_5d
entity_forecast_low_temp_1: sensor.dark_sky_overnight_low_temperature_0d
entity_forecast_low_temp_2: sensor.dark_sky_overnight_low_temperature_1d
entity_forecast_low_temp_3: sensor.dark_sky_overnight_low_temperature_2d
entity_forecast_low_temp_4: sensor.dark_sky_overnight_low_temperature_3d
entity_forecast_low_temp_5: sensor.dark_sky_overnight_low_temperature_4d
entity_summary_1: sensor.dark_sky_summary_1d
entity_summary_2: sensor.dark_sky_summary_2d
entity_summary_3: sensor.dark_sky_summary_3d
entity_summary_4: sensor.dark_sky_summary_4d
entity_summary_5: sensor.dark_sky_summary_5d
entity_temperature: sensor.dark_sky_temperature
type: 'custom:dark-sky-weather-card'

Suggest you post a github issue.

1 Like

Thanks. I will do it

I’m using this card on 0.101.2 without issues, well there is one but it’s a visual issue and not a functionality issue. I also haven’t made any changes or updated any of its code since I installed it probably 6 or more months ago. Anyway, to me that error looks like it is saying the sensors don’t exist. You might want to make sure the dark sky component is working, then go to the states page of the frontend and make sure the noted sensors do exist and do have data. If that all works, there’s possibly an issue with the frontend card code and the name of the components it is looking for (could your sensors have an “_2” appended to them?)

OK (:slight_smile:
So I success run it. the problem was with my JS version

what the name of the sensor Predict weather?
How did the sensor know what going to be on Wednesday?
like the attachment photo
image
I want to create some notification
“if tomorrow be rain - don’t forget to take an umbrella”

which sensor did I need to use?

sensor.dark_sky_daily_summary

1 Like