HADashboard weather with WUnderground

I unfortunately can’t help with HASSIO as I run everything (HA, AD) exclusively in docker.

I have this (not showing temperature, any idea why?
Cattura

Yeah i still can’t seem to work it out… anyone else able to shed some light on why the value might not be updating in HASSIO?

I’ve deleted and re installed everything again to see if that makes a difference but no luck.

@anon35356645 have you included all other files required under the custom_widgets directory?

I had no issues installing this first go.

I added

  • 3 files in \UBUNTU\config\appdaemon\custom_widgets\basewunderground\
  • 1 file \UBUNTU\config\appdaemon\custom_widgets\wundeground.yaml

and in configuration (PLEASE NOTE ONLY C value)

  - platform: wunderground
    api_key: !secret wundergrund_api_key
    monitored_conditions:
      - alerts
      - weather_1d_metric
      - weather_1n_metric
      - weather_2d_metric
      - weather_2n_metric
      - weather_3d_metric
      - weather_3n_metric
      - weather_4d_metric
      - weather_4n_metric
      - temp_c
      - precip_1d
      - precip_2d
      - weather
      - weather_2d
      - temp_high_1d_c
      - temp_low_1d_c
      - temp_high_2d_c
      - temp_low_2d_c

and in dash file

tempo_oggi:
    widget_type: wunderground
    enable_celsius: 1

problem is I do not know where to add the 4 rows

wunderground_main_style: "color: $orange"
wunderground_unit_style: "color: $orange"
wunderground_sub_style: "color: $blue"
wunderground_widget_style: $background_style

I do not have a custom_css directory, and I am on HASSIO, pretty difficult to access variables.yaml

basically only the
sensor.pws_precip_1d
sensor.pws_precip_2d

are displayed, although all are present as entity_id (sensor.pws_temp_c and other are there)

If you’re not using a custom css you wanna add those lines to the default variables which you can find in a location along these lines /usr/local/lib/python3.5/dist-packages/appdaemon/assets/css/default

Also, in your dash file try changing to the default definition to
weather: rather than temp_oggi: as you’ve currently got.

Oh no, please not,

for you its 3.6 in the docker :wink:

I wait until I can easily change the file in the HASSIO /Config directory

you could also use a custom skin.
then you can access the variables.yaml from that skin in your custom_css directory

or you can create a custom_css directory called default and get the 2 needed files from the appdaemon github.

did that, all sorts of errors, too much hassle

now took out custm_css away, cleared cache, rebooted the host, cleared cache and again errors, errors, and again errors, crashing all the time, its poorly programmed

uninstalled, cleared cache, rebooted host, reinstalled, launched … and … again errors upon errors, how is this possible? A nightmare component (all of hadashboard).

EDIT

Solution is uninstall v3 reboot, then install v2, then uninstall v2, reboot, then install v3 again, then it works again … go figure

there is only 1 person on this forum that has that many and this kind of problems. so i think that the nightmare for your automations is YOU.

its absolutely welprogrammed by andrew, but for people that are in no way able to read instructions, that are not able to listen to people that want to help, and who are to impatient to wait for an answer they asked on a forum and try out things and then didnt know what they did, for those people NO programm can be created.

you ask 100.000 questions get 1.000.000 answers and dont read any of them really, but all of them half.

i wont spend any more time to help you with dashboard or anything else.

2 Likes

Thank you!!!

If you think you can do any better go ahead. Otherwise, please keep your opinion to yourself. If you don’t like it don’t use it, it’s that simple.

2 Likes

claudio, I’ve been quiet through all of this. You seem to be running around like a chicken with his head cut off. You start trying one thing, run into a problem the switch to trying something else and complain that neither work. The custom skins work beautifully. Also, please remember anything version 3 and above is currently a beta I believe. Maybe you should stay below version 3 until it’s out of beta. A great deal of effort has been placed into making Appdaemon a stable platform for us to work from. And from what I can tell and what I have done with it. I have to say they have been extremely successful.

3 Likes

in HASSIO?