<?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[Anyone successfully using MMM-Tesla module?]]></title><description><![CDATA[<p dir="auto">I have coded the following but only get message “Loading …” in the assigned area. Any tips or tricks to getting this to work?</p>
<pre><code>           {
                    module: "MMM-Tesla",
                    position: "bottom_left",
                    config: {
                            email: "REDACTED",
                            password: "REDACTED",
                            client_id: "81527cff06843c8634fdc09e8ac0abefb46...",
                            clent_secret: "c7257eb71a564034f9419ee651c7d0e5...",
                            vehicle_id: "REDACTED",
                            google_api_key: "REDACTED",
                            refreshInterval: 1000 * 60 * 10
                    }

            }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/9907/anyone-successfully-using-mmm-tesla-module</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 01:39:56 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9907.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 Feb 2019 02:08:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Anyone successfully using MMM-Tesla module? on Sun, 22 Mar 2020 21:29:31 GMT]]></title><description><![CDATA[<p dir="auto">I have started work on a fork from MMM-Tesla, since I could not get this working either.</p>
<p dir="auto">It is located at <a href="https://github.com/martinburheimtingstad/MMM-Tesla2/" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/martinburheimtingstad/MMM-Tesla2/</a></p>
]]></description><link>https://forum.magicmirror.builders/post/70981</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70981</guid><dc:creator><![CDATA[antagon]]></dc:creator><pubDate>Sun, 22 Mar 2020 21:29:31 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone successfully using MMM-Tesla module? on Mon, 28 Oct 2019 02:35:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cdt" aria-label="Profile: CDT">@<bdi>CDT</bdi></a></p>
<p dir="auto"><img src="/assets/uploads/files/1572230106961-c54b6794-1f25-442c-8d6e-47ff4486e2aa-image.png" alt="0_1572230105644_c54b6794-1f25-442c-8d6e-47ff4486e2aa-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/63436</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/63436</guid><dc:creator><![CDATA[CDT]]></dc:creator><pubDate>Mon, 28 Oct 2019 02:35:20 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone successfully using MMM-Tesla module? on Mon, 28 Oct 2019 01:00:37 GMT]]></title><description><![CDATA[<p dir="auto">One more tip. Your car’s ID seems to change monthly. So you have to run teslams to get it working.</p>
<p dir="auto">I am working on my own version which is a bit more feature rich (not a lot more, because I have no training as a programmer). I think I have all the bugs worked out but want to see if I can address this ID update in an automated fashion.</p>
]]></description><link>https://forum.magicmirror.builders/post/63433</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/63433</guid><dc:creator><![CDATA[CDT]]></dc:creator><pubDate>Mon, 28 Oct 2019 01:00:37 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone successfully using MMM-Tesla module? on Mon, 02 Sep 2019 15:55:43 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, sam.  That’s what I figured. I’ll post here when I figure out what I screwed up.</p>
]]></description><link>https://forum.magicmirror.builders/post/60718</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60718</guid><dc:creator><![CDATA[jpiatt]]></dc:creator><pubDate>Mon, 02 Sep 2019 15:55:43 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone successfully using MMM-Tesla module? on Mon, 02 Sep 2019 15:51:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jpiatt" aria-label="Profile: jpiatt">@<bdi>jpiatt</bdi></a> said in <a href="/post/60716">Anyone successfully using MMM-Tesla module?</a>:</p>
<blockquote>
<p dir="auto">Response Error: 404 Not Found</p>
</blockquote>
<p dir="auto">That means the url of the API didn’t work. So something is missing in the setup, or the API has changed</p>
]]></description><link>https://forum.magicmirror.builders/post/60717</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60717</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 02 Sep 2019 15:51:25 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone successfully using MMM-Tesla module? on Mon, 02 Sep 2019 15:39:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cdt" aria-label="Profile: CDT">@<bdi>CDT</bdi></a> It’s obviously been a long time since I checked this post. This tip was very helpful. I <strong>was</strong> using the wrong vehicle_ID and have changed it. I’m still getting the “Loading…” message. Based on your experience though, I feel like I must have a problem in my config and I’m going to play with it some more today and see if I can straighten it out.</p>
<p dir="auto">The first error message I see in the console log (actually it’s written to stdout) is an UnhandledPromiseRejectionWarning with a Response Error: 404 Not Found.  I’m considering just reinstalling the module in case I’ve edited something trying to troubleshoot and left out a comma or introduced bad line-ending with a funky editor or something.</p>
<p dir="auto">I will post here if I resolve the issue.</p>
]]></description><link>https://forum.magicmirror.builders/post/60716</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60716</guid><dc:creator><![CDATA[jpiatt]]></dc:creator><pubDate>Mon, 02 Sep 2019 15:39:03 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone successfully using MMM-Tesla module? on Tue, 16 Jul 2019 00:26:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jpiatt" aria-label="Profile: jpiatt">@<bdi>jpiatt</bdi></a></p>
<p dir="auto">I did, <em>finally</em>. Maybe this will help:</p>
<p dir="auto">I used the teslams command line program to get my vehicle_ID.  There are two IDs that it presents: one is vehicle ID and was 10 characters. The one you want is just called “ID” and is 17 characters. Worked instantly after I changed that.</p>
<p dir="auto">See if that gets you there.</p>
]]></description><link>https://forum.magicmirror.builders/post/58985</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/58985</guid><dc:creator><![CDATA[CDT]]></dc:creator><pubDate>Tue, 16 Jul 2019 00:26:11 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone successfully using MMM-Tesla module? on Sat, 23 Mar 2019 20:17:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jpiatt" aria-label="Profile: jpiatt">@<bdi>jpiatt</bdi></a> open the developers window with</p>
<p dir="auto">Ctrl-shift-i</p>
<p dir="auto">Or start mm in dev mode</p>
<p dir="auto">npm start dev</p>
<p dir="auto">Select the console tab, and scroll up to find any errors, red rext</p>
]]></description><link>https://forum.magicmirror.builders/post/54798</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/54798</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 23 Mar 2019 20:17:58 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone successfully using MMM-Tesla module? on Sat, 23 Mar 2019 20:07:29 GMT]]></title><description><![CDATA[<p dir="auto">I’m in the same boat, with the same “Loading…” message. Did you ever get it working?</p>
]]></description><link>https://forum.magicmirror.builders/post/54796</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/54796</guid><dc:creator><![CDATA[kellogg76]]></dc:creator><pubDate>Sat, 23 Mar 2019 20:07:29 GMT</pubDate></item></channel></rss>