Home Assistant HADashboard Skin Sharing

I use Tileboard now and no longer have the code for this, and I don’t remember. So, I can’t help. Sorry.

Ok, thanks anyway… i will try also Tileboard.

looks like the default weather widget,

weather:
  widget_type: weather
  main_style: "colour: white"
  prefer_icons: 1
  units: "°C"

just with the size set at

weather(4x1)

Then some custom CSS in the theme to round out the corner’s.

Unfortunately, no one can be told what The Matrix is. You’ll have to see it for yourself :slight_smile:

2 Likes

How did you make those corners for the tiles?
Also how do you blur the transparency of a tile?

transparancy is done by using rgba (for widget_style)
https://www.w3schools.com/cssref/func_rgba.asp

for the borders:
https://www.w3schools.com/cssref/pr_border-style.asp

for corners you can use border-images:
https://www.w3schools.com/css/css3_border_images.asp