How to display the weather like this (Pic attached) HA Dashboard

Hi Friends,
How to display the weather like this (Pic attached) on HA Dashboard
HA%20weather

I tried using default weather widget but noting is seen.

Please guide me on how to get this

1 Like

Quoted from the Appdaemon doc’s that can be found here - Dashboard Creation — AppDaemon 4.4.3 documentation

weather
Up to date weather reports. By default it’s configured to work with dark sky sensor. To use all the features you need to add these sensors to monitored_conditions:

temperature
apparent_temperature
temperature_min
temperature_max
humidity
precip_probability
precip_intensity
precip_type
wind_speed
wind_bearing
pressure
icon
To have the forecast displayed set show_forecast to 1. For it to work you additionally need to add the forecast option in dark_sky Home Assistant configuration.

forecast:
  - 1

So my dash.yaml code is,

weather:
  widget_type: weather
  main_style: "colour: white"
  show_forecast: 1
  prefer_icons: 0
  forecast_title: Tomorrow
  units: "°C"

Hope this helps out.

Thanks Worked

could someone show me the config.yaml file as i followed this and my oic has yellow at top blue writing bellow and entity not found above the temperature

what is shown above goes in the dashboard.
and you need to have the dark_sky component installed inside home assistant.

I have what I think is dark sky working in hassio I get all the icons with all different weather information on the screen which I would like to get into a card somhow but that’s later its getting it into the dashboard where I seem to have the problem as I always seem to get entity not found I don’t know if I missing a file somwhere or do I not have all the components I need in the proper files as I am new to this and no nothing about codes and where they go I need a basic breakdown as I have read loads of pages but it makes no sence to me sorry for the long post

did you read the docs about how to create dashboards?
https://appdaemon.readthedocs.io/en/latest/DASHBOARD_CREATION.html
but in this case the specific part about the weather widget?
https://appdaemon.readthedocs.io/en/latest/DASHBOARD_CREATION.html#weather