<?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[Wallberry Clock - Timezone issue]]></title><description><![CDATA[<p dir="auto">Hi Guys. Sorry I might be stupid but I get how the “other cities” work and I have for example LA as timezone US/Pacific, or New York as US/Eastern. But how the heck do I add other cities like Melbourne? Singapore? What does the module need as timezone? I tried SST for Singapore, AEDT for Melbourne and so on…nothing works. Any Idea?</p>
]]></description><link>https://forum.magicmirror.builders/topic/12999/wallberry-clock-timezone-issue</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 18:07:29 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12999.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 04 Jun 2020 19:21:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wallberry Clock - Timezone issue on Thu, 04 Jun 2020 19:38:06 GMT]]></title><description><![CDATA[<p dir="auto">No no all good. It worked like a charm! Many thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/76553</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/76553</guid><dc:creator><![CDATA[duxnobis]]></dc:creator><pubDate>Thu, 04 Jun 2020 19:38:06 GMT</pubDate></item><item><title><![CDATA[Reply to Wallberry Clock - Timezone issue on Thu, 04 Jun 2020 19:32:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/duxnobis" aria-label="Profile: duxnobis">@<bdi>duxnobis</bdi></a> well, if the short strings don’t work, try the long ones! (as I noticed the others were long string)</p>
]]></description><link>https://forum.magicmirror.builders/post/76550</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/76550</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 04 Jun 2020 19:32:38 GMT</pubDate></item><item><title><![CDATA[Reply to Wallberry Clock - Timezone issue on Thu, 04 Jun 2020 19:31:00 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> said in <a href="/post/76548">Wallberry Clock - Timezone issue</a>:</p>
<blockquote>
<p dir="auto">Australia/Melbourne</p>
</blockquote>
<p dir="auto">Oh lord! really? Thanks mate!!! :call_me_hand_light_skin_tone:</p>
]]></description><link>https://forum.magicmirror.builders/post/76549</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/76549</guid><dc:creator><![CDATA[duxnobis]]></dc:creator><pubDate>Thu, 04 Jun 2020 19:31:00 GMT</pubDate></item><item><title><![CDATA[Reply to Wallberry Clock - Timezone issue on Thu, 04 Jun 2020 19:27:58 GMT]]></title><description><![CDATA[<p dir="auto">the long string is</p>
<p dir="auto">Australia/Melbourne<br />
Asia/Singapore</p>
]]></description><link>https://forum.magicmirror.builders/post/76548</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/76548</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 04 Jun 2020 19:27:58 GMT</pubDate></item><item><title><![CDATA[Reply to Wallberry Clock - Timezone issue on Thu, 04 Jun 2020 19:26:46 GMT]]></title><description><![CDATA[<p dir="auto">Nope. Doesnt work.</p>
<pre><code>   // WB-clock adds local time (Optional Module)
  {
    module: "WallberryTheme/WB-clock",
    position: "top_bar", // highly suggest using top_bar position
    config: {
      localCityName: "Zurich", // optional
      dateTimeFormat: "dddd, Do MMMM YYYY",
      otherCities: [
      	{name: "New York", timezone: "US/Eastern"}, // optional
      	{name: "Los Angeles", timezone: "US/Pacific"}, // optional
      	{name: "Singapore", timezone: "SGT"}, // optional
      	{name: "Melbourne", timezone: "AU"} // optional
      ]
    }
  },
</code></pre>
<p dir="auto">Output looks like this…</p>
<p dir="auto"><img src="/assets/uploads/files/1591298793554-bildschirmfoto-2020-06-04-um-21.26.06.png" alt="Bildschirmfoto 2020-06-04 um 21.26.06.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/76547</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/76547</guid><dc:creator><![CDATA[duxnobis]]></dc:creator><pubDate>Thu, 04 Jun 2020 19:26:46 GMT</pubDate></item><item><title><![CDATA[Reply to Wallberry Clock - Timezone issue on Thu, 04 Jun 2020 19:23:30 GMT]]></title><description><![CDATA[<p dir="auto">Singapore is SGT<br />
Melborne is AU<br />
<a href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones" target="_blank" rel="noopener noreferrer nofollow ugc">https://en.wikipedia.org/wiki/List_of_tz_database_time_zones</a></p>
]]></description><link>https://forum.magicmirror.builders/post/76546</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/76546</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 04 Jun 2020 19:23:30 GMT</pubDate></item></channel></rss>