How can i make my dashboard look better?

Hi

Trying to jazz up my dashboard a little, using the hygge! theme currently but as you can see its very plain and boring


the wind speed and internet dont even have icons as i dont know how to add icons to them

any feedback and assistance would be much appreciated

you can add background pics, change colors, make icons bigger or smaller, change text sizes, etc.
its very hard for others to help you get something you like, without knowing what you like :wink:
i would say start with searching on the forum or google for dashboards that you like, to get inspiration.
and when you have been inspired then try to create something that is more like you want.

off course it is very usefull to read here:
http://appdaemon.readthedocs.io/en/latest/DASHBOARD_CREATION.html
and for sure this part
http://appdaemon.readthedocs.io/en/latest/DASHBOARD_CREATION.html#widget-reference

so that you know what options you have.

1 Like

you can add an icon (a background really) with:

widget_style: 'background-image: url("https://www.shareicon.net/download/2015/08/18/86941_reading_512x512.png"); background-size: 40%; background-position:center; background-repeat: no-repeat'

here is some more info about css backgrounds if you’re not familiar with it: https://www.w3schools.com/css/css_background.asp

ofc change the url to something local

1 Like