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.
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