<?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-MyCommute module shows up a bit random]]></title><description><![CDATA[<p dir="auto">I’m not sure what is going on. I see the mmm-mycommute show the distance sometimes, and other times not.<br />
To save on API calls I’ve limited the showing of the module to mornings on workdays.</p>
<pre><code>{
      module: "MMM-MyCommute",
      position: "bottom_right",
      classes: "xsmall",
      config: {
        apiKey: "xxx",
        startTime: "05:00",
        endTime: "12:00",
        hideDays: [0,6],
        origin: "My road 1, 2670 Greve",
        destinations: [
          {
            destination: "Borgergade 14, 1300 Koebenhavn K",
            label: "Motorvej",
            mode: "driving",
            color: "#82E5AA"
          },
          {
            destination: "Borgergade 14, 1300 København K",
            label: "Landevej",
            mode: "driving",
            color: "#82E5AA",
            avoid: "highways"
          }
        ]
      }
    },
</code></pre>
<p dir="auto">Sometimes it shows up, other times it doesn’t, I can figure out the pattern.<br />
Is it a timezone problem (so it’s not in local time, or is there an error somehow I don’t understand it.</p>
]]></description><link>https://forum.magicmirror.builders/topic/15373/mmm-mycommute-module-shows-up-a-bit-random</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 20:43:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15373.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Aug 2021 19:04:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-MyCommute module shows up a bit random on Thu, 09 Sep 2021 20:23:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fribse" aria-label="Profile: fribse">@<bdi>fribse</bdi></a> I wonder if this:<br />
<a href="https://forum.magicmirror.builders/topic/14835/calendar-only-all-day-events-showing-moment-timezone-issue">https://forum.magicmirror.builders/topic/14835/calendar-only-all-day-events-showing-moment-timezone-issue</a><br />
is the same problem that I see here.<br />
If I remove all time/day restrictions on MMM-MyCommute then it works, but if I try to limit the time it is active, it shows up on weird hours (I’m CET).</p>
]]></description><link>https://forum.magicmirror.builders/post/94327</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94327</guid><dc:creator><![CDATA[fribse]]></dc:creator><pubDate>Thu, 09 Sep 2021 20:23:15 GMT</pubDate></item></channel></rss>