<?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[Error on loading script &quot;...&#x2F;&#x2F;MMM-name.js&quot;]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have developed a new module. Everything works wonderfully on my mirror. I uploaded the module to github and offered it there:<br />
<a href="https://github.com/spitzlbergerj/MMM-TeslaLogger" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/spitzlbergerj/MMM-TeslaLogger</a></p>
<p dir="auto">Now others have loaded the module via git clone and got an error:</p>
<pre><code>loader.js cannot load /modules/MMM-TeslaLogger//MMM-TeslaLogger.js
</code></pre>
<p dir="auto">I can reproduce the error after a git clone on my mirror too. But I cannot find where the second “/” has crept in.</p>
<p dir="auto">What could be the reason for this?</p>
<p dir="auto">thanks a lot</p>
<p dir="auto">Josef</p>
]]></description><link>https://forum.magicmirror.builders/topic/12444/error-on-loading-script-mmm-name-js</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 15:55:31 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12444.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Mar 2020 07:28:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error on loading script &quot;...&#x2F;&#x2F;MMM-name.js&quot; on Sun, 29 Mar 2020 14:34:26 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> many thanks!</p>
<p dir="auto">The wrong spelling was the right track. In the installation instructions I had written:</p>
<pre><code>git clone https://github.com/spitzlbergerj/MMM-Teslalogger
cd MMM-Teslalogger
npm install
</code></pre>
<p dir="auto">But it must be called (capital L)</p>
<pre><code>git clone https://github.com/spitzlbergerj/MMM-TeslaLogger
cd MMM-TeslaLogger
npm install
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/71377</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71377</guid><dc:creator><![CDATA[spitzlbergerj]]></dc:creator><pubDate>Sun, 29 Mar 2020 14:34:26 GMT</pubDate></item><item><title><![CDATA[Reply to Error on loading script &quot;...&#x2F;&#x2F;MMM-name.js&quot; on Sun, 29 Mar 2020 13:28:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/spitzlbergerj" aria-label="Profile: spitzlbergerj">@<bdi>spitzlbergerj</bdi></a> it loaded fine for me…</p>
<p dir="auto">I had typed the module name wrong in the config.js once. TestlaLogger</p>
<p dir="auto">make sure the folder has the exact right name</p>
<p dir="auto">the second / is not a problem…MM adds it</p>
<p dir="auto">I had put this in my config.js</p>
<pre><code>		{
			module:"MMM-TeslaLogger",
			config:{

			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/71367</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71367</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 29 Mar 2020 13:28:19 GMT</pubDate></item></channel></rss>