<?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[&quot;Today&quot; on default calendar module]]></title><description><![CDATA[<p dir="auto">Is there anyway that I can remove the “Today” and “at”  whatever time an event is on the calendar?  I only show events for the current day.  I am not so busy that I need to display the event time from the calendar.   After each event it says “Today at 5:30 PM”, or whatever time the event has from google calendar.   I would only like to display the events.  Is there a way to edit out the rest?  I have two mirrors setup and I thought i edited the “Today” out of the calendar.js file, but now its back.  It would just show 5:30 event time and not the Today.  If the calendar event is an all day event, it wont show the time anyway, just the “Today”.   Its still edited out of the calendar.js file, but it displays it anyway.   I have searched all through the configs and I just dont understand it enough to figure it out.  If someone could point me in the right direction where to look, I would appreciate it greatly.</p>
<p dir="auto">There is just so much potential here, but I am limited alot because I just cant wrap my head around this node.js stuff…</p>
<p dir="auto">Rob</p>
]]></description><link>https://forum.magicmirror.builders/topic/9515/today-on-default-calendar-module</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 20:32:45 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9515.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 Jan 2019 06:54:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;Today&quot; on default calendar module on Thu, 17 Jan 2019 16:58:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: bkeyport">@<bdi>bkeyport</bdi></a>, I modified my config with your config and it removed the Today, just as I was looking for!  Thank you for your help.   I think where my problem may have been is instead of having all of the config options above the calendars   section, right after the config braces,  I had all of my options below the url line in the calendars  section…</p>
<p dir="auto">When I saw your config layout, I was immediately suspicious of my config layout being the culprit…</p>
<p dir="auto">I had one mirror that was still displaying Today even though I edited the config just like the other one that was not displaying it… I ended up having to edit line 279	in the calendar.js file &amp; removing the text “Today” from "timeWrapper.innerHTML = this.capFirst(this.translate("Today “));”</p>
<p dir="auto">That together does the trick!   I thank you for your help!</p>
]]></description><link>https://forum.magicmirror.builders/post/50322</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50322</guid><dc:creator><![CDATA[rob73]]></dc:creator><pubDate>Thu, 17 Jan 2019 16:58:31 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Today&quot; on default calendar module on Thu, 17 Jan 2019 16:09:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: bkeyport">@<bdi>bkeyport</bdi></a> , I will give that a try and get back with you…</p>
]]></description><link>https://forum.magicmirror.builders/post/50320</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50320</guid><dc:creator><![CDATA[rob73]]></dc:creator><pubDate>Thu, 17 Jan 2019 16:09:57 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Today&quot; on default calendar module on Thu, 17 Jan 2019 04:20:14 GMT]]></title><description><![CDATA[<p dir="auto">odd… Here’s how I have mine configured, and it clearly changes things</p>
<pre><code>{
			module: "calendar",
			position: "top_right",
			config: {
				maximumEntries: 15,
				maximumNumberOfDays: 90,
				displaySymbol: false,
				maxTitleLength: 30,
				wrapEvents: true,
				fetchInterval: 120000,
				fade: false,
				dateFormat: "M/D h:mm a",
				fullDateEventDateFormat: "M/D",
				timeFormat: "absolute",
				getRelative: 0,
				urgency: 0,
				broadcastEvents: false,
				hideOngoing: true,
				excludedEvents: ["InOffice"],
				dateEndFormat: "h:mm a",
				calendars: [
					{
						symbol: "calendar",
						url: "https://url", 
					}
					],
				}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/50296</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50296</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Thu, 17 Jan 2019 04:20:14 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Today&quot; on default calendar module on Wed, 16 Jan 2019 17:28:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: bkeyport">@<bdi>bkeyport</bdi></a> , Thanks for working with me here…</p>
<p dir="auto">I added that to my config.  It didnt change the display any.  Other than the calendar url, the only options i have in my config are  maximumEntries: “4” &amp; maximumNumberOfDays: “1”.  Making your modification had no affect on the display.  I tried it on two different mirrors with the same result.  I will try it with an event with a given time and see if it has an affect on that…</p>
<p dir="auto">Rob</p>
]]></description><link>https://forum.magicmirror.builders/post/50269</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50269</guid><dc:creator><![CDATA[rob73]]></dc:creator><pubDate>Wed, 16 Jan 2019 17:28:36 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Today&quot; on default calendar module on Wed, 16 Jan 2019 10:12:12 GMT]]></title><description><![CDATA[<p dir="auto">I’d use this in my config.js for the calendar module’s config:</p>
<pre><code>dateFormat: "h:mm a", //  This sets the string to time only
timeFormat: "absolute", // only shows times normally. 
getRelative: 0, // lowers the limit for absolute time to zero - no relative. 
urgency: 0, // makes sure it stays absolute.
</code></pre>
<p dir="auto">I do believe that changing the dateFormat to “H:mm” will go 24 hour.</p>
]]></description><link>https://forum.magicmirror.builders/post/50247</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50247</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Wed, 16 Jan 2019 10:12:12 GMT</pubDate></item></channel></rss>