Im sure im doing something stupid here but I just cant figure it out. I have the current version of appdaemon installed from hadashboard_beta running under docker. For the life of me I cant get any custom icons to work.
Can anyone tell me what im doing wrong. I have tried both of the following, but the default icon is always used
Do you have the same issue with MDI icons? Are there any errors in your logs? If you look in appdaemon_dashboard/appdaemon/appdaemon/assets/css, do you see the font-awesome.css file? Is it set to 0755 perms?
Yea I have the same issue with MDI icons. Cant see anything in appdaemon.log (Is this the right log file?). Files exist inside the container and the perms are correct.
Huh! I’m on the beta team (I contributed the skins and styling) and I don’t think I’ve seen that option; is that just for Docker or did I miss reading the last readme?!? Anyhow, glad you got it figured out.
Should be normal; the option you mentioned was working correctly, so it wouldn’t have generated an error. As long as you’re not doing anything freaky and just manipulating styles and such, a clean error log is normal. Most of my errors are actually when something misses a polling in HA. Even so, the last error I have of that type is on 4/25. Mine is pretty small even with testing.
i know that Andrew mentioned that he had put in an option to use the icons from HA.
but i also didnt see it like this
if im correct he did put it in shortly for a break. so thats probably why we missed it
but i think that configuration in the dashboard should overrule that option. @aimc??