<?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-CalendarExt3 formatting help]]></title><description><![CDATA[<p dir="auto">So I am trying to get two things to happen:</p>
<ol>
<li>the end times to not display on my long events</li>
<li>the dots/icons to go away on short events so there’s more room for text</li>
</ol>
<p dir="auto"><img src="/assets/uploads/files/1703724949111-21ff9f37-bc8a-47a1-9535-b02e073e86ec-image.png" alt="21ff9f37-bc8a-47a1-9535-b02e073e86ec-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I have icons off and end times off within both the native calendar module AND CX3 module. I don’t know what to do now!</p>
<pre><code>		{
			module: "calendar",
			header: "Family Calendar",
			hiddenOnStartup: "true",
			position: "top_left",
			config: {
				broadcastPastEvents: true,
				displaySymbol: false,
				showEnd: false,
				fetchInterval: 300000,
				calendars: [
					{
						url: "https://.ics",
						name: "family_cal",
						color: "purple"
					},
					{
						url: "https://.ics",
						name: "alecwork_cal",
						color: "gray"
					},
					{
						url: "https://.ics",
						name: "alec_cal",
						color: "blue"
					},
					{
						url: "https://.ics",
						name: "days_off",
						color: "black"
					}

				]
			}
		},
{
			module: "MMM-CalendarExt3",
			position: "bottom_bar",
				config: {
					mode: "week",
					useSymbol: false,
					showMore: true,
					refreshInterval: "305000",
					weekIndex: "0",
					instanceId: "basicCalendar",
					fontSize: "22px",
					maxEventLines: 5,
					firstDayOfWeek: 7,
					calendarSet: ['family_cal', 'alecwork_cal', 'alec_cal', 'days_off'],
  }
},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/18312/mmm-calendarext3-formatting-help</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 00:49:18 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18312.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Dec 2023 00:58:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3 formatting help on Thu, 09 Apr 2026 03:22:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a><br />
How do I remove the time from  the calendar? I’m using your CX3 Agenda to the right with the calendar in the middle; I would like to just have the time on the agenda. I managed to get symbols removed thanks to your (old) post, but cannot figure out the right combination of config.js and custom.css code to get rid of the start times.</p>
]]></description><link>https://forum.magicmirror.builders/post/130721</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/130721</guid><dc:creator><![CDATA[JoshMcMadMac]]></dc:creator><pubDate>Thu, 09 Apr 2026 03:22:39 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 formatting help on Thu, 28 Dec 2023 20:33:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/angelikittyx" aria-label="Profile: angeliKITTYx">@<bdi>angeliKITTYx</bdi></a><br />
<a href="https://github.com/MMRIZE/MMM-CalendarExt3/discussions/124#discussioncomment-7950060" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MMRIZE/MMM-CalendarExt3/discussions/124#discussioncomment-7950060</a><br />
See #6 answer.</p>
]]></description><link>https://forum.magicmirror.builders/post/113660</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113660</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Thu, 28 Dec 2023 20:33:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 formatting help on Thu, 28 Dec 2023 19:36:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> that worked! weird - the css the module author offered didn’t work.</p>
<p dir="auto">Thanks!<br />
Is there an easy way to make the font color match the calendar color? Right now all my timed events are written white for every calendar. I didn’t realize the calendar color setting only applied to “all day” events and the symbols.</p>
]]></description><link>https://forum.magicmirror.builders/post/113659</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113659</guid><dc:creator><![CDATA[angeliKITTYx]]></dc:creator><pubDate>Thu, 28 Dec 2023 19:36:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 formatting help on Thu, 28 Dec 2023 18:51:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/angelikittyx" aria-label="Profile: angeliKITTYx">@<bdi>angeliKITTYx</bdi></a><br />
Rename custom.css.example to custom.css then add my above codes into it.</p>
]]></description><link>https://forum.magicmirror.builders/post/113658</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113658</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Thu, 28 Dec 2023 18:51:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 formatting help on Thu, 28 Dec 2023 17:19:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> I also already have</p>
<pre><code>…
useSymbol: false,
…
</code></pre>
<p dir="auto">in my config file. I have the command for both default calendar and CX3.</p>
<p dir="auto">And I know it’s very narrow - which is why I’m trying to maximize the space for the text and remove the symbol. I’m just not sure how to get the css file working.</p>
]]></description><link>https://forum.magicmirror.builders/post/113652</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113652</guid><dc:creator><![CDATA[angeliKITTYx]]></dc:creator><pubDate>Thu, 28 Dec 2023 17:19:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 formatting help on Thu, 28 Dec 2023 16:15:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> I haven’t done anything with custom css. Do I make a copy of the sample file and just add this text in? I tried doing that to alter the cell heights but nothing I changed did anything.</p>
]]></description><link>https://forum.magicmirror.builders/post/113654</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113654</guid><dc:creator><![CDATA[angeliKITTYx]]></dc:creator><pubDate>Thu, 28 Dec 2023 16:15:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 formatting help on Thu, 28 Dec 2023 08:30:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/angelikittyx" aria-label="Profile: angeliKITTYx">@<bdi>angeliKITTYx</bdi></a></p>
<pre><code class="language-js">/* in your module config in config.js */
...
useSymbol: false,
...
</code></pre>
<pre><code class="language-css">/* custom.css */
.CX3 .event.multiday:not(.continueToNextWeek) .headline .endTime {
  display: none;
}

.CX3 .event.singleday .headline:not(.useSymbol)::before,
.CX3 .event.singleday .headline.useSymbol .symbol.noSymbol::before {
  display: none;
}
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1703751890886-6dd4a77c-636c-46ce-9979-85595aac709b-image.png" alt="6dd4a77c-636c-46ce-9979-85595aac709b-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">By the way, 1080w is too narrow for this kind of view… (with 0 margin, 1080px / 7 = 154px =&gt; only for 10~20 chars could be displayed in one cell.)</p>
]]></description><link>https://forum.magicmirror.builders/post/113647</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113647</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Thu, 28 Dec 2023 08:30:48 GMT</pubDate></item></channel></rss>