<?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]]></title><description><![CDATA[<p dir="auto">This is a fork of the great little module <code>mrx-work-traffic</code> created by Dominic Marx.  It adds a few extra features, like the ability to specify transport mode for each of your destinations, and the ability to color the transport icons.</p>
<p dir="auto">[card:jclarke0000/MMM-MyCommute]</p>
<p dir="auto"><img src="/assets/uploads/files/1495594934141-mmm-mycommute.png" alt="0_1495594933233_MMM-MyCommute.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Enjoy!</p>
]]></description><link>https://forum.magicmirror.builders/topic/2555/mmm-mycommute</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 17:03:17 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/2555.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 May 2017 16:18:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 07 Jul 2021 12:37:29 GMT]]></title><description><![CDATA[<p dir="auto">Initial test with <a class="plugin-mentions-user plugin-mentions-a" href="/user/radokristof" aria-label="Profile: radokristof">@<bdi>radokristof</bdi></a> fork looks good. Doesn’t come up immedately at startTime, but soon after. Guess that has to do with the poll interval.</p>
]]></description><link>https://forum.magicmirror.builders/post/92611</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92611</guid><dc:creator><![CDATA[matt216]]></dc:creator><pubDate>Wed, 07 Jul 2021 12:37:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 07 Jul 2021 08:44:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> already using <a class="plugin-mentions-user plugin-mentions-a" href="/user/qistoph" aria-label="Profile: qistoph">@<bdi>qistoph</bdi></a> fork, yes. I can see on github there are issues raised around this. Also another fork by <a class="plugin-mentions-user plugin-mentions-a" href="/user/radokristof" aria-label="Profile: radokristof">@<bdi>radokristof</bdi></a> which I’ll try.</p>
]]></description><link>https://forum.magicmirror.builders/post/92609</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92609</guid><dc:creator><![CDATA[matt216]]></dc:creator><pubDate>Wed, 07 Jul 2021 08:44:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 07 Jul 2021 07:54:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matt216" aria-label="Profile: matt216">@<bdi>matt216</bdi></a> no errors here.<br />
You could also try @qistophs fork<br />
<a href="https://github.com/qistoph/MMM-MyCommute" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qistoph/MMM-MyCommute</a><br />
If you’e not doing already.<br />
The original module has been abandoned.</p>
]]></description><link>https://forum.magicmirror.builders/post/92607</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92607</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Wed, 07 Jul 2021 07:54:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 07 Jul 2021 07:47:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a></p>
<pre><code>{
                module: 'MMM-MyCommute',
                position: 'bottom_left',
                header: 'Google Maps',
                config: {
                        apiKey: 'xyz',
                        origin: 'xyz',
                        startTime: '05:00',
                        endTime: '20:00',
                        showUpdated: false,
                        destinations:
                                [
                                {
                                destination: 'xyz',
                                label: 'Erica commute',
                                mode: 'driving'
                                }
                                ]
                        }
                },

