<?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[Worldclock setup help?]]></title><description><![CDATA[<p dir="auto">Dear MagicMirror enthusiasts, I have a problem with the Worldclock. There are two clocks displayed at the moment, but I just want the clock with the flag. I tried everything and googled an answer, but I couldn’t figure it out. What should I change in the config.js to remove the Undefined UTC +01:00</p>
<p dir="auto"><img src="/assets/uploads/files/1611621131146-worldclock.jpg" alt="worldclock.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">See my config.js file here:</p>
<pre><code>		{
  			module: 'worldclock',
  			position: 'top_left',
  			config: {
    			
    			timeFormat: 'hh:mm A',
    			style: 'top',
   			offsetTimezone: null,
    			clocks: [
      		{
        		title: "Dominicaanse Republic",
        		timezone: "America/Santo_Domingo",
        		flag: "do",
    		 },   
</code></pre>
<p dir="auto">Thank you in advance.</p>
]]></description><link>https://forum.magicmirror.builders/topic/14511/worldclock-setup-help</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 10:16:56 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14511.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Jan 2021 00:36:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Worldclock setup help? on Thu, 28 Jan 2021 02:42:44 GMT]]></title><description><![CDATA[<p dir="auto">Ok, thank you fixed.</p>
<p dir="auto">kind regards,</p>
]]></description><link>https://forum.magicmirror.builders/post/87922</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87922</guid><dc:creator><![CDATA[negrito]]></dc:creator><pubDate>Thu, 28 Jan 2021 02:42:44 GMT</pubDate></item><item><title><![CDATA[Reply to Worldclock setup help? on Tue, 26 Jan 2021 02:33:25 GMT]]></title><description><![CDATA[<p dir="auto">First, the supported module is MMM-Worldclock now. I’ve taken it over, Sean’s left for greener pastures.</p>
<p dir="auto">Second, there’s not an option to do that without CSS.</p>
<p dir="auto">in your custom.css the following will do it:</p>
<p dir="auto"><code> [type]</code> below is whatever style you use in config, in your case, “top”</p>
<pre><code>.MMM-Worldclock .style-[type] .caption {
 display:none;,
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/87818</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/87818</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Tue, 26 Jan 2021 02:33:25 GMT</pubDate></item></channel></rss>