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.
I’m trying to modify some widgets and it doesn’t seem like anything I do is getting picked up. To force the issue I completely deleted the entire widgets folder and everything kept working. Is there a bad reference somewhere? Is it possibly looking at a web based copy of the source? Or is there some super cache that I can’t get past?
I have the force compile flag on.
It’s weird, only changes that I make to the config.yaml get picked up. Everything else is ignored.
Thanks for all the hard work on this. Just installed in docker (using image off dockerhub mezz64/appdaemon:dashdev). Took literally just a couple minutes to manually update to the .yaml config version. Finally turned off my old v1 and will just run this for both automations and dashboard!
Figured it out. Not sure if this is my fault or by design, but apparently after moving to beta4 using the above instructions, appdaemon is now using /usr/local/lib/python3.6/site-packages/appdaemon/widgets instead of my local folder as it used to… I’d rather not have to dig so deep to tweak the widgets if possible. Haven’t found a way to point the app to a different directory yet…
Ok, Its working great
I made a skin for my tablet, pure css, no texture.
Clean and classy. http://demartinenchile.com/media/blackglass.zip
It fit perfectly on a hd screen with a 6x4 grid and a widget_dimensions: [133, 123]
I load it with the WallPanel app at a zoom level off 150%
i dont say it was easy. (or difficult either) but anything that is working is very important.
i am not the only one to keep happy. lets say i start playing around for 2 hours and disturbing the lights or tv with that.
no problem if it brings an advantage afterwards, but if it is only to make others (to my wife unknown people) happy that breaks away a part of the WAL (wife acceptance level)
I’m not supporting editing widgets yet for that very reason - when I add that in it will be via a local directory that overrides or adds to the built in widgets, the same way that custom skins do, I’m just not here yet.