I have integrated the MMM-CalendarExt2 module into my mirror. There I use the view in “Daily” mode. In the entries, the title and the time period of the event are displayed in two lines.
How can I display both pieces of information in one row?
Example of current display:
Desired layout:
Here is my code:
views: [
{
name: "Overview Private",
mode: "daily",
type: "row",
position: "bottom_bar",
slotCount: 2,
hideOverflow: false,
filterPassedEvent: false,
calendars: ["ABC", "DEF",],
},
],
Thank you in advance. :-)