<?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[Errors after Update]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/18031/upgrade-errors">Upgrade errors?</a></p>
<p dir="auto">Hello,<br />
Nothing has worked for me since the update.<br />
I updated the mirror with the update script from sdetweil.<br />
Can someone help?</p>
<p dir="auto">Joe</p>
<p dir="auto">pi@raspberrypi:~/MagicMirror $ pm2 logs MagicMirror<br />
[TAILING] Tailing last 15 lines for [MagicMirror] process (change the value with --lines option)<br />
/home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:<br />
0|MagicMir | [02.10.2023 17:12.44.449] [ERROR] TypeError: Cannot read properties of undefined (reading ‘on’)<br />
0|MagicMir |     at Object. (/home/pi/MagicMirror/js/electron.js:139:5)<br />
0|MagicMir |     at Module._compile (node:internal/modules/cjs/loader:1241:14)<br />
0|MagicMir |     at Module._extensions…js (node:internal/modules/cjs/loader:1295:10)<br />
0|MagicMir |     at Module.load (node:internal/modules/cjs/loader:1091:32)<br />
0|MagicMir |     at Module._load (node:internal/modules/cjs/loader:938:12)<br />
0|MagicMir |     at Object. (/usr/lib/node_modules/pm2/lib/ProcessContainerFork.js:33:23)<br />
0|MagicMir |     at Module._compile (node:internal/modules/cjs/loader:1241:14)<br />
0|MagicMir |     at Module._extensions…js (node:internal/modules/cjs/loader:1295:10)<br />
0|MagicMir |     at Module.load (node:internal/modules/cjs/loader:1091:32)<br />
0|MagicMir |     at Module._load (node:internal/modules/cjs/loader:938:12)<br />
0|MagicMir |     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)<br />
0|MagicMir |     at node:internal/main/run_main_module:23:47<br />
0|MagicMir | [02.10.2023 17:12.44.452] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|MagicMir | [02.10.2023 17:12.44.454] [ERROR] If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/18033/errors-after-update</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 07:58:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18033.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Oct 2023 15:20:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 19:40:23 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 mirror lives again!! Thank you! :-)<br />
There are still errors in two modules, soccer-live-score and newsfeed<br />
I’ll take a look at that tomorrow<br />
Good job thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/111214</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111214</guid><dc:creator><![CDATA[JoeFranz]]></dc:creator><pubDate>Mon, 02 Oct 2023 19:40:23 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 19:45:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> said in <a href="/post/111210">Errors after Update</a>:</p>
<blockquote>
<p dir="auto">Cannot find module ‘node-fetch’</p>
</blockquote>
<p dir="auto">see <a href="https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later">https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later</a></p>
]]></description><link>https://forum.magicmirror.builders/post/111211</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111211</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 02 Oct 2023 19:45:00 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 19:31:22 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">magicmirror@2.25.0 start<br />
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js</p>
</blockquote>
<p dir="auto">[02.10.2023 21:29.49.912] [LOG]   Starting MagicMirror: v2.25.0<br />
[02.10.2023 21:29.49.922] [LOG]   Loading config …<br />
[02.10.2023 21:29.49.928] [DEBUG] config template file not exists, no envsubst<br />
[02.10.2023 21:29.51.691] [ERROR] (node:7976) UnhandledPromiseRejectionWarning: Error: Cannot find module ‘node-fetch’<br />
Require stack:</p>
<ul>
<li>/home/pi/MagicMirror/modules/MMM-SoccerLiveScore/node_helper.js</li>
<li>/home/pi/MagicMirror/js/app.js</li>
<li>/home/pi/MagicMirror/js/electron.js</li>
<li>/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js</li>
<li>at node:internal/modules/cjs/loader:1084:15<br />
at Function. (node:electron/js2c/browser_init:2:117419)<br />
at Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)<br />
at node:internal/modules/cjs/loader:929:27<br />
at Function._load (node:electron/js2c/asar_bundle:2:13327)<br />
at Module.require (node:internal/modules/cjs/loader:1150:19)<br />
at require (node:internal/modules/cjs/helpers:110:18)<br />
at Object. (/home/pi/MagicMirror/modules/MMM-SoccerLiveScore/node_helper.js:10:15)<br />
at Module._compile (node:internal/modules/cjs/loader:1271:14)<br />
at Object…js (node:internal/modules/cjs/loader:1326:10)<br />
at Module.load (node:internal/modules/cjs/loader:1126:32)<br />
at node:internal/modules/cjs/loader:967:12<br />
at Function._load (node:electron/js2c/asar_bundle:2:13327)<br />
at Module.require (node:internal/modules/cjs/loader:1150:19)<br />
at require (node:internal/modules/cjs/helpers:110:18)<br />
at loadModule (/home/pi/MagicMirror/js/app.js:180:19)<br />
(Use <code>electron --trace-warnings ...</code> to show where the warning was created)<br />
[02.10.2023 21:29.51.693] [ERROR] (node:7976) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag <code>--unhandled-rejections=strict</code> (see <a href="https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode" target="_blank" rel="noopener noreferrer nofollow ugc">https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode</a>). (rejection id: 1)<br />
[7976:1002/212952.276668:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.portal.Desktop was not provided by any .service files<br />
[8016:1002/212953.559582:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization</li>
</ul>
<pre><code></code></pre>
]]></description><link>https://forum.magicmirror.builders/post/111210</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111210</guid><dc:creator><![CDATA[JoeFranz]]></dc:creator><pubDate>Mon, 02 Oct 2023 19:31:22 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 19:23:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> you copy/paste the upgrade apply command string<br />
and change apply to force</p>
<p dir="auto">all the commands are copy paste so you don’t need to download anything<br />
<a href="https://github.com/sdetweil/MagicMirror_scripts" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror_scripts</a></p>
]]></description><link>https://forum.magicmirror.builders/post/111209</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111209</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 02 Oct 2023 19:23:19 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 19:21:28 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> how do I do the update by force?</p>
]]></description><link>https://forum.magicmirror.builders/post/111207</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111207</guid><dc:creator><![CDATA[JoeFranz]]></dc:creator><pubDate>Mon, 02 Oct 2023 19:21:28 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 18:51:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> try the upgrade script again, with force instead of apply</p>
<p dir="auto">it will remove and and add the right version of node the right way, including on buster</p>
<p dir="auto">please advise your results…</p>
]]></description><link>https://forum.magicmirror.builders/post/111199</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111199</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 02 Oct 2023 18:51:41 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 16:40:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> yeh, thats all the stuff my upgrade script takes care of…</p>
<p dir="auto">but node 20 is a mess</p>
<p dir="auto">node 18 on buster doesn’t install</p>
<p dir="auto">apt get update</p>
<p dir="auto">sets up to install node 20.5.1…</p>
]]></description><link>https://forum.magicmirror.builders/post/111190</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111190</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 02 Oct 2023 16:40:46 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 16:07:14 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>
<pre><code>pi@raspberrypi:~ $ pm2 stop all
cd ~/MagicMirror
npm start 
[PM2] Applying action stopProcessId on app [all](ids: [ 0 ])
[PM2] [MagicMirror](0) ✓
┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
│ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
│ 0  │ MagicMirror        │ fork     │ 277  │ stopped   │ 0%       │ 0b       │
└────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘

