<?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[SlotTitle Date formatting with CalendarExt2]]></title><description><![CDATA[<p dir="auto">Format is pretty close to what I’m looking for, but the first row has the day name twice, and something weird is happening to November 11, as you can see in the picture.</p>
<p dir="auto"><a href="https://imgur.com/9Bc8M6i" target="_blank" rel="noopener noreferrer nofollow ugc">link text</a></p>
<p dir="auto">Any suggestions as to what I should change in the View to make each day look the same?</p>
<pre><code>views: [
				{
					Name: "Rentals",
					title: "BNC Rentals",
					mode: "week",			
					position: "fullscreen_above",
					calendars: ["BNC Rentals"],
					useEventTimeRelative: true,
					slotCount: 3,
					slotMaxHeight: "175px", 
					slotTitle: "",
					slotSubTitle: "",
					slotTitleFormat: "ddd MMM/DD",
					maxItems: 200,
					hideOverflow: false,				
				}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/11367/slottitle-date-formatting-with-calendarext2</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 20:57:29 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11367.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Oct 2019 14:45:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SlotTitle Date formatting with CalendarExt2 on Wed, 16 Oct 2019 18:09:33 GMT]]></title><description><![CDATA[<p dir="auto">@Sean No argument there. I’m not familiar with this style of coding, but I am trying to learn.</p>
]]></description><link>https://forum.magicmirror.builders/post/62776</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62776</guid><dc:creator><![CDATA[CliffordW]]></dc:creator><pubDate>Wed, 16 Oct 2019 18:09:33 GMT</pubDate></item><item><title><![CDATA[Reply to SlotTitle Date formatting with CalendarExt2 on Wed, 16 Oct 2019 00:20:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cliffordw" aria-label="Profile: CliffordW">@<bdi>CliffordW</bdi></a><br />
<a href="https://github.com/eouia/MMM-CalendarExt2/wiki/2c4.-View:week,-month#viewweek" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/eouia/MMM-CalendarExt2/wiki/2c4.-View:week,-month#viewweek</a></p>
<p dir="auto">hmmm. read and try again. I think i made this too configurable. anyway there is no definitive role of slotTitle. your result is not a bug or an error, just you might have not yet understood what you were doing.</p>
]]></description><link>https://forum.magicmirror.builders/post/62717</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62717</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 16 Oct 2019 00:20:28 GMT</pubDate></item><item><title><![CDATA[Reply to SlotTitle Date formatting with CalendarExt2 on Tue, 15 Oct 2019 22:35:04 GMT]]></title><description><![CDATA[<p dir="auto">I’d suggest to rather change slotTitleFormat to “MMM/DD” to get rid of the duplicate days. THe “ddd” adds the day name which is not necessary in your calendar.<br />
Then change slotTitle back to “” to have the day name header for every slot.</p>
<p dir="auto">Then, the two slots are not formatted with slotTitleFormat but with (moment(…).format(“MM/D”). But I can only guess where that sits in the code.</p>
]]></description><link>https://forum.magicmirror.builders/post/62713</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62713</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Tue, 15 Oct 2019 22:35:04 GMT</pubDate></item><item><title><![CDATA[Reply to SlotTitle Date formatting with CalendarExt2 on Tue, 15 Oct 2019 18:37:34 GMT]]></title><description><![CDATA[<p dir="auto">I changed slotTitle to a single space instead of null, and the duplicate days are now missing.  I still have some strangeness for the first displayed slot and the first of the month. Any suggestions?</p>
<p dir="auto"><a href="https://imgur.com/Kp1qOwW" target="_blank" rel="noopener noreferrer nofollow ugc">https://imgur.com/Kp1qOwW</a></p>
]]></description><link>https://forum.magicmirror.builders/post/62700</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62700</guid><dc:creator><![CDATA[CliffordW]]></dc:creator><pubDate>Tue, 15 Oct 2019 18:37:34 GMT</pubDate></item></channel></rss>