<?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-Worldclock]]></title><description><![CDATA[<p dir="auto">MagicMirror Module to display clocks from multiple time zones</p>
<p dir="auto">After not getting an answer on Sean’s EXCEPTIONAL worldclock module (His first) from the new maintainer, I decided to fork it and start working on it myself. As such, I present to you “MMM-Worldclock”… It’s mostly Sean’s work, with a few fixes here and there right now.</p>
<p dir="auto">This will be fully supported, much in the spirit of Sean’s work.</p>
<p dir="auto">This module is derived from default MagicMirror module ‘clock’ and modified. Thanks to michaelteeuw.<br />
This module displays times from around the world.<br />
Modified fork of worldclock by eouia, renamed and improved.</p>
<p dir="auto"><img src="/assets/uploads/files/1596751562038-capture.png" alt="Capture.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Installation</p>
<ol>
<li>Execute the following commands to install the module:</li>
</ol>
<pre><code>cd ~/MagicMirror/modules # navigate to module folder
git clone https://github.com/BKeyport/MMM-Worldclock # clone this repository
</code></pre>
<ol start="2">
<li>Then, add the following into the modules section of your config/config.js file:</li>
</ol>
<pre><code>{
  module: 'MMM-Worldclock',
  position: 'top_left', // This can be any of the regions, best results in top_left or top_right regions
  config: {
    // See 'Configuration options' for more information.

    timeFormat: 'hh:mm A', //defined in moment.js format()
    style: 'top', //predefined 4 styles; 'top', 'left','right','bottom'
    offsetTimezone: null, // Or you can set `Europe/Berlin` to get timegap difference from this timezone. `null` will be UTC timegap.
    clocks: [
      {
        title: "Home",
      },
      {
        title: "HOLLYWOOD", // Too long title could cause ugly text align.
        timezone: "America/Los_Angeles", //When omitted, Localtime will be displayed. It might be not your purporse, I bet.
        flag: "us",
      },
      {
        timezone: "Asia/Seoul",
      },
    ]
  }
},
</code></pre>
<p dir="auto">Of course, you should change the configuration values for your purpose.</p>
<p dir="auto">for configuration options see github.</p>
<p dir="auto">Updates:</p>
<p dir="auto">2020-08-06 (BKeyport) Fixed timeFormat per clock to work properly.<br />
2019-02-24 (Sean) offsetTimezone is added.<br />
2017-08-25 (sean) supports MMM-TelegramBot (<a href="https://github.com/eouia/MMM-TelegramBot" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/eouia/MMM-TelegramBot</a>) command /worldclock is added<br />
2017-08-10 (sean) Country flags are supported. HTML/CSS Structures are refined.</p>
<p dir="auto">** Note: telegram bot <em>may</em> not work in this version, I did not modify that code in the slightest, however, if it’s relying on the module name, it’s broken. I’ll fix it if it gets reported to me.</p>
<p dir="auto">Thanks to Seongnoh Sean Yi’s (eouia) for his exceptional module and all the wonderful support he’s done over the years. I wouldn’t have the knowledge I have without Sean’s help.</p>
]]></description><link>https://forum.magicmirror.builders/topic/13428/mmm-worldclock</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 23:35:05 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13428.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Aug 2020 22:11:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Worldclock on Fri, 08 Aug 2025 19:12:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> No, it wasn’t that. I forgot about that code. I might go back in and grab it and offer it to the other version once updated.</p>
]]></description><link>https://forum.magicmirror.builders/post/127814</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127814</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Fri, 08 Aug 2025 19:12:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Fri, 08 Aug 2025 18:14:27 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><br />
Was the altflag option something that was related to the fatal bug in your version?  If not, do you think it’s something that could be added to the latest one?</p>
]]></description><link>https://forum.magicmirror.builders/post/127812</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127812</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Fri, 08 Aug 2025 18:14:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Wed, 06 Aug 2025 00:59:49 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> – Sorry to hear that, but thanks for the module while you maintained it.</p>
<p dir="auto">And a big thanks for directing us to another module, and not just leaving it hanging out there!</p>
]]></description><link>https://forum.magicmirror.builders/post/127739</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127739</guid><dc:creator><![CDATA[JohnGalt]]></dc:creator><pubDate>Wed, 06 Aug 2025 00:59:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Tue, 05 Aug 2025 20:03:51 GMT]]></title><description><![CDATA[<p dir="auto">My version of the module developed a fatal bug that I couldn’t get rid of… The best move was to shut it down.</p>
]]></description><link>https://forum.magicmirror.builders/post/127734</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127734</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Tue, 05 Aug 2025 20:03:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Tue, 05 Aug 2025 18:12:56 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> – That’s what I thought. Just did that and it’s working now…</p>
<p dir="auto">Thanks, as always!</p>
]]></description><link>https://forum.magicmirror.builders/post/127726</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127726</guid><dc:creator><![CDATA[JohnGalt]]></dc:creator><pubDate>Tue, 05 Aug 2025 18:12:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Tue, 05 Aug 2025 17:57:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johngalt" aria-label="Profile: JohnGalt">@<bdi>JohnGalt</bdi></a> npm install then</p>
]]></description><link>https://forum.magicmirror.builders/post/127725</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127725</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 05 Aug 2025 17:57:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Tue, 05 Aug 2025 17:52:01 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>, @ulrichwisser  and all:  Please let me know if the following questions would be better served under a new topic, but since my issues originated with this older module, and the new module shares the same name I thought it appropriate to post under this topic…</p>
<p dir="auto">Issue: the old module is no longer supported by the developer, who suggests using a newer module which uses the same module name. After cloning the new module, the instructions call for doing an ‘npm ci’ command, which fails due to a lack of an existing package-lock,json file.</p>
<p dir="auto">Question: Is there something different I should be doing, o si this something the developer needs to fix?</p>
<p dir="auto">Old module: <a href="https://github.com/BKeyport/MMM-Worldclock" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/BKeyport/MMM-Worldclock</a><br />
New module: <a href="https://github.com/ulrichwisser/MMM-Worldclock" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ulrichwisser/MMM-Worldclock</a><br />
Error Message:</p>
<pre><code>pi@mirror1:~/MagicMirror/modules $ cd MMM-Worldclock
pi@mirror1:~/MagicMirror/modules/MMM-Worldclock $ npm ci
npm ERR! code EUSAGE
npm ERR!
npm ERR! The `npm ci` command can only install with an existing package-lock.json or
npm ERR! npm-shrinkwrap.json with lockfileVersion &gt;= 1. Run an install with npm@5 or
npm ERR! later to generate a package-lock.json file, then try again.
npm ERR!
npm ERR! Clean install a project
npm ERR!
npm ERR! Usage:
npm ERR! npm ci
npm ERR!
npm ERR! Options:
npm ERR! [--install-strategy &lt;hoisted|nested|shallow|linked&gt;] [--legacy-bundling]
npm ERR! [--global-style] [--omit &lt;dev|optional|peer&gt; [--omit &lt;dev|optional|peer&gt; ...&rsqb;&rsqb;
npm ERR! [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit]
npm ERR! [--no-bin-links] [--no-fund] [--dry-run]
npm ERR! [-w|--workspace &lt;workspace-name&gt; [-w|--workspace &lt;workspace-name&gt; ...&rsqb;&rsqb;
npm ERR! [-ws|--workspaces] [--include-workspace-root] [--install-links]
npm ERR!
npm ERR! aliases: clean-install, ic, install-clean, isntall-clean
npm ERR!
npm ERR! Run "npm help ci" for more info

npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2025-08-05T17_16_59_150Z-debug-0.log
pi@mirror1:~/MagicMirror/modules/MMM-Worldclock $
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/127724</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127724</guid><dc:creator><![CDATA[JohnGalt]]></dc:creator><pubDate>Tue, 05 Aug 2025 17:52:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Sat, 10 Dec 2022 01:20:41 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> Thank you! That worked and the solution was easier than I thought! lol</p>
]]></description><link>https://forum.magicmirror.builders/post/106525</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106525</guid><dc:creator><![CDATA[SymmetriC]]></dc:creator><pubDate>Sat, 10 Dec 2022 01:20:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Fri, 09 Dec 2022 23:32:17 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> or top_bar</p>
]]></description><link>https://forum.magicmirror.builders/post/106519</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106519</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Fri, 09 Dec 2022 23:32:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Fri, 09 Dec 2022 21:20:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/symmetric" aria-label="Profile: SymmetriC">@<bdi>SymmetriC</bdi></a> put it in the top_center position</p>
]]></description><link>https://forum.magicmirror.builders/post/106516</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106516</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 09 Dec 2022 21:20:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Fri, 09 Dec 2022 21:01:38 GMT]]></title><description><![CDATA[<p dir="auto">How do I center horizontally at the top of the screen instead of left?</p>
]]></description><link>https://forum.magicmirror.builders/post/106515</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/106515</guid><dc:creator><![CDATA[SymmetriC]]></dc:creator><pubDate>Fri, 09 Dec 2022 21:01:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Fri, 11 Mar 2022 15:08:15 GMT]]></title><description><![CDATA[<p dir="auto">I used to install the original <code>woldclock</code> module, just switched to this one and it worked out of the box.</p>
<p dir="auto">Thanks for the work. :clapping_hands:</p>
]]></description><link>https://forum.magicmirror.builders/post/100223</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/100223</guid><dc:creator><![CDATA[goldyfruit]]></dc:creator><pubDate>Fri, 11 Mar 2022 15:08:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Tue, 26 Oct 2021 08:39:02 GMT]]></title><description><![CDATA[<p dir="auto">A supplement to the development tools. When you open it, you can select “Sources” and pause script execution with the “pause button” or F8 in the lower third. This makes it easier to get through all the style classes, which otherwise update every second.</p>
]]></description><link>https://forum.magicmirror.builders/post/95790</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95790</guid><dc:creator><![CDATA[MacG]]></dc:creator><pubDate>Tue, 26 Oct 2021 08:39:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Sun, 26 Sep 2021 15:48:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/solelo" aria-label="Profile: solelo">@<bdi>solelo</bdi></a> see this</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1632064035932">https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1632064035932</a></p>
<p dir="auto">u can change the styles livee and  then save it to custom.css…</p>
<p dir="auto">note that you can doc the dev window at the bottom too, using the 3 dot menu next to the X to close the dev window</p>
]]></description><link>https://forum.magicmirror.builders/post/94888</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94888</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 26 Sep 2021 15:48:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Sun, 26 Sep 2021 15:45:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/solelo" aria-label="Profile: solelo">@<bdi>solelo</bdi></a> Just try to set the width higher and higher, eventually nothing will overlap anymore. But it will probably be quite wide, with the cities next to the time. Maybe that’s why style:  ‘top’ is the better choice.</p>
]]></description><link>https://forum.magicmirror.builders/post/94887</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94887</guid><dc:creator><![CDATA[MacG]]></dc:creator><pubDate>Sun, 26 Sep 2021 15:45:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Sat, 25 Sep 2021 19:56:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/macg" aria-label="Profile: macg">@<bdi>macg</bdi></a> Ok thanks I’ll mess around with it some more and see if I can get it customized. I figured it was simple as adding your custom css snippet in but I guess not</p>
]]></description><link>https://forum.magicmirror.builders/post/94857</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94857</guid><dc:creator><![CDATA[SoleLo]]></dc:creator><pubDate>Sat, 25 Sep 2021 19:56:55 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Sat, 25 Sep 2021 19:23:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/solelo" aria-label="Profile: solelo">@<bdi>solelo</bdi></a> Adjust the width to 200px</p>
<pre><code> .MMM-Worldclock .world {
       width: 200px;
 }
