A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-CalendarExt2 - display title and time / date in one line
-
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. :-)
-
.CX2 .eventMain { display: flex; justify-content: space-between; }
But this is valid only when you show title and time only on daily view mode. When you need a more complex case, another approach may be needed.