<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-CalendarExt2 - display title and time / date in one line]]></title><description><![CDATA[<p dir="auto">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.</p>
<p dir="auto">How can I display both pieces of information in one row?</p>
<p dir="auto">Example of current display:<br />
<img src="/assets/uploads/files/1712657251699-0960a787-b3ea-4395-8658-312ac83077b0-image.png" alt="0960a787-b3ea-4395-8658-312ac83077b0-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Desired layout:<br />
<img src="/assets/uploads/files/1712657412846-f72c61b5-79df-43d2-9538-8ed208e23a95-image.png" alt="f72c61b5-79df-43d2-9538-8ed208e23a95-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Here is my code:</p>
<pre><code>views: [
			  {
                name: "Overview Private",
                mode: "daily",
                type: "row",
                position: "bottom_bar",
                slotCount: 2,
                hideOverflow: false,
                filterPassedEvent: false,
                calendars: ["ABC", "DEF",],
            },
			],
</code></pre>
<p dir="auto">Thank you in advance. :-)</p>
]]></description><link>https://forum.magicmirror.builders/topic/18639/mmm-calendarext2-display-title-and-time-date-in-one-line</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 17:34:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18639.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Apr 2024 10:11:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt2 - display title and time / date in one line on Tue, 09 Apr 2024 12:48:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/othomys" aria-label="Profile: othomys">@<bdi>othomys</bdi></a><br />
<img src="/assets/uploads/files/1712666822537-13473ee3-963d-4df7-8be4-3a954063f7ef-image.png" alt="13473ee3-963d-4df7-8be4-3a954063f7ef-image.png" class=" img-fluid img-markdown" /></p>
<pre><code class="language-css">.CX2 .eventMain {
  display: flex;
  justify-content: space-between;
}
</code></pre>
<p dir="auto">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.</p>
]]></description><link>https://forum.magicmirror.builders/post/116876</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/116876</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Tue, 09 Apr 2024 12:48:21 GMT</pubDate></item></channel></rss>