<?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[Updated MM will not display]]></title><description><![CDATA[<p dir="auto">I updated Magic Mirror this morning and now it just displays a blank screen. Thank you in advance for your help with this!</p>
<p dir="auto">First I ran cp -r ~/MagicMirror ~/MM-Backup<br />
git stash<br />
git pull<br />
npm install<br />
git stash apply</p>
<p dir="auto">Then npm run start and it just gives me a blank screen.</p>
<p dir="auto">I have tried:</p>
<p dir="auto">pi@raspberrypi:~/MagicMirror $ npm install valid -url<br />
npm WARN EBADENGINE Unsupported engine { package: ‘magicmirror@2.16.0’,<br />
npm WARN EBADENGINE   required: { node: ‘&gt;=12’ },<br />
npm WARN EBADENGINE   current: { node: ‘v10.23.2’, npm: ‘7.5.2’ } }<br />
npm WARN EBADENGINE Unsupported engine { package: ‘eslint-plugin-jsdoc@35.4.0’,<br />
npm WARN EBADENGINE   required: { node: ‘&gt;=12’ },<br />
npm WARN EBADENGINE   current: { node: ‘v10.23.2’, npm: ‘7.5.2’ } }<br />
npm WARN EBADENGINE Unsupported engine { package: ‘jsdoc-type-pratt-parser@1.0.4’,<br />
npm WARN EBADENGINE   required: { node: ‘&gt;=12.0.0’ },<br />
npm WARN EBADENGINE   current: { node: ‘v10.23.2’, npm: ‘7.5.2’ } }</p>
<p dir="auto">added 3 packages, and audited 926 packages in 6s</p>
<p dir="auto">110 packages are looking for funding<br />
run <code>npm fund</code> for details</p>
<p dir="auto">found 0 vulnerabilities</p>
<p dir="auto">pi@raspberrypi:~/MagicMirror $ npm run start</p>
<blockquote>
<p dir="auto">magicmirror@2.16.0 start<br />
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js</p>
</blockquote>
<p dir="auto">[17.09.2021 05:36.25.670] [LOG]   Starting MagicMirror: v2.16.0<br />
[17.09.2021 05:36.25.675] [LOG]   Loading config …<br />
[17.09.2021 05:36.25.682] [LOG]   Loading module helpers …<br />
[17.09.2021 05:36.25.684] [LOG]   No helper found for module: alert.<br />
[17.09.2021 05:36.25.853] [LOG]   Initializing new module helper …<br />
[17.09.2021 05:36.25.854] [LOG]   Module helper loaded: updatenotification<br />
[17.09.2021 05:36.25.855] [LOG]   No helper found for module: clock.<br />
[17.09.2021 05:36.26.076] [LOG]   Initializing new module helper …<br />
[17.09.2021 05:36.26.077] [LOG]   Module helper loaded: MMM-Remote-Control<br />
[17.09.2021 05:36.26.417] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘rrule-alt’<br />
Require stack:</p>
<ul>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/index.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/calendarfetcher.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/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></li>
</ul>
<p dir="auto">[17.09.2021 05:36.26.418] [LOG]   Loading module helpers …<br />
[17.09.2021 05:36.26.419] [LOG]   No helper found for module: alert.<br />
[17.09.2021 05:36.26.419] [LOG]   Initializing new module helper …<br />
[17.09.2021 05:36.26.420] [LOG]   Module helper loaded: updatenotification<br />
[17.09.2021 05:36.26.420] [LOG]   No helper found for module: clock.<br />
[17.09.2021 05:36.26.421] [LOG]   Initializing new module helper …<br />
[17.09.2021 05:36.26.422] [LOG]   Module helper loaded: MMM-Remote-Control<br />
[17.09.2021 05:36.26.426] [ERROR] App threw an error during load<br />
[17.09.2021 05:36.26.429] [ERROR] Error: Cannot find module ‘rrule-alt’<br />
Require stack:</p>
<ul>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/index.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/calendarfetcher.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/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 (internal/modules/cjs/loader.js:972:15)<br />
at Function.n._resolveFilename (electron/js2c/browser_init.js:249:921)<br />
at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)<br />
at Module._load (internal/modules/cjs/loader.js:848:27)<br />
at Function.f._load (electron/js2c/asar_bundle.js:5:12633)<br />
at Module.require (internal/modules/cjs/loader.js:1032:19)<br />
at require (internal/modules/cjs/helpers.js:72:18)<br />
at Object. (/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js:20:13)<br />
at Module._compile (internal/modules/cjs/loader.js:1152:30)<br />
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1173:10)<br />
[17.09.2021 05:36.26.430] [ERROR] Whoops! There was an uncaught exception…<br />
[17.09.2021 05:36.26.439] [ERROR] Error: Cannot find module ‘rrule-alt’<br />
Require stack:</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/index.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/calendarfetcher.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/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 (internal/modules/cjs/loader.js:972:15)<br />
at Function.n._resolveFilename (electron/js2c/browser_init.js:249:921)<br />
at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)<br />
at Module._load (internal/modules/cjs/loader.js:848:27)<br />
at Function.f._load (electron/js2c/asar_bundle.js:5:12633)<br />
at Module.require (internal/modules/cjs/loader.js:1032:19)<br />
at require (internal/modules/cjs/helpers.js:72:18)<br />
at Object. (/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js:20:13)<br />
at Module._compile (internal/modules/cjs/loader.js:1152:30)<br />
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1173:10) {<br />
code: ‘MODULE_NOT_FOUND’,<br />
requireStack: [<br />
‘/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js’,<br />
‘/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/index.js’,<br />
‘/home/pi/MagicMirror/modules/MMM-MyCalendar/calendarfetcher.js’,<br />
‘/home/pi/MagicMirror/modules/MMM-MyCalendar/node_helper.js’,<br />
‘/home/pi/MagicMirror/js/app.js’,<br />
‘/home/pi/MagicMirror/js/electron.js’,<br />
‘/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js’,<br />
undefined<br />
]<br />
}<br />
[17.09.2021 05:36.26.442] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
[17.09.2021 05:36.26.442] [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 />
[17.09.2021 05:36.26.701] [LOG]   Launching application.<br />
[17.09.2021 05:38.09.120] [LOG]   Shutting down server…<br />
[17.09.2021 05:38.09.125] [LOG]   Stopping module helper: updatenotification<br />
[17.09.2021 05:38.09.126] [ERROR] Whoops! There was an uncaught exception…<br />
[17.09.2021 05:38.09.131] [ERROR] TypeError: Cannot convert undefined or null to object<br />
at Function.keys ()<br />
at Class.stop (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:71:20)<br />
at App.stop (/home/pi/MagicMirror/js/app.js:253:16)<br />
at App. (/home/pi/MagicMirror/js/electron.js:128:7)<br />
at App.emit (events.js:315:20)<br />
at appMethod (electron/js2c/browser_init.js:69:1768)<br />
at Object.execute (electron/js2c/browser_init.js:69:4932)<br />
at MenuItem.click (electron/js2c/browser_init.js:73:1637)<br />
at Object.a._executeCommand (electron/js2c/browser_init.js:81:2343)<br />
[17.09.2021 05:38.09.133] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
[17.09.2021 05:38.09.134] [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 />
pi@raspberrypi:~/MagicMirror $ git stash pop<br />
css/main.css: needs merge<br />
modules/default/calendar/calendar.css: needs merge<br />
modules/default/calendar/calendar.js: needs merge<br />
modules/default/calendar/calendarfetcher.js: needs merge<br />
modules/default/calendar/node_helper.js: needs merge<br />
modules/default/newsfeed/newsfeed.js: needs merge<br />
modules/default/newsfeed/newsfeedfetcher.js: needs merge<br />
modules/default/newsfeed/node_helper.js: needs merge<br />
modules/default/updatenotification/updatenotification.js: needs merge<br />
modules/default/weather/weather.js: needs merge<br />
modules/default/weatherforecast/weatherforecast.js: needs merge<br />
unable to refresh index<br />
pi@raspberrypi:~/MagicMirror $ git stash apply<br />
css/main.css: needs merge<br />
modules/default/calendar/calendar.css: needs merge<br />
modules/default/calendar/calendar.js: needs merge<br />
modules/default/calendar/calendarfetcher.js: needs merge<br />
modules/default/calendar/node_helper.js: needs merge<br />
modules/default/newsfeed/newsfeed.js: needs merge<br />
modules/default/newsfeed/newsfeedfetcher.js: needs merge<br />
modules/default/newsfeed/node_helper.js: needs merge<br />
modules/default/updatenotification/updatenotification.js: needs merge<br />
modules/default/weather/weather.js: needs merge<br />
modules/default/weatherforecast/weatherforecast.js: needs merge<br />
unable to refresh index<br />
pi@raspberrypi:~/MagicMirror $ npm install<br />
npm WARN EBADENGINE Unsupported engine { package: ‘magicmirror@2.16.0’,<br />
npm WARN EBADENGINE   required: { node: ‘&gt;=12’ },<br />
npm WARN EBADENGINE   current: { node: ‘v10.23.2’, npm: ‘7.5.2’ } }<br />
npm WARN EBADENGINE Unsupported engine { package: ‘eslint-plugin-jsdoc@35.4.0’,<br />
npm WARN EBADENGINE   required: { node: ‘&gt;=12’ },<br />
npm WARN EBADENGINE   current: { node: ‘v10.23.2’, npm: ‘7.5.2’ } }<br />
npm WARN EBADENGINE Unsupported engine { package: ‘jsdoc-type-pratt-parser@1.0.4’,<br />
npm WARN EBADENGINE   required: { node: ‘&gt;=12.0.0’ },<br />
npm WARN EBADENGINE   current: { node: ‘v10.23.2’, npm: ‘7.5.2’ } }</li>
</ul>
<blockquote>
<p dir="auto">magicmirror@2.16.0 install<br />
echo "Installing vendor files …<br />
" &amp;&amp; cd vendor &amp;&amp; npm install --loglevel=error</p>
</blockquote>
<p dir="auto">Installing vendor files …</p>
<p dir="auto">up to date, audited 10 packages in 1s</p>
<p dir="auto">found 0 vulnerabilities</p>
<blockquote>
<p dir="auto">magicmirror@2.16.0 postinstall<br />
npm run install-fonts &amp;&amp; echo "MagicMirror installation finished successfully!<br />
"</p>
</blockquote>
<blockquote>
<p dir="auto">magicmirror@2.16.0 install-fonts<br />
echo "Installing fonts …<br />
" &amp;&amp; cd fonts &amp;&amp; npm install --loglevel=error</p>
</blockquote>
<p dir="auto">Installing fonts …</p>
<p dir="auto">up to date, audited 2 packages in 1s</p>
<p dir="auto">found 0 vulnerabilities<br />
MagicMirror installation finished successfully!</p>
<blockquote>
<p dir="auto">magicmirror@2.16.0 prepare<br />
[ -f node_modules/.bin/husky ] &amp;&amp; husky install || echo no husky installed.</p>
</blockquote>
<p dir="auto">husky - Git hooks installed</p>
<p dir="auto">up to date, audited 926 packages in 9s</p>
<p dir="auto">110 packages are looking for funding<br />
run <code>npm fund</code> for details</p>
<p dir="auto">found 0 vulnerabilities<br />
pi@raspberrypi:~/MagicMirror $ npm run start</p>
<blockquote>
<p dir="auto">magicmirror@2.16.0 start<br />
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js</p>
</blockquote>
<p dir="auto">[17.09.2021 05:41.44.149] [LOG]   Starting MagicMirror: v2.16.0<br />
[17.09.2021 05:41.44.154] [LOG]   Loading config …<br />
[17.09.2021 05:41.44.160] [LOG]   Loading module helpers …<br />
[17.09.2021 05:41.44.163] [LOG]   No helper found for module: alert.<br />
[17.09.2021 05:41.44.336] [LOG]   Initializing new module helper …<br />
[17.09.2021 05:41.44.337] [LOG]   Module helper loaded: updatenotification<br />
[17.09.2021 05:41.44.338] [LOG]   No helper found for module: clock.<br />
[17.09.2021 05:41.44.553] [LOG]   Initializing new module helper …<br />
[17.09.2021 05:41.44.553] [LOG]   Module helper loaded: MMM-Remote-Control<br />
[17.09.2021 05:41.44.887] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘rrule-alt’<br />
Require stack:</p>
<ul>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/index.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/calendarfetcher.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/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></li>
</ul>
<p dir="auto">[17.09.2021 05:41.44.888] [LOG]   Loading module helpers …<br />
[17.09.2021 05:41.44.889] [LOG]   No helper found for module: alert.<br />
[17.09.2021 05:41.44.890] [LOG]   Initializing new module helper …<br />
[17.09.2021 05:41.44.890] [LOG]   Module helper loaded: updatenotification<br />
[17.09.2021 05:41.44.891] [LOG]   No helper found for module: clock.<br />
[17.09.2021 05:41.44.892] [LOG]   Initializing new module helper …<br />
[17.09.2021 05:41.44.892] [LOG]   Module helper loaded: MMM-Remote-Control<br />
[17.09.2021 05:41.44.897] [ERROR] App threw an error during load<br />
[17.09.2021 05:41.44.900] [ERROR] Error: Cannot find module ‘rrule-alt’<br />
Require stack:</p>
<ul>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/index.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/calendarfetcher.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/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 (internal/modules/cjs/loader.js:972:15)<br />
at Function.n._resolveFilename (electron/js2c/browser_init.js:249:921)<br />
at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)<br />
at Module._load (internal/modules/cjs/loader.js:848:27)<br />
at Function.f._load (electron/js2c/asar_bundle.js:5:12633)<br />
at Module.require (internal/modules/cjs/loader.js:1032:19)<br />
at require (internal/modules/cjs/helpers.js:72:18)<br />
at Object. (/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js:20:13)<br />
at Module._compile (internal/modules/cjs/loader.js:1152:30)<br />
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1173:10)<br />
[17.09.2021 05:41.44.902] [ERROR] Whoops! There was an uncaught exception…<br />
[17.09.2021 05:41.44.910] [ERROR] Error: Cannot find module ‘rrule-alt’<br />
Require stack:</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/index.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/calendarfetcher.js</li>
<li>/home/pi/MagicMirror/modules/MMM-MyCalendar/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 (internal/modules/cjs/loader.js:972:15)<br />
at Function.n._resolveFilename (electron/js2c/browser_init.js:249:921)<br />
at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)<br />
at Module._load (internal/modules/cjs/loader.js:848:27)<br />
at Function.f._load (electron/js2c/asar_bundle.js:5:12633)<br />
at Module.require (internal/modules/cjs/loader.js:1032:19)<br />
at require (internal/modules/cjs/helpers.js:72:18)<br />
at Object. (/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js:20:13)<br />
at Module._compile (internal/modules/cjs/loader.js:1152:30)<br />
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1173:10) {<br />
code: ‘MODULE_NOT_FOUND’,<br />
requireStack: [<br />
‘/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/node-ical.js’,<br />
‘/home/pi/MagicMirror/modules/MMM-MyCalendar/vendor/ical.js/index.js’,<br />
‘/home/pi/MagicMirror/modules/MMM-MyCalendar/calendarfetcher.js’,<br />
‘/home/pi/MagicMirror/modules/MMM-MyCalendar/node_helper.js’,<br />
‘/home/pi/MagicMirror/js/app.js’,<br />
‘/home/pi/MagicMirror/js/electron.js’,<br />
‘/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js’,<br />
undefined<br />
]<br />
}<br />
[17.09.2021 05:41.44.913] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
[17.09.2021 05:41.44.914] [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 />
[17.09.2021 05:41.45.186] [LOG]   Launching application.<br />
[17.09.2021 05:42.23.243] [LOG]   Shutting down server…<br />
[17.09.2021 05:42.23.247] [LOG]   Stopping module helper: updatenotification<br />
[17.09.2021 05:42.23.249] [ERROR] Whoops! There was an uncaught exception…<br />
[17.09.2021 05:42.23.254] [ERROR] TypeError: Cannot convert undefined or null to object<br />
at Function.keys ()<br />
at Class.stop (/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js:71:20)<br />
at App.stop (/home/pi/MagicMirror/js/app.js:253:16)<br />
at App. (/home/pi/MagicMirror/js/electron.js:128:7)<br />
at App.emit (events.js:315:20)<br />
at appMethod (electron/js2c/browser_init.js:69:1768)<br />
at Object.execute (electron/js2c/browser_init.js:69:4932)<br />
at MenuItem.click (electron/js2c/browser_init.js:73:1637)<br />
at Object.a._executeCommand (electron/js2c/browser_init.js:81:2343)<br />
[17.09.2021 05:42.23.255] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
[17.09.2021 05:42.23.257] [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 />
pi@raspberrypi:~/MagicMirror $ git pull<br />
error: Pulling is not possible because you have unmerged files.<br />
hint: Fix them up in the work tree, and then use ‘git add/rm ’<br />
hint: as appropriate to mark resolution and make a commit.<br />
fatal: Exiting because of an unresolved conflict.</li>
</ul>
<p dir="auto">pi@raspberrypi:~/MagicMirror $ git status<br />
On branch master<br />
Your branch is up to date with ‘origin/master’.</p>
<p dir="auto">Changes to be committed:<br />
(use “git reset HEAD …” to unstage)</p>
<pre><code>modified:   modules/default/clock/clock.js
modified:   modules/default/compliments/compliments.js
modified:   modules/default/currentweather/README.md
modified:   modules/default/currentweather/currentweather.css
modified:   modules/default/currentweather/currentweather.js
modified:   modules/default/updatenotification/node_helper.js
modified:   modules/default/weather/current.njk
modified:   modules/default/weather/forecast.njk
modified:   modules/default/weather/hourly.njk
modified:   modules/default/weather/providers/README.md
modified:   modules/default/weather/providers/darksky.js
modified:   modules/default/weather/providers/openweathermap.js
modified:   modules/default/weather/providers/smhi.js
modified:   modules/default/weather/providers/ukmetoffice.js
modified:   modules/default/weather/providers/ukmetofficedatahub.js
modified:   modules/default/weather/providers/weatherbit.js
modified:   modules/default/weather/providers/weathergov.js
modified:   modules/default/weather/weatherprovider.js
modified:   modules/default/weatherforecast/README.md
</code></pre>
<p dir="auto">Unmerged paths:<br />
(use “git reset HEAD …” to unstage)<br />
(use “git add …” to mark resolution)</p>
<pre><code>both modified:   css/main.css
both modified:   modules/default/calendar/calendar.css
both modified:   modules/default/calendar/calendar.js
both modified:   modules/default/calendar/calendarfetcher.js
both modified:   modules/default/calendar/node_helper.js
both modified:   modules/default/newsfeed/newsfeed.js
both modified:   modules/default/newsfeed/newsfeedfetcher.js
both modified:   modules/default/newsfeed/node_helper.js
both modified:   modules/default/updatenotification/updatenotification.js
both modified:   modules/default/weather/weather.js
both modified:   modules/default/weatherforecast/weatherforecast.js
</code></pre>
<p dir="auto">Changes not staged for commit:<br />
(use “git add …” to update what will be committed)<br />
(use “git checkout – …” to discard changes in working directory)</p>
<pre><code>modified:   package-lock.json
modified:   package.json
</code></pre>
<p dir="auto">pi@raspberrypi:~/MagicMirror $ git reset --merge<br />
pi@raspberrypi:~/MagicMirror $ git status<br />
On branch master<br />
Your branch is up to date with ‘origin/master’.</p>
<p dir="auto">Changes not staged for commit:<br />
(use “git add …” to update what will be committed)<br />
(use “git checkout – …” to discard changes in working directory)</p>
<pre><code>modified:   package-lock.json
modified:   package.json
</code></pre>
<p dir="auto">no changes added to commit (use “git add” and/or “git commit -a”)```</p>
]]></description><link>https://forum.magicmirror.builders/topic/15542/updated-mm-will-not-display</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 17:17:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15542.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Sep 2021 11:11:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Updated MM will not display on Fri, 17 Sep 2021 11:54: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> Thank you! npm install rrule worked. My changes didn’t merge over, but at least I have the default MM running. THANKS!</p>
]]></description><link>https://forum.magicmirror.builders/post/94596</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94596</guid><dc:creator><![CDATA[mmohrmann]]></dc:creator><pubDate>Fri, 17 Sep 2021 11:54:13 GMT</pubDate></item><item><title><![CDATA[Reply to Updated MM will not display on Fri, 17 Sep 2021 11:46:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmohrmann" aria-label="Profile: mmohrmann">@<bdi>mmohrmann</bdi></a> said in <a href="/post/94593">Updated MM will not display</a>:</p>
<blockquote>
<p dir="auto">Cannot find module ‘rrule-alt’</p>
</blockquote>
<p dir="auto">need to npm install that too</p>
<p dir="auto">looks like u are running node 10. need 12 or above.<br />
delete package-lock,json</p>
<p dir="auto">and git diff package,json<br />
to see what changed</p>
]]></description><link>https://forum.magicmirror.builders/post/94595</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94595</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 17 Sep 2021 11:46:55 GMT</pubDate></item></channel></rss>