@ruff-hi
That is exactly the alternative which I showed
{
module: "calendar",
header: "House",
position: "top_left",
maximumEntries: "3",
config: {
colored: true,
tableClass: "small",
calendars: [
{
symbol: "fas fa-house-user",
maximumEntries: "2",
color: "rgb(121, 0, 86)",
url: "https://calendar.google.com/calendar/ical/xxx/basic.ics"
}
]
}
},
{
module: "calendar",
header: "Trash",
position: "top_left",
maximumEntries: "3",
config: {
colored: true,
tableClass: "small",
calendars: [
{
symbol: "fas fa-trash",
color: "rgb(185, 62, 38)",
maximumEntries: "2",
url: "https://calendar.google.com/calendar/ical/xxxxx/basic.ics"
}
]
}
},
Which will look like this
[image: 1647155262722-5ddd9a13-36aa-47ad-a265-e6e9b94e367a-grafik.png]