<?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[Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore]]></title><description><![CDATA[<p dir="auto">Running <a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> Docker karsten13/magicmirror with the module MMM-SoccerLiveScore from <a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a>  results in an error “Cannot find module ‘node-fetch’”.</p>
<pre><code>2024/01/02 19:18:29	stderr	[02.01.2024 19:18.29.537] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
2024/01/02 19:18:29	stderr	[02.01.2024 19:18.29.537] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
2024/01/02 19:18:29	stderr	}
2024/01/02 19:18:29	stderr	  ]
2024/01/02 19:18:29	stderr	    '/opt/magic_mirror/serveronly/index.js'
2024/01/02 19:18:29	stderr	    '/opt/magic_mirror/js/app.js',
2024/01/02 19:18:29	stderr	    '/opt/magic_mirror/modules/MMM-SoccerLiveScore/node_helper.js',
2024/01/02 19:18:29	stderr	  requireStack: [
2024/01/02 19:18:29	stderr	  code: 'MODULE_NOT_FOUND',
2024/01/02 19:18:29	stderr	    at async App.start (/opt/magic_mirror/js/app.js:259:3) {
2024/01/02 19:18:29	stderr	    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2024/01/02 19:18:29	stderr	    at loadModules (/opt/magic_mirror/js/app.js:211:10)
2024/01/02 19:18:29	stderr	    at loadModule (/opt/magic_mirror/js/app.js:181:19)
2024/01/02 19:18:29	stderr	    at require (node:internal/modules/helpers:176:18)
2024/01/02 19:18:29	stderr	    at Module.require (node:internal/modules/cjs/loader:1235:19)
2024/01/02 19:18:29	stderr	    at Module._load (node:internal/modules/cjs/loader:1023:12)
2024/01/02 19:18:29	stderr	    at Module.load (node:internal/modules/cjs/loader:1207:32)
2024/01/02 19:18:29	stderr	    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
2024/01/02 19:18:29	stderr	    at Module._compile (node:internal/modules/cjs/loader:1376:14)
2024/01/02 19:18:29	stderr	    at Object.&lt;anonymous&gt; (/opt/magic_mirror/modules/MMM-SoccerLiveScore/node_helper.js:10:15)
2024/01/02 19:18:29	stderr	    at require (node:internal/modules/helpers:176:18)
2024/01/02 19:18:29	stderr	    at Module.require (node:internal/modules/cjs/loader:1235:19)
2024/01/02 19:18:29	stderr	    at Module._load (node:internal/modules/cjs/loader:985:27)
2024/01/02 19:18:29	stderr	    at Module._resolveFilename (/opt/magic_mirror/node_modules/module-alias/index.js:49:29)
2024/01/02 19:18:29	stderr	    at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
2024/01/02 19:18:29	stderr	- /opt/magic_mirror/serveronly/index.js
2024/01/02 19:18:29	stderr	- /opt/magic_mirror/js/app.js
2024/01/02 19:18:29	stderr	- /opt/magic_mirror/modules/MMM-SoccerLiveScore/node_helper.js
2024/01/02 19:18:29	stderr	Require stack:
2024/01/02 19:18:29	stderr	[02.01.2024 19:18.29.537] [ERROR] Error: Cannot find module 'node-fetch'
2024/01/02 19:18:29	stderr	[02.01.2024 19:18.29.533] [ERROR] Whoops! There was an uncaught exception... 
</code></pre>
<p dir="auto">Any ideas about how to fix this?</p>
]]></description><link>https://forum.magicmirror.builders/topic/18337/cannot-find-module-node-fetch-error-with-mmm-soccerlivescore</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 01:34:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18337.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Jan 2024 18:32:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 20:41:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> said in <a href="/post/113853">Cannot find module 'node-fetch' error with MMM-SoccerLiveScore</a>:</p>
<blockquote>
<p dir="auto">NODE_ENV=test npm install node-fetch@2</p>
</blockquote>
<p dir="auto">I could see that this time node-fetch got installed (different than before running npm install node-fetch@2 only).<br />
But after restarting the docker container, the same error remained.</p>
]]></description><link>https://forum.magicmirror.builders/post/113855</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113855</guid><dc:creator><![CDATA[codac]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:41:49 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Sun, 07 Jan 2024 09:22:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a> thank you!<br />
…and apologies for missing the whole discussion, I have updated my preferences to get e-mails when someone mentions me :)</p>
]]></description><link>https://forum.magicmirror.builders/post/114056</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114056</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Sun, 07 Jan 2024 09:22:27 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 20:53:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> your are right… somehow the docker didn’t keep the installation after first try.<br />
After installing it a second time and restarting the docker afterwards, the container kept the installation of node-fetch. Its working now.</p>
<p dir="auto">Thank you guys for your massive support. Big time!<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a></p>
]]></description><link>https://forum.magicmirror.builders/post/113857</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113857</guid><dc:creator><![CDATA[codac]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:53:35 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 20:47:42 GMT]]></title><description><![CDATA[<p dir="auto">did the same and it works, so no idea anymore</p>
<p dir="auto"><img src="/assets/uploads/files/1704228453891-482fa9fe-04e1-40ca-8423-e141bf1bca99-grafik.png" alt="482fa9fe-04e1-40ca-8423-e141bf1bca99-grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/113856</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113856</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:47:42 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 20:41:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> said in <a href="/post/113853">Cannot find module 'node-fetch' error with MMM-SoccerLiveScore</a>:</p>
<blockquote>
<p dir="auto">NODE_ENV=test npm install node-fetch@2</p>
</blockquote>
<p dir="auto">I could see that this time node-fetch got installed (different than before running npm install node-fetch@2 only).<br />
But after restarting the docker container, the same error remained.</p>
]]></description><link>https://forum.magicmirror.builders/post/113855</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113855</guid><dc:creator><![CDATA[codac]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:41:49 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 20:37:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/codac" aria-label="Profile: codac">@<bdi>codac</bdi></a> said in <a href="/post/113829">Cannot find module 'node-fetch' error with MMM-SoccerLiveScore</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></p>
<pre><code>root@04492d039b9f:/opt/magic_mirror/modules# cd MMM-SoccerLiveScore              
root@04492d039b9f:/opt/magic_mirror/modules/MMM-SoccerLiveScore# npm install node
-fetch@2                                                                         
                                                                                 