</code></pre>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/92606</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92606</guid><dc:creator><![CDATA[matt216]]></dc:creator><pubDate>Wed, 07 Jul 2021 07:47:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 07 Jul 2021 07:44:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matt216" aria-label="Profile: matt216">@<bdi>matt216</bdi></a> there might be an issue with your start and end time. Can you post your config for the module?</p>
]]></description><link>https://forum.magicmirror.builders/post/92605</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92605</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Wed, 07 Jul 2021 07:44:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 07 Jul 2021 07:43:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> thanks - the node_helper and multiple browsers makes sense now.<br />
No - no MMM-pages or module schedulers being used.<br />
I have my startTime option set to 05:00. I will try a cron job to <em>pm2 restart mm</em> at 05:15…</p>
]]></description><link>https://forum.magicmirror.builders/post/92604</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92604</guid><dc:creator><![CDATA[matt216]]></dc:creator><pubDate>Wed, 07 Jul 2021 07:43:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 07 Jul 2021 07:42:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matt216" aria-label="Profile: matt216">@<bdi>matt216</bdi></a> said in <a href="/post/92602">MMM-MyCommute</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> thanks for the help (again).<br />
I’m not sure I understand… it seems to take a second browser loading the page for the main mirror to display the module.</p>
</blockquote>
<p dir="auto">See my response. Every time any instance on any browser (pi/laptop) gets created, it sends a request to the server-side node_helper. This happens with most of the modules.<br />
node_helper sends it back and all the instances get fresh data and certain functions get triggered.</p>
<p dir="auto">Here is the client side: running when you open the broser (note the <code>this.getdata()</code> function.</p>
<pre><code>start: function() {

    Log.info('Starting module: ' + this.name);

    //start data poll
    this.getData();
    var self = this;
    setInterval(function() {
      self.getData();
    }, this.config.pollFrequency);
      
  },
</code></pre>
<p dir="auto">and here the client side receives the data from node_helper : note the <code>this.isHidden=false</code> and <code>this.show()</code> functions at the end.</p>
<pre><code>socketNotificationReceived: function(notification, payload) {
    if ( notification === 'GOOGLE_TRAFFIC_RESPONSE' + this.identifier ) {

      this.predictions = payload;

      if (this.loading) {
        this.loading = false;
        if (this.isHidden) {
          this.updateDom();
          this.show(1000, {lockString: this.identifier});
        } else {
          this.updateDom(1000);
        }
      } else {
        this.updateDom();
        this.show(1000, {lockString: this.identifier});        
      }
      this.isHidden = false;
    }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/92603</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92603</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Wed, 07 Jul 2021 07:42:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 07 Jul 2021 07:36: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> thanks for the help (again).<br />
I’m not sure I understand… it seems to take a second browser loading the page for the main mirror to display the module.<br />
As per the github page for the module, the startTime option is “The start time of the window during which this module wil be visible.” but this is not happening.<br />
endTime option works fine - the module disappears, but it does not reappear at startTime.<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/92602</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92602</guid><dc:creator><![CDATA[matt216]]></dc:creator><pubDate>Wed, 07 Jul 2021 07:36:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 07 Jul 2021 07:36:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matt216" aria-label="Profile: matt216">@<bdi>matt216</bdi></a> said in <a href="/post/92537">MMM-MyCommute</a>:</p>
<blockquote>
<p dir="auto">Additional question - the startTime option doesn’t seem to be working correctly for me. The module doesn’t display in the morning on the pi/mirror, even after the specified startTime. Weirdly, when I browse to the mirror from my laptop or phone (<a href="http://ip:8080" target="_blank" rel="noopener noreferrer nofollow ugc">http://ip:8080</a>) that seems to trigger the module to display on the pi.<br />
Any ideas there?!</p>
</blockquote>
<p dir="auto">I think I remember with this module that it has an odd hide/show behaviour.  Are you working with MMM-pages or any module scheduler being able to hide modules?<br />
When you open your browser, a request is sent to node_helper and it sends the data back to the module (like Sam said, ALL instances). With receipt f the data the module.show() function gets triggered, so it gets shown again while it has been hidden for some reason before.</p>
]]></description><link>https://forum.magicmirror.builders/post/92601</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92601</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Wed, 07 Jul 2021 07:36:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 07 Jul 2021 02:38:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matt216" aria-label="Profile: matt216">@<bdi>matt216</bdi></a> said in <a href="/post/92537">MMM-MyCommute</a>:</p>
<blockquote>
<p dir="auto">Weirdly, when I browse to the mirror from my laptop or phone (<a href="http://ip:8080" target="_blank" rel="noopener noreferrer nofollow ugc">http://ip:8080</a>) that seems to trigger the module to display on the pi.<br />
Any ideas there?!</p>
</blockquote>
<p dir="auto">this means the module is not written for multiple  browser instances.</p>
<p dir="auto">when the helper sends data back, it sends data back to ALL connected clients at the same time.<br />
the clients need to check if the message is for them , but the helper needs info on the request to do it… so the modulename.js has to change too…</p>
]]></description><link>https://forum.magicmirror.builders/post/92597</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92597</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 07 Jul 2021 02:38:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Tue, 06 Jul 2021 08:16:05 GMT]]></title><description><![CDATA[<p dir="auto">Additional question - the startTime option doesn’t seem to be working correctly for me. The module doesn’t display in the morning on the pi/mirror, even after the specified startTime. Weirdly, when I browse to the mirror from my laptop or phone (<a href="http://ip:8080" target="_blank" rel="noopener noreferrer nofollow ugc">http://ip:8080</a>) that seems to trigger the module to display on the pi.<br />
Any ideas there?!</p>
]]></description><link>https://forum.magicmirror.builders/post/92537</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92537</guid><dc:creator><![CDATA[matt216]]></dc:creator><pubDate>Tue, 06 Jul 2021 08:16:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Thu, 01 Jul 2021 12:46:11 GMT]]></title><description><![CDATA[<p dir="auto">Hi all.<br />
Wondering if there’s a way to hide the arrival time? Can’t see an option in the config.<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/92444</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92444</guid><dc:creator><![CDATA[matt216]]></dc:creator><pubDate>Thu, 01 Jul 2021 12:46:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Fri, 04 Sep 2020 08:18:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> nevermind, it is already integrated in <a class="plugin-mentions-user plugin-mentions-a" href="/user/qistoph" aria-label="Profile: qistoph">@<bdi>qistoph</bdi></a> fork it seems  :-)<br />
Just not documented in the readme.</p>
]]></description><link>https://forum.magicmirror.builders/post/81265</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81265</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Fri, 04 Sep 2020 08:18:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Fri, 04 Sep 2020 07:47:51 GMT]]></title><description><![CDATA[<p dir="auto">It seems <a class="plugin-mentions-user plugin-mentions-a" href="/user/qistoph" aria-label="Profile: qistoph">@<bdi>qistoph</bdi></a> 's fork is more up to date than the original repo.</p>
<p dir="auto">I just pushed a PR to the original repo AND to the <a class="plugin-mentions-user plugin-mentions-a" href="/user/qistoph" aria-label="Profile: qistoph">@<bdi>qistoph</bdi></a> fork.<br />
It provides an <code>origin</code> option to every destination so you can show commuting back home.<br />
Just set any point as ‘origin’ and your home address as ‘destination’</p>
]]></description><link>https://forum.magicmirror.builders/post/81261</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81261</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Fri, 04 Sep 2020 07:47:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Fri, 24 Jul 2020 19:14:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mumblebaj" aria-label="Profile: mumblebaj">@<bdi>mumblebaj</bdi></a> Right, but in my design it doesn’t fit in this section. Anyhow, <a class="plugin-mentions-user plugin-mentions-a" href="/user/qistoph" aria-label="Profile: qistoph">@<bdi>qistoph</bdi></a> made a test fork (<a href="https://github.com/qistoph/MMM-MyCommute/tree/issue17" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qistoph/MMM-MyCommute/tree/issue17</a>) which only makes requests if the data is outdated (=longer than set pollFrequency). See the issue thread (<a href="https://github.com/qistoph/MMM-MyCommute/issues/17" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qistoph/MMM-MyCommute/issues/17</a>) for further details</p>
]]></description><link>https://forum.magicmirror.builders/post/79119</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79119</guid><dc:creator><![CDATA[requiemmg]]></dc:creator><pubDate>Fri, 24 Jul 2020 19:14:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Fri, 24 Jul 2020 18:54:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/requiemmg" aria-label="Profile: requiemmg">@<bdi>requiemmg</bdi></a> What I have found is if you run the module in the fixed section of MMM-pages it only does the calls every so often as you set them to i.e. the MMM-Openinghours module I run in fixed as I refresh it every 4hrs.</p>
]]></description><link>https://forum.magicmirror.builders/post/79118</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79118</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Fri, 24 Jul 2020 18:54:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Fri, 24 Jul 2020 08:19:34 GMT]]></title><description><![CDATA[<p dir="auto">This makes it clear why I had about 50.000 requests, which made my $400 starting balance void…well, with the new fork and some config modifications, this is much better.</p>
]]></description><link>https://forum.magicmirror.builders/post/79104</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79104</guid><dc:creator><![CDATA[requiemmg]]></dc:creator><pubDate>Fri, 24 Jul 2020 08:19:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Thu, 23 Jul 2020 18:58:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/requiemmg" aria-label="Profile: requiemmg">@<bdi>requiemmg</bdi></a> yep, separate instance on every page.</p>
]]></description><link>https://forum.magicmirror.builders/post/79084</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79084</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Jul 2020 18:58:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Thu, 23 Jul 2020 18:33:58 GMT]]></title><description><![CDATA[<p dir="auto">Raised an issue. Seems like the problem comes with the use of MMM-Pages, so on every reload of the page, the module is loaded and the requests are sent again, even if the data is still up to date. <a class="plugin-mentions-user plugin-mentions-a" href="/user/qistoph" aria-label="Profile: qistoph">@<bdi>qistoph</bdi></a> was so nice to make a fork to address this issue.</p>
]]></description><link>https://forum.magicmirror.builders/post/79081</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79081</guid><dc:creator><![CDATA[requiemmg]]></dc:creator><pubDate>Thu, 23 Jul 2020 18:33:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Thu, 23 Jul 2020 13:21:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/requiemmg" aria-label="Profile: requiemmg">@<bdi>requiemmg</bdi></a> 352/hour is 5.87 per minute, about once every 12 seconds…    once every 24 seconds both of 2 machines.</p>
<p dir="auto">1 looked at the code, 1 api request per destination.</p>
]]></description><link>https://forum.magicmirror.builders/post/79063</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79063</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Jul 2020 13:21:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Thu, 23 Jul 2020 09:10:35 GMT]]></title><description><![CDATA[<p dir="auto">Okay, played around a bit. Set the module to show times only from 5am to 5pm. And I added a “pollFrequency: 15 * 60 * 1000,” to my config.<br />
While the first one works (the module disappears at night), the second one does not seem to work:</p>
<p dir="auto"><img src="/assets/uploads/files/1595495098151-c4f385b0-8d27-4890-888c-2e4e423b5ae9-grafik.png" alt="c4f385b0-8d27-4890-888c-2e4e423b5ae9-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">This is the Traffic from the last 2 days. You can see the requests are paused last night. I made changes to the poll frequency yesterday in the afternoon, no change.</p>
<p dir="auto">The module used up nearly all of my €300 starting balance. I wonder if this will go on like this.</p>
<p dir="auto">API calls in the last 48 hours:<br />
<img src="/assets/uploads/files/1595495324175-82b90aa9-a5a6-4e4f-95ed-6247f4df77b0-grafik.png" alt="82b90aa9-a5a6-4e4f-95ed-6247f4df77b0-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">API calls in the last ONE hour:<br />
<img src="/assets/uploads/files/1595495358670-d0d5561d-77e9-4093-b959-e32335b19ec5-grafik.png" alt="d0d5561d-77e9-4093-b959-e32335b19ec5-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Which I do not understand: No errors. Poll Frequency of every 15 Minutes. 2 Mirrors with 4 destinations each. So 4*8=24 API calls/hour would be what I expect to see…</p>
]]></description><link>https://forum.magicmirror.builders/post/79060</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79060</guid><dc:creator><![CDATA[requiemmg]]></dc:creator><pubDate>Thu, 23 Jul 2020 09:10:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 22 Jul 2020 14:39:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/requiemmg" aria-label="Profile: requiemmg">@<bdi>requiemmg</bdi></a> if someone changes the code, sure. can do almost anything. I support another mirror app which does provide for a interested time period. (rush hour), and doesn’t call API outside that time period if set</p>
]]></description><link>https://forum.magicmirror.builders/post/79024</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79024</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Jul 2020 14:39:55 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 22 Jul 2020 13:56:47 GMT]]></title><description><![CDATA[<p dir="auto">Okay, so no way to limit API calls? Would it be possible to call every 10 minutes or so and only every 60 minutes in the “non-active” time?</p>
]]></description><link>https://forum.magicmirror.builders/post/79020</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79020</guid><dc:creator><![CDATA[requiemmg]]></dc:creator><pubDate>Wed, 22 Jul 2020 13:56:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-MyCommute on Wed, 22 Jul 2020 13:39:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/requiemmg" aria-label="Profile: requiemmg">@<bdi>requiemmg</bdi></a> yes, I got a warning too from google, 4 mirrors, asking every 5 minutes,   the api query counts add up fast…  8,000 calls a week…</p>
]]></description><link>https://forum.magicmirror.builders/post/79018</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79018</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Jul 2020 13:39:14 GMT</pubDate></item></channel></rss>