&gt; magicmirror@2.25.0 start
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[02.10.2023 18:05.06.957] [LOG]   Starting MagicMirror: v2.25.0
[02.10.2023 18:05.06.967] [LOG]   Loading config ...
[02.10.2023 18:05.06.972] [DEBUG] config template file not exists, no envsubst
[02.10.2023 18:05.07.048] [ERROR] (node:11262) UnhandledPromiseRejectionWarning: Error: The module '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 110. This version of Node.js requires
NODE_MODULE_VERSION 116. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
    at process.func [as dlopen] (node:electron/js2c/asar_bundle:2:2131)
    at Object.&lt;anonymous&gt; (node:internal/modules/cjs/loader:1356:18)
    at Object.func [as .node] (node:electron/js2c/asar_bundle:2:2131)
    at Module.load (node:internal/modules/cjs/loader:1126:32)
    at node:internal/modules/cjs/loader:967:12
    at Function._load (node:electron/js2c/asar_bundle:2:13327)
    at Module.require (node:internal/modules/cjs/loader:1150:19)
    at require (node:internal/modules/cjs/helpers:110:18)
    at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:112:48)
    at /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/epoll.js:7:31
    at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/epoll.js:15:3)
    at Module._compile (node:internal/modules/cjs/loader:1271:14)
    at Object..js (node:internal/modules/cjs/loader:1326:10)
    at Module.load (node:internal/modules/cjs/loader:1126:32)
    at node:internal/modules/cjs/loader:967:12
    at Function._load (node:electron/js2c/asar_bundle:2:13327)
