<?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 24hr time]]></title><description><![CDATA[<p dir="auto">I’m having some difficulty getting the module to show 24hr time instead of 12.  Raspberry Pi 4 set to 24 hour time, and config.js is set with locale: “en-US” and timeformat: 24.  Other modules show 24hr time, but Google calendar doesn’t.  When viewing <a href="http://calendar.google.com" target="_blank" rel="noopener noreferrer nofollow ugc">calendar.google.com</a>, 24hr time is shown.</p>
<p dir="auto">Any insights?</p>
]]></description><link>https://forum.magicmirror.builders/topic/19155/mmm-calendarext3-24hr-time</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 18:21:50 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19155.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Nov 2024 16:40:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3 24hr time on Wed, 20 Nov 2024 00:18:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Thank you.</p>
<p dir="auto">I used the following in the Ext3 section and it seemed to work:</p>
<p dir="auto">locale: “en-GB”,<br />
eventTimeOptions: {timeStyle: ‘short’},</p>
]]></description><link>https://forum.magicmirror.builders/post/121464</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121464</guid><dc:creator><![CDATA[siujd2001]]></dc:creator><pubDate>Wed, 20 Nov 2024 00:18:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 24hr time on Wed, 20 Nov 2024 00:48:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/siujd2001" aria-label="Profile: siujd2001">@<bdi>siujd2001</bdi></a> awesome</p>
]]></description><link>https://forum.magicmirror.builders/post/121466</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121466</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 20 Nov 2024 00:48:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 24hr time on Wed, 20 Nov 2024 00:18:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Thank you.</p>
<p dir="auto">I used the following in the Ext3 section and it seemed to work:</p>
<p dir="auto">locale: “en-GB”,<br />
eventTimeOptions: {timeStyle: ‘short’},</p>
]]></description><link>https://forum.magicmirror.builders/post/121464</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121464</guid><dc:creator><![CDATA[siujd2001]]></dc:creator><pubDate>Wed, 20 Nov 2024 00:18:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 24hr time on Tue, 19 Nov 2024 23:17:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/siujd2001" aria-label="Profile: siujd2001">@<bdi>siujd2001</bdi></a>  you need to set the eventTimeOptions in ext3</p>
<p dir="auto"><img src="/assets/uploads/files/1732058222900-img_0473.png" alt="IMG_0473.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1732058245073-img_0472.png" alt="IMG_0472.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/121462</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121462</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 19 Nov 2024 23:17:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 24hr time on Tue, 19 Nov 2024 23:13:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">I also have MMM-Config installed if that makes a difference.</p>
<pre><code class="language-js">/* Config Sample
 *
 * For more information on how you can configure this file
 * see https://docs.magicmirror.builders/configuration/introduction.html
 * and https://docs.magicmirror.builders/modules/configuration.html
 *
 * You can use environment variables using a `config.js.template` file instead of `config.js`
 * which will be converted to `config.js` while starting. For more information
 * see https://docs.magicmirror.builders/configuration/introduction.html#enviromnent-variables
 */