</code></pre>
<p dir="auto">The module may also have an alignment problem on the right side. Further customization of custom.css may be required.</p>
]]></description><link>https://forum.magicmirror.builders/post/94856</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94856</guid><dc:creator><![CDATA[MacG]]></dc:creator><pubDate>Sat, 25 Sep 2021 19:23:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Sat, 25 Sep 2021 18:37:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/macg" aria-label="Profile: macg">@<bdi>macg</bdi></a> <img src="/assets/uploads/files/1632594924265-mm-world-clock.jpg" alt="mm world clock.JPG" class=" img-fluid img-markdown" /></p>
<p dir="auto">I added your  custom css but the title is showing overlapped and I have it as style left, should I change it to top like yours?</p>
]]></description><link>https://forum.magicmirror.builders/post/94853</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94853</guid><dc:creator><![CDATA[SoleLo]]></dc:creator><pubDate>Sat, 25 Sep 2021 18:37:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Sat, 25 Sep 2021 18:27:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/solelo" aria-label="Profile: solelo">@<bdi>solelo</bdi></a> Actually, no. For completeness here are my settings from config.js:</p>
<pre><code>		{
			module: 'MMM-Worldclock',
			position: 'top_left', // This can be any of the regions, best in top_left or top_right regions
			config: {
			// See 'Configuration options' for more information.
				timeFormat: 'HH:mm', //Global time format, as defined in moment.js format()
				style: 'top', // Which way do you want the flag and description from the clock? choices are 'top', 'left','right','bottom'
				offsetTimezone: null, // Timezone you want to show the difference from. null, "", or omitted from config will be UTC.
				clocks: [
					{
						title: "Weltzeit",
						timezone: "UTC",
						// timeFormat: "HH:mm MM/DD", // Time format override. 
						// altflag: "world.png" // if you'd like a flag from a file on your mirror device. 
					},
					{
						title: "Vancouver", // Too long of a title could cause bad text align.
						timezone: "America/Vancouver",
						flag: "ca", // If you'd like a flag from the standard library 
					},
					{
						title: "Boca Chica", // Too long of a title could cause bad text align.
						timezone: "America/Chicago", //When omitted, Local time will be displayed. 
						flag: "us", // If you'd like a flag from the standard library 
					},
					{
						title: "Sydney", // Too long of a title could cause bad text align.
						timezone: "Australia/Sydney",
						flag: "au", // If you'd like a flag from the standard library 
					},
				]
			},
		},