(Use `electron --trace-warnings ...` to show where the warning was created)
[02.10.2023 18:05.07.050] [ERROR] (node:11262) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
[11301:1002/180508.559663:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[11262:1002/180508.753264:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.portal.Desktop was not provided by any .service files
[11329:1002/180509.789629:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[11354:1002/180512.079821:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/111187</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111187</guid><dc:creator><![CDATA[JoeFranz]]></dc:creator><pubDate>Mon, 02 Oct 2023 16:07:14 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 15:54:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> said in <a href="/post/111185">Errors after Update</a>:</p>
<blockquote>
<p dir="auto">Cannot find module ‘html-to-text’</p>
</blockquote>
<p dir="auto">ok… in the mm folder do</p>
<pre><code>npm install html-to-text
</code></pre>
<p dir="auto">then try again</p>
<p dir="auto">but it sounds like the npm install of the upgrade failed…<br />
which would have happened if the node 20 install failed</p>
<p dir="auto">so you have to fix the node 20 install (with the other script)</p>
<p dir="auto">and THEN</p>
<pre><code>cd ~/MagicMirror
rm -rf node_modules
npm run install-mm
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/111186</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111186</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 02 Oct 2023 15:54:24 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 15:49:09 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> said in <a href="/post/111184">Errors after Update</a>:</p>
<blockquote>
<p dir="auto">pm2 stop all<br />
cd ~/MagicMirror<br />
npm start</p>
</blockquote>
<blockquote>
<p dir="auto">magicmirror@2.25.0 start<br />
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js</p>
</blockquote>
<p dir="auto">[02.10.2023 17:48.18.730] [LOG]   Starting MagicMirror: v2.25.0<br />
[02.10.2023 17:48.18.752] [LOG]   Loading config …<br />
[02.10.2023 17:48.18.762] [DEBUG] config template file not exists, no envsubst<br />
[02.10.2023 17:48.21.067] [ERROR] (node:8240) UnhandledPromiseRejectionWarning: Error: Cannot find module ‘html-to-text’<br />
Require stack:</p>
<ul>
<li>/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js</li>
<li>/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js</li>
<li>/home/pi/MagicMirror/js/app.js</li>
<li>/home/pi/MagicMirror/js/electron.js</li>
<li>/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js</li>
<li>at Module._resolveFilename (node:internal/modules/cjs/loader:963:15)<br />
at n._resolveFilename (node:electron/js2c/browser_init:2:109751)<br />
at Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)<br />
at Module._load (node:internal/modules/cjs/loader:811:27)<br />
at f._load (node:electron/js2c/asar_bundle:2:13330)<br />
at Module.require (node:internal/modules/cjs/loader:1035:19)<br />
at require (node:internal/modules/cjs/helpers:102:18)<br />
at Object. (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:11:24)<br />
at Module._compile (node:internal/modules/cjs/loader:1141:14)<br />
at Module._extensions…js (node:internal/modules/cjs/loader:1196:10)<br />
at Module.load (node:internal/modules/cjs/loader:1011:32)<br />
at Module._load (node:internal/modules/cjs/loader:846:12)<br />
at f._load (node:electron/js2c/asar_bundle:2:13330)<br />
at Module.require (node:internal/modules/cjs/loader:1035:19)<br />
at require (node:internal/modules/cjs/helpers:102:18)<br />
at Object. (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:10:25)<br />
(Use <code>electron --trace-warnings ...</code> to show where the warning was created)<br />
[02.10.2023 17:48.21.071] [ERROR] (node:8240) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag <code>--unhandled-rejections=strict</code> (see <a href="https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode" target="_blank" rel="noopener noreferrer nofollow ugc">https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode</a>). (rejection id: 1)<br />
[8292:1002/174823.865854:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization<br />
[8319:1002/174824.432604:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/111185</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111185</guid><dc:creator><![CDATA[JoeFranz]]></dc:creator><pubDate>Mon, 02 Oct 2023 15:49:09 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 15:47:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> ok, do  this</p>
<pre><code>pm2 stop all
cd ~/MagicMirror
npm start 
</code></pre>
<p dir="auto">does it still fail?</p>
]]></description><link>https://forum.magicmirror.builders/post/111184</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111184</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 02 Oct 2023 15:47:11 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 15:37:48 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 />
/home/pi/.pm2/logs/MagicMirror-error.log last 50 lines:<br />
0|MagicMir |     at Module._extensions…js (node:internal/modules/cjs/loader:1295:10)<br />
0|MagicMir |     at Module.load (node:internal/modules/cjs/loader:1091:32)<br />
0|MagicMir |     at Module._load (node:internal/modules/cjs/loader:938:12)<br />
0|MagicMir |     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)<br />
0|MagicMir |     at node:internal/main/run_main_module:23:47<br />
0|MagicMir | [02.10.2023 17:27.58.805] [ERROR] Whoops! There was an uncaught exception…<br />
0|MagicMir | [02.10.2023 17:27.58.807] [ERROR] TypeError: Cannot read properties of undefined (reading ‘on’)<br />
0|MagicMir |     at Object. (/home/pi/MagicMirror/js/electron.js:139:5)<br />
0|MagicMir |     at Module._compile (node:internal/modules/cjs/loader:1241:14)<br />
0|MagicMir |     at Module._extensions…js (node:internal/modules/cjs/loader:1295:10)<br />
0|MagicMir |     at Module.load (node:internal/modules/cjs/loader:1091:32)<br />
0|MagicMir |     at Module._load (node:internal/modules/cjs/loader:938:12)<br />
0|MagicMir |     at Object. (/usr/lib/node_modules/pm2/lib/ProcessContainerFork.js:33:23)<br />
0|MagicMir |     at Module._compile (node:internal/modules/cjs/loader:1241:14)<br />
0|MagicMir |     at Module._extensions…js (node:internal/modules/cjs/loader:1295:10)<br />
0|MagicMir |     at Module.load (node:internal/modules/cjs/loader:1091:32)<br />
0|MagicMir |     at Module._load (node:internal/modules/cjs/loader:938:12)<br />
0|MagicMir |     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)<br />
0|MagicMir |     at node:internal/main/run_main_module:23:47<br />
0|MagicMir | [02.10.2023 17:27.58.810] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|MagicMir | [02.10.2023 17:27.58.812] [ERROR] If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a><br />
0|MagicMir | [02.10.2023 17:28.02.795] [ERROR] TypeError: Cannot read properties of undefined (reading ‘on’)<br />
0|MagicMir |     at Object. (/home/pi/MagicMirror/js/electron.js:139:5)<br />
0|MagicMir |     at Module._compile (node:internal/modules/cjs/loader:1241:14)<br />
0|MagicMir |     at Module._extensions…js (node:internal/modules/cjs/loader:1295:10)<br />
0|MagicMir |     at Module.load (node:internal/modules/cjs/loader:1091:32)<br />
0|MagicMir |     at Module._load (node:internal/modules/cjs/loader:938:12)<br />
0|MagicMir |     at Object. (/usr/lib/node_modules/pm2/lib/ProcessContainerFork.js:33:23)<br />
0|MagicMir |     at Module._compile (node:internal/modules/cjs/loader:1241:14)<br />
0|MagicMir |     at Module._extensions…js (node:internal/modules/cjs/loader:1295:10)<br />
0|MagicMir |     at Module.load (node:internal/modules/cjs/loader:1091:32)<br />
0|MagicMir |     at Module._load (node:internal/modules/cjs/loader:938:12)<br />
0|MagicMir |     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)<br />
0|MagicMir |     at node:internal/main/run_main_module:23:47<br />
0|MagicMir | [02.10.2023 17:28.02.811] [ERROR] Whoops! There was an uncaught exception…<br />
0|MagicMir | [02.10.2023 17:28.02.814] [ERROR] TypeError: Cannot read properties of undefined (reading ‘on’)<br />
0|MagicMir |     at Object. (/home/pi/MagicMirror/js/electron.js:139:5)<br />
0|MagicMir |     at Module._compile (node:internal/modules/cjs/loader:1241:14)<br />
0|MagicMir |     at Module._extensions…js (node:internal/modules/cjs/loader:1295:10)<br />
0|MagicMir |     at Module.load (node:internal/modules/cjs/loader:1091:32)<br />
0|MagicMir |     at Module._load (node:internal/modules/cjs/loader:938:12)<br />
0|MagicMir |     at Object. (/usr/lib/node_modules/pm2/lib/ProcessContainerFork.js:33:23)<br />
0|MagicMir |     at Module._compile (node:internal/modules/cjs/loader:1241:14)<br />
0|MagicMir |     at Module._extensions…js (node:internal/modules/cjs/loader:1295:10)<br />
0|MagicMir |     at Module.load (node:internal/modules/cjs/loader:1091:32)<br />
0|MagicMir |     at Module._load (node:internal/modules/cjs/loader:938:12)<br />
0|MagicMir |     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)<br />
0|MagicMir |     at node:internal/main/run_main_module:23:47<br />
0|MagicMir | [02.10.2023 17:28.02.819] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|MagicMir | [02.10.2023 17:28.02.822] [ERROR] If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a></p>
]]></description><link>https://forum.magicmirror.builders/post/111183</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111183</guid><dc:creator><![CDATA[JoeFranz]]></dc:creator><pubDate>Mon, 02 Oct 2023 15:37:48 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 15:34:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> can you do</p>
<pre><code>pm2 logs --lines=50
</code></pre>
<p dir="auto">the logs is short above the error</p>
]]></description><link>https://forum.magicmirror.builders/post/111182</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111182</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 02 Oct 2023 15:34:11 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 15:32:39 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> said in <a href="/post/111180">Errors after Update</a>:</p>
<blockquote>
<p dir="auto">lsb_release -a</p>
</blockquote>
<p dir="auto">Distributor ID:	Raspbian<br />
Description:	Raspbian GNU/Linux 11 (bullseye)<br />
Release:	11<br />
Codename:	bullseye</p>
<p dir="auto">I ran the script, the error remains.</p>
]]></description><link>https://forum.magicmirror.builders/post/111181</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111181</guid><dc:creator><![CDATA[JoeFranz]]></dc:creator><pubDate>Mon, 02 Oct 2023 15:32:39 GMT</pubDate></item><item><title><![CDATA[Reply to Errors after Update on Mon, 02 Oct 2023 15:22:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joefranz" aria-label="Profile: JoeFranz">@<bdi>JoeFranz</bdi></a> note that the script tries to install node 20… which seems to have changed the process…</p>
<p dir="auto">see the script at the top of the scripts page and see if that helps…<br />
<a href="https://github.com/sdetweil/MagicMirror_scripts" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror_scripts</a></p>
<p dir="auto">we know that rpi buster has a problem… not yet solved … I am working on it…</p>
<pre><code class="language-bash">lsb_release -a
</code></pre>
<p dir="auto">will tell you what OS release u are on</p>
]]></description><link>https://forum.magicmirror.builders/post/111180</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111180</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 02 Oct 2023 15:22:50 GMT</pubDate></item></channel></rss>