let config = {
	address: "localhost",	// Address to listen on, can be:
							// - "localhost", "127.0.0.1", "::1" to listen on loopback interface
							// - another specific IPv4/6 to listen on a specific interface
							// - "0.0.0.0", "::" to listen on any interface
							// Default, when address config is left out or empty, is "localhost"
	port: 8080,
	basePath: "/",	// The URL path where MagicMirror² is hosted. If you are using a Reverse proxy
									// you must set the sub path here. basePath must end with a /
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],	// Set [] to allow all IP addresses
									// or add a specific IPv4 of 192.168.1.5 :
									// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
									// or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
									// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

	useHttps: false,			// Support HTTPS or not, default "false" will use HTTP
	httpsPrivateKey: "",	// HTTPS private key path, only require when useHttps is true
	httpsCertificate: "",	// HTTPS Certificate path, only require when useHttps is true

	language: "en",
	locale: "en-US",
	logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
	timeFormat: 24,
	units: "metric",

	modules: [
		{
			module: "alert",
		},
		{
			module: "updatenotification",
			position: "top_bar"
		},
		{
			module: "clock",
			position: "top_left"
		},
		{
			module: 'MMM-2Day-NOAA-Forecast',
			position: 'top_right',
			config: {
			  lat: LAT,
			  lon: LONG,
			  units: 'imperial',
			  fontSize: '32px',
			  interval: 10 * 60 * 1000
			}
		},
		{
			module: "MMM-OnThisDayWikiApi",
			position: "top_center", // All available positions // &lt;= this works in landscape
//			position: "middle_left",  // trying for vertical mode
			config: {  // See below for configurable options, this is optional
			  reloadInterval: 10000
			}
		},
		{
			module: "calendar", /* default/calendar module configuration */
//			position: "top_left",
  			config: {
    			  broadcastPastEvents: true, // &lt;= IMPORTANT to see past events
    			  calendars: [
      			    {
        		      url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics",
        		      name: "us_holiday", // &lt;= RECOMMENDED to assign name
        		      color: "orange" // &lt;= RECOMMENDED to assign color
      			    },
                            {
			      url: "CALENDAR",
                              name: "NAME",
                              color: "purple"
			    },
			  ]
		  	}
		},
		{
			module: "MMM-CalendarExt3",
//			position: "bottom_bar",
			position: "lower_third",  // &lt;= works in landscape mode
//			position: "upper_third",  // trying for vertical mode
			title: "",
			config: {
			  mode: "month",
			  instanceId: "basicCalendar",
			  locale: 'en-US',
			  maxEventLines: 5,
			  firstDayOfWeek: 0,
			  calendarSet: ['us_holiday', 'CALENDAR'],
			  eventTransformer: (event) =&gt; {
			    if (event.title.search("STB") &gt; -1) event.color = "blue";
			    else if (event.title.search("St. B") &gt; -1) event.color = "blue";
			    else if (event.title.search("FMCHS") &gt; -1) event.color = "green";
			    else if (event.title.search("B-Day") &gt; -1) event.color = "red";
//			    else if (event.description.search("Birthday") &gt; -1) event.color = "red";
//			    else if (event.getDescription()?.toLowerCase().includes("birthday")) event.setColor(CalendarApp.EventColor.red);
			    return event;
			    }
			}
		},
		{
			module: "MMM-Dad-Jokes",
			position: "top_center",  // &lt;= this works in landscape mode
//			position: "middle_right",  // &lt;= trying for vertical mode
//			color: "red",
			config: {
			  updateInterval: 15000
			}
		},
		{
			module: 'MMM-Pir',
  			position: 'top_left',
  			config: {
    			  debug: false,
    			  Display: {
//     			    timeout: 2 * 60 * 1000,
			    timeout: 60 * 1000,
      			    animate: true,
//     			    style: 1,
			    stile: 2,
      			    colorFrom: "#FF0000",
      			    colorTo: "#00FF00",
//     			    mode: 1,
			    mode: 2,
      			    counter: true,
      			    lastPresence: true,
      			    lastPresenceTimeFormat: "LL H:mm",
			    availability: false,
//     			    availability: true,
      			    autoDimmer: false,
      		 	    xrandrForceRotation: "normal",
      			    wrandrForceRotation: "normal",
      			    wrandrForceMode: null,
      			    waylandDisplayName: "wayland-0",
      			    relayGPIOPin: 0
    			},
    			Pir: {
      			  mode: 0,
//     			  gpio: 21
			  gpio: 4
    			},
    			Motion: {
      			  deviceId: 0,
      			  captureIntervalTime: 1000,
      			  scoreThreshold: 100
    			},
    			Cron: {
      			  ON: [],
      			  OFF: []
    			},
    			Touch: {
      			mode: 3
    			},
    			Governor: {
      			  sleeping: 4,
      			  working: 2
    			},
    			Sounds: {
      			  on: "open.mp3",
      			  off: "close.mp3"
    			}
		}
  		},
	]
};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") { module.exports = config; }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/121461</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121461</guid><dc:creator><![CDATA[siujd2001]]></dc:creator><pubDate>Tue, 19 Nov 2024 23:13:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 24hr time on Tue, 19 Nov 2024 16:43:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/siujd2001" aria-label="Profile: siujd2001">@<bdi>siujd2001</bdi></a> can you show the ext3 config?</p>
]]></description><link>https://forum.magicmirror.builders/post/121441</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121441</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 19 Nov 2024 16:43:01 GMT</pubDate></item></channel></rss>