</code></pre>
<p dir="auto">Did you restart MM or do a reload (Ctrl-R)?</p>
]]></description><link>https://forum.magicmirror.builders/post/94852</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94852</guid><dc:creator><![CDATA[MacG]]></dc:creator><pubDate>Sat, 25 Sep 2021 18:27:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Sat, 25 Sep 2021 16:04:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/macg" aria-label="Profile: macg">@<bdi>macg</bdi></a> Thanks! I added it to my custom.css but it didn’t change. Is there anything else I should be checking?</p>
]]></description><link>https://forum.magicmirror.builders/post/94841</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94841</guid><dc:creator><![CDATA[SoleLo]]></dc:creator><pubDate>Sat, 25 Sep 2021 16:04:28 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Tue, 21 Sep 2021 08:16:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/solelo" aria-label="Profile: solelo">@<bdi>solelo</bdi></a> With the first eight lines of the <a href="https://forum.magicmirror.builders/post/94698">posted snippet</a> of my custom.css, you get the horizontal representation. Copy them into your custom.css and adjust the pixel width.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a> Pick Vancouver or the time zone itself (PST8PDT). :winking_face: That’s why I found the <a href="https://github.com/moment/moment-timezone/blob/develop/data/packed/latest.json" target="_blank" rel="noopener noreferrer nofollow ugc">list of possibilities</a> so helpful.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> Yes, I had chosen the Windy City then, too.</p>
]]></description><link>https://forum.magicmirror.builders/post/94705</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94705</guid><dc:creator><![CDATA[MacG]]></dc:creator><pubDate>Tue, 21 Sep 2021 08:16:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Tue, 21 Sep 2021 04:58:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/macg" aria-label="Profile: macg">@<bdi>macg</bdi></a> can you share how you got them to be horizonal?</p>
]]></description><link>https://forum.magicmirror.builders/post/94702</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94702</guid><dc:creator><![CDATA[SoleLo]]></dc:creator><pubDate>Tue, 21 Sep 2021 04:58:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Mon, 20 Sep 2021 20:25:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/macg" aria-label="Profile: macg">@<bdi>macg</bdi></a> They went for the biggest city in the timezone. I’m annoyed by that too. Los Angeles shouldn’t represent all of Pacific Time, damnit.</p>
]]></description><link>https://forum.magicmirror.builders/post/94701</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94701</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 20 Sep 2021 20:25:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Worldclock on Mon, 20 Sep 2021 17:57:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/macg" aria-label="Profile: macg">@<bdi>macg</bdi></a> America/Texas,  Houston is really America/Chicago</p>
]]></description><link>https://forum.magicmirror.builders/post/94699</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94699</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 20 Sep 2021 17:57:51 GMT</pubDate></item></channel></rss>