up to date, audited 1 package in 1s                                              
                                                                                 
found 0 vulnerabilities                                                         
</code></pre>
<p dir="auto">How would I restart MM of the container?<br />
pm2 is not set up.</p>
<pre><code>DISPLAY=:0 npm restart
</code></pre>
<p dir="auto">…results in</p>
<pre><code>&gt; magicmirror@2.26.0 restart                                                     
&gt; npm stop --if-present &amp;&amp; npm start                                             
                                                                                 
                                                                                 
&gt; magicmirror@2.26.0 start                                                       
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js           
                                                                                 
sh: 1: ./node_modules/.bin/electron: not found   
</code></pre>
</blockquote>
]]></description><link>https://forum.magicmirror.builders/post/113854</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113854</guid><dc:creator><![CDATA[codac]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:37:59 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 20:27:13 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></p>
<blockquote>
<p dir="auto">well, npm install would have installed the devDependencies too…</p>
</blockquote>
<p dir="auto">This sentence clicked in my brain.</p>
<p dir="auto">I have <code>NODE_ENV=production</code> as default in my images (expect images I use for testing) and with this</p>
<ul>
<li><code>npm install</code> will install nothing</li>
<li><code>npm install node-fetch@2</code> will install nothing</li>
</ul>
<p dir="auto">so <a class="plugin-mentions-user plugin-mentions-a" href="/user/codac" aria-label="Profile: codac">@<bdi>codac</bdi></a> please go again in the folder of the module and run <code>NODE_ENV=test npm install node-fetch@2</code></p>
<p dir="auto">this should hopefully solve the issue</p>
]]></description><link>https://forum.magicmirror.builders/post/113853</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113853</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:27:13 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 20:12:02 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> Sure. But my PR removes node-fetch, so <code>npm install</code> is no longer necessary for this module.</p>
]]></description><link>https://forum.magicmirror.builders/post/113852</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113852</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:12:02 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 20:08:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a> well, npm install would have installed the devDependencies too…</p>
]]></description><link>https://forum.magicmirror.builders/post/113851</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113851</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:08:26 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 20:07:11 GMT]]></title><description><![CDATA[<p dir="auto">I created a <a href="https://github.com/0m4r/MMM-SoccerLiveScore/pull/9" target="_blank" rel="noopener noreferrer nofollow ugc">PR</a> to fix this, let’s see when <a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a> accept it.</p>
]]></description><link>https://forum.magicmirror.builders/post/113850</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113850</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:07:11 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 20:05:38 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></p>
<p dir="auto">you are right, they “fixed” it in <code>devDependencies</code> instead in <code>dependencies</code> …</p>
<p dir="auto">then <code>git pull</code> is useless, you have to install the missing library in the module folder as sam already explained above</p>
]]></description><link>https://forum.magicmirror.builders/post/113849</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113849</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:05:38 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 20:02:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> did they fix the module? I didn’t check</p>
]]></description><link>https://forum.magicmirror.builders/post/113848</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113848</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 02 Jan 2024 20:02:53 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:50:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/codac" aria-label="Profile: codac">@<bdi>codac</bdi></a></p>
<p dir="auto">if you are using <a href="https://github.com/0m4r/MMM-SoccerLiveScore" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/0m4r/MMM-SoccerLiveScore</a> the module contains the missing <code>node-fetch</code> so you should do a <code>git pull</code> in the module folder and try again (which means restart the container)</p>
]]></description><link>https://forum.magicmirror.builders/post/113847</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113847</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:50:15 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:47:53 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> the node-fetch error</p>
]]></description><link>https://forum.magicmirror.builders/post/113846</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113846</guid><dc:creator><![CDATA[codac]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:47:53 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:42:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/codac" aria-label="Profile: codac">@<bdi>codac</bdi></a> which error? the node-fetch or the lib error?</p>
<p dir="auto">(<a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a>  we installed electron, my mistake… in docker, doah! )</p>
]]></description><link>https://forum.magicmirror.builders/post/113845</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113845</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:42:47 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:41:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> well restarting / stopping / starting is no problem. But the error just remains and doesnt go away…</p>
]]></description><link>https://forum.magicmirror.builders/post/113844</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113844</guid><dc:creator><![CDATA[codac]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:41:49 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:41:44 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></p>
<blockquote>
<p dir="auto">and I think the electron error is just noise, as you must be running server only mode, whcih doesn’t use electron</p>
</blockquote>
<p dir="auto">yes, there is no electron installed</p>
]]></description><link>https://forum.magicmirror.builders/post/113843</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113843</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:41:44 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:41:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/codac" aria-label="Profile: codac">@<bdi>codac</bdi></a></p>
<p dir="auto">I don’t know this WebUI, you have to restart the container or stop and start again, whatever the WebUI provides</p>
]]></description><link>https://forum.magicmirror.builders/post/113842</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113842</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:41:00 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:40:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/codac" aria-label="Profile: codac">@<bdi>codac</bdi></a> and I think the electron error is just noise, as you must be running server only mode, whcih doesn’t use electron</p>
]]></description><link>https://forum.magicmirror.builders/post/113841</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113841</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:40:34 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:39:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> WebUI</p>
]]></description><link>https://forum.magicmirror.builders/post/113840</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113840</guid><dc:creator><![CDATA[codac]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:39:32 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:39:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/codac" aria-label="Profile: codac">@<bdi>codac</bdi></a></p>
<p dir="auto">and how do you start/stop the container? With a WebUI or per command line?</p>
]]></description><link>https://forum.magicmirror.builders/post/113839</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113839</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:39:06 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:37:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a><br />
This is a server only setup. Docker runs on “Container Manager” of Synology. The Synology is a DS420+ running on an INTEL Celeron J4025. The OS is DSM of course.</p>
]]></description><link>https://forum.magicmirror.builders/post/113838</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113838</guid><dc:creator><![CDATA[codac]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:37:43 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:36:07 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><br />
This error only comes up when trying to restart MM inside the docker.<br />
When restarting the docker, this error wont show up.</p>
]]></description><link>https://forum.magicmirror.builders/post/113837</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113837</guid><dc:creator><![CDATA[codac]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:36:07 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:35:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a></p>
<pre><code>docker run
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/113836</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113836</guid><dc:creator><![CDATA[codac]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:35:17 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;node-fetch&#x27; error with MMM-SoccerLiveScore on Tue, 02 Jan 2024 19:28:53 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></p>
<p dir="auto">I don’t now, the old electron process is still running</p>
<p dir="auto">but we now nothing, how he started, in server only or with electron, which architecture, which host os, which hardware …</p>
]]></description><link>https://forum.magicmirror.builders/post/113835</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113835</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:28:53 GMT</pubDate></item></channel></rss>