The token is changing in Home Assistant and the widget get blank…
Would it be possible to simply reference the entity in state of the entity_picture ?
My Dash:
I guess I’ll just let sleeping dogs lie. I’m more likely to experience a power outage than an internet outage here anyway - underground fiber. Since I moved here 5 years ago, I’ve had two outages; one of those was recent and turned out to be a bad switch at the fiber aggregator (I noticed it first but it affected a lot of others) for a total down time of about 8-10 hours.
The other was during Super Storm Sandy, but to be fair that was the largest hurricane in 200 years. And the power was out too. LOL
I’d try NGINX, but I can’t seem to find a resource that is noobish enough to make me comfortable attempting the installation and set up. I’m not a network engineer, so it’s a weak point.
I thought that was how you were supposed to do it, at least when I was beta testing it was. All of my camera widgets use the HA proxy. (HA ones anyways. Some of my radars are direct URL.)
EDIT: I’m using this with the camera widget and have no problems. If you want to use the direct URL, then iframe should work.
Just to come full circle, in my dns server i have a primary zone that is the same domain as my external dyndns given domain. Then within that I have a NS Record that points back to my server’s ip address.
This means that I can use the full url externally and internally and they both point back to my server. Saves the headache of having to have a wan and lan setting for all my apps that I use; VNC/HASS etc…
Some help to create skins
I’ve followed the indication present in the “variable.yaml”
Created a copy of one of the skins in the /home/pi/appdaemon_dashboard/appdaemon/appdaemon/assets/css/perso and edited the content, but I’ve got this error, when I try to load it at http://192.168.0.26:3040/Main?skin=perso
What is wrong in my steps ?
Off course, I’ve reloaded appdeamon and also tried to add “dash_force_compile: 1” in the appdaemon.yaml
I’ve also tried to change the background from an existing skin, but it don’t affect the result on the dashboard
(thats also mentioned in the DASHBOARD.md if i am not mistaken)
the dir should contain 2 files:
dashboard.css
variables.yaml
you can copy them from 1 of the other skins and edit them.
changing the background is possible, but i cant tell you what has gone wrong in your case if you dont tell me how you tried it.
remember that your browser could also give you cashing problems. lots of times people try to edit skins and it only takes effect when they clear the cache from the browser.
another common problem it when the compliling has gone wrong after a user mistake and some compiled files dont get refrehed.
the dir
/home/pi/appdaemon_dashboard/appdaemon/appdaemon/conf/compiled
can be emptied at any time to make sure that the files really get recompiled.