compare the list of entities in the example to those you have in home assistant
(the best way to look how your entities are called is on the devtools, states page)
since the last release from AD there have been namechanges in the darksky entities in HA.
thats why the default without extra settings doesnt work anymore.
I’ve looked through that document many times. If I look at the list of entities in HA, I see “sensor.weather_wind_bearing” - which doesn’t have a dark_sky root at all. I see nowhere that I can customize what entities hadashboard (appdaemon) are looking for. I’ve tried customizing a widget without the wind_bearing entity, but still get this same error.
I’ve done that, but still get an error referencing a sensor that I’m not using. Here’s the interesting part… if I don’t list anything under sensors, then I get labels but no data. So, if my code looks like this:
you have show_forecast set to 1
so yeah, in that case AD expects you want to have forecast.
and because you dont provide the sensor, it looks for the default, which doesnt exist in your HA.
I can’t thank you enough. I’ve got everything working on today’s weather report. I just need to read up on how not to show some items, or at least, re-label them.
I can’t get the forecast to work, because it looks like darksky has changed their forecasted low and high temperature model. I’ve found several discussions, but none of them seem to work. And there are no low and high entities showing up in HA.
inside the weather widget you cant change the text at this moment.
unless you make a custom widget out of it.
creating a custom widget that overrides the original isnt hard, but it has the disadvantage that you need to take extra care of things when you update AD next times.
@djtommye what is the trouble with displaying icons?
look at the documents on the widget you like to change the icon from.
for instance for switch it is:
icon_on: mdi-bike
icon_off: fas fa-adjust
remember mdi- instead of mdi: like in HA
and for font awsome you find what to put in on the top of the page from the icon.
Ok I reinstalled appdeamon, and deleted the folder ok again, but I had to make mistakes with css, following these instructions: place the files in the directory /conf/custom_widgets edit variables.yaml in your own or the default skin. the lines to add can be found in here in custom_css/default/variables.yaml
My mistake. In HA log says:
‘Monitored condition temperature_max is deprecatedMonitored condition temperature_min is deprecatedMonitored condition apparent_temperature_max is deprecatedMonitored condition apparent_temperature_min is deprecated’
so I commented those voices in configuration.yaml having the problem you can saw.
I apologize with the forum
Regards