<?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[Missing node_helper folder in MagicMirror&#x2F;node_modules&#x2F;]]></title><description><![CDATA[<p dir="auto">Hello everyone,<br />
for some reason I’m missing the index.js file in the node_helper folder. Both (index.js and node_helper) are missing.</p>
<p dir="auto">It normally should be like:</p>
<pre><code>MagicMirror/node_modules/node_helper/index.js
</code></pre>
<p dir="auto">However, the node_helper folder and the index.js file are missing…  In previous posts (<a href="https://stackoverflow.com/questions/58444411/error-found-error-cannot-find-module-node-helper" target="_blank" rel="noopener noreferrer nofollow ugc">first</a>, <a href="https://forum.magicmirror.builders/topic/10958/magic-mirror-only-shows-black-screen/10">second</a>) users explained that a simple reconstruction of the folder structure could solve the problem. The only thing you had to do was creating the folder/file and insert the specific code into index.js. This specfic code has apparently been available <a href="https://github.com/MichMich/MagicMirror/blob/master/modules/node_modules/node_helper/index.js" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">This code isn’t available anymore, are there other links to get this code or are there at least any other solutions for my problem?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/13495/missing-node_helper-folder-in-magicmirror-node_modules</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 10:11:40 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13495.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Aug 2020 17:28:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Missing node_helper folder in MagicMirror&#x2F;node_modules&#x2F; on Sun, 23 Aug 2020 12:45:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karl-muffel" aria-label="Profile: Karl-Muffel">@<bdi>Karl-Muffel</bdi></a> ‘no helper found’ is just a notice that this module doesn’t use a helper file (node_helper.js), it is an optional module component</p>
]]></description><link>https://forum.magicmirror.builders/post/80617</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/80617</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 23 Aug 2020 12:45:47 GMT</pubDate></item><item><title><![CDATA[Reply to Missing node_helper folder in MagicMirror&#x2F;node_modules&#x2F; on Sun, 23 Aug 2020 12:44:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karl-muffel" aria-label="Profile: Karl-Muffel">@<bdi>Karl-Muffel</bdi></a> yes, you must have installed modules without using the git  clone approach,  as git is not found</p>
<p dir="auto">these errors are from the updateNotification module trying to help advise if modules have changed</p>
<p dir="auto">so, in config.js disable the module</p>
<pre><code>		{
			module: "updatenotification",
			position: "top_bar",
                        disabled: true
		},
</code></pre>
<p dir="auto">u are 2 releases behind on 2.10.1,<br />
current is 2.12</p>
]]></description><link>https://forum.magicmirror.builders/post/80615</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/80615</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 23 Aug 2020 12:44:38 GMT</pubDate></item><item><title><![CDATA[Reply to Missing node_helper folder in MagicMirror&#x2F;node_modules&#x2F; on Sun, 23 Aug 2020 12:38:07 GMT]]></title><description><![CDATA[<p dir="auto">Thanks! , i tried a few things but it seems like it doesn’t really work neither. Everytime i start the mirror the mirror starts to look for node_helpers. Those modules that have a node helper are able to start, and those who don’t have one  are unable to start.</p>
<p dir="auto"><img src="/assets/uploads/files/1598186064776-screenshot2.png" alt="Screenshot2.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Why does my MM need all those node_helper files to launch the modules? I hope you understand my problem. Thanks in advance!</p>
]]></description><link>https://forum.magicmirror.builders/post/80614</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/80614</guid><dc:creator><![CDATA[Karl Muffel]]></dc:creator><pubDate>Sun, 23 Aug 2020 12:38:07 GMT</pubDate></item><item><title><![CDATA[Reply to Missing node_helper folder in MagicMirror&#x2F;node_modules&#x2F; on Thu, 20 Aug 2020 18:08:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karl-muffel" aria-label="Profile: Karl-Muffel">@<bdi>Karl-Muffel</bdi></a> in  2.9 we moved it so it would stop being erased by a security change to npm. there is an alias statement in package.json</p>
<p dir="auto">“_moduleAliases”: {<br />
“node_helper”: “js/node_helper.js”</p>
<p dir="auto">the file is in the js folder now</p>
]]></description><link>https://forum.magicmirror.builders/post/80428</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/80428</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 20 Aug 2020 18:08:55 GMT</pubDate></item></channel></rss>