Thank you! @rabbit83ka @sdetweil
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
V
Latest posts made by voodoo-magic
-
RE: upgrade 2.24 to 2.25 on arch linux - broken
@sdetweil
$ node -v
v20.8.0
$ npm -v
10.1.0Thank you very much for the answer, but what I have to do in the module MMM-DWD-WarnWeather?
npm init -y?
-
upgrade 2.24 to 2.25 on arch linux - broken
Hello everyone,
after updating to Version 2.25, MM no longer starts.
Thank you in advance for any help.
uname -a
Linux archpi4 6.1.54-2-rpi-ARCH #1 SMP Fri Sep 29 12:55:29 MDT 2023 armv7l GNU/Linux
lsb_release -a
LSB Version: n/a Distributor ID: Arch Description: Arch Linux Release: rolling Codename: n/a
pm2 stop all
[PM2] Applying action stopProcessId on app [all](ids: [ 0 ]) [PM2] [mm](0) ✓ ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐ │ id │ name │ mode │ ↺ │ status │ cpu │ memory │ ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤ │ 0 │ mm │ fork │ 0 │ stopped │ 0% │ 0b │ └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
npm start
> magicmirror@2.25.0 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [03.10.2023 13:38.22.431] [LOG] Starting MagicMirror: v2.25.0 [03.10.2023 13:38.22.437] [LOG] Loading config ... [03.10.2023 13:38.22.439] [DEBUG] config template file not exists, no envsubst [03.10.2023 13:38.22.443] [LOG] Loading module helpers ... [03.10.2023 13:38.22.445] [LOG] No helper found for module: alert. [03.10.2023 13:38.22.470] [LOG] Initializing new module helper ... [03.10.2023 13:38.22.470] [LOG] Module helper loaded: updatenotification [03.10.2023 13:38.22.471] [LOG] No helper found for module: clock. [03.10.2023 13:38.22.472] [LOG] No helper found for module: calendar_monthly. [03.10.2023 13:38.22.473] [LOG] No helper found for module: compliments. [03.10.2023 13:38.22.474] [LOG] No helper found for module: weather. [03.10.2023 13:38.22.478] [ERROR] (node:916) UnhandledPromiseRejectionWarning: Error: Cannot find module 'node-fetch' Require stack: - /home/michael/MagicMirror/modules/MMM-DWD-WarnWeather/node_helper.js - /home/michael/MagicMirror/js/app.js - /home/michael/MagicMirror/js/electron.js - /home/michael/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js - at node:internal/modules/cjs/loader:1084:15 at Function.<anonymous> (node:electron/js2c/browser_init:2:117419) at Module._resolveFilename (/home/michael/MagicMirror/node_modules/module-alias/index.js:49:29) at node:internal/modules/cjs/loader:929:27 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 Object.<anonymous> (/home/michael/MagicMirror/modules/MMM-DWD-WarnWeather/node_helper.js:12:15) 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) at Module.require (node:internal/modules/cjs/loader:1150:19) at require (node:internal/modules/cjs/helpers:110:18) at loadModule (/home/michael/MagicMirror/js/app.js:180:19) (Use `electron --trace-warnings ...` to show where the warning was created) [03.10.2023 13:38.22.479] [ERROR] (node:916) 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)
-
RE: after update MM does not start
Today I updated my operating system.
Version 2.17.1 is now running.Thank you @sdetweil
-
RE: after update MM does not start
@sdetweil Upgrade was performed on 31 October.
mm-error.log
[31.10.2021 19:44.58.661] [WARN] The module 'currentweather' is deprecated in favor of the 'weather'-module, please refer to the documentation for a migration path [31.10.2021 19:44.58.663] [WARN] The module 'weatherforecast' is deprecated in favor of the 'weather'-module, please refer to the documentation for a migration path [31.10.2021 19:44.59.546] [WARN] (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check https://github.com/electron/electron/issues/18397
-
RE: after update MM does not start
mm-out.log
> magicmirror@2.16.0 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 19:44.57.511] [LOG] Starting MagicMirror: v2.16.0 [31.10.2021 19:44.57.542] [LOG] Loading config ... [31.10.2021 19:44.57.558] [LOG] Loading module helpers ... [31.10.2021 19:44.57.561] [LOG] No helper found for module: alert. [31.10.2021 19:44.57.802] [LOG] Initializing new module helper ... [31.10.2021 19:44.57.804] [LOG] Module helper loaded: updatenotification [31.10.2021 19:44.57.806] [LOG] No helper found for module: clock. [31.10.2021 19:44.57.812] [LOG] No helper found for module: calendar_monthly. [31.10.2021 19:44.57.813] [LOG] No helper found for module: compliments. [31.10.2021 19:44.57.818] [LOG] Initializing new module helper ... [31.10.2021 19:44.57.819] [LOG] Module helper loaded: currentweather [31.10.2021 19:44.57.823] [LOG] Initializing new module helper ... [31.10.2021 19:44.57.824] [LOG] Module helper loaded: weatherforecast [31.10.2021 19:44.58.413] [LOG] Initializing new module helper ... [31.10.2021 19:44.58.414] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 19:44.58.474] [LOG] Initializing new module helper ... [31.10.2021 19:44.58.475] [LOG] Module helper loaded: newsfeed [31.10.2021 19:44.58.476] [LOG] All module helpers loaded. [31.10.2021 19:44.58.633] [LOG] Starting server on port 8080 ... [31.10.2021 19:44.58.657] [LOG] Server started ... [31.10.2021 19:44.58.658] [LOG] Connecting socket for: updatenotification [31.10.2021 19:44.58.660] [LOG] Connecting socket for: currentweather [31.10.2021 19:44.58.662] [LOG] Connecting socket for: weatherforecast [31.10.2021 19:44.58.664] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 19:44.58.665] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 19:44.58.666] [LOG] Connecting socket for: newsfeed [31.10.2021 19:44.58.667] [LOG] Starting node helper for: newsfeed [31.10.2021 19:44.58.668] [LOG] Sockets connected & modules started ... [31.10.2021 19:44.59.385] [LOG] Launching application. [31.10.2021 19:45.02.162] [LOG] Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 [31.10.2021 19:45.02.171] [INFO] Checking git for module: calendar_monthly [31.10.2021 19:45.02.314] [INFO] Checking git for module: MMM-DWD-WarnWeather [31.10.2021 19:45.08.430] [INFO] Newsfeed-Fetcher: Broadcasting 40 items. > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 19:54.15.352] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 19:54.15.361] [LOG] Loading config ... [31.10.2021 19:54.15.375] [LOG] Loading module helpers ... [31.10.2021 19:54.15.378] [LOG] No helper found for module: alert. [31.10.2021 19:54.15.407] [LOG] Initializing new module helper ... [31.10.2021 19:54.15.409] [LOG] Module helper loaded: updatenotification [31.10.2021 19:54.15.411] [LOG] No helper found for module: clock. [31.10.2021 19:54.15.416] [LOG] No helper found for module: calendar_monthly. [31.10.2021 19:54.15.418] [LOG] No helper found for module: compliments. [31.10.2021 19:54.15.423] [LOG] Initializing new module helper ... [31.10.2021 19:54.15.424] [LOG] Module helper loaded: currentweather [31.10.2021 19:54.15.429] [LOG] Initializing new module helper ... [31.10.2021 19:54.15.430] [LOG] Module helper loaded: weatherforecast [31.10.2021 19:54.16.092] [LOG] Initializing new module helper ... [31.10.2021 19:54.16.093] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 19:54.16.210] [LOG] Initializing new module helper ... [31.10.2021 19:54.16.213] [LOG] Module helper loaded: newsfeed [31.10.2021 19:54.16.214] [LOG] All module helpers loaded. [31.10.2021 19:54.16.391] [LOG] Starting server on port 8080 ... [31.10.2021 19:54.16.416] [LOG] Server started ... [31.10.2021 19:54.16.417] [LOG] Connecting socket for: updatenotification [31.10.2021 19:54.16.418] [LOG] Connecting socket for: currentweather [31.10.2021 19:54.16.421] [LOG] Connecting socket for: weatherforecast [31.10.2021 19:54.16.422] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 19:54.16.423] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 19:54.16.424] [LOG] Connecting socket for: newsfeed [31.10.2021 19:54.16.425] [LOG] Starting node helper for: newsfeed [31.10.2021 19:54.16.426] [LOG] Sockets connected & modules started ... [31.10.2021 19:54.17.332] [LOG] Launching application. > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 19:56.20.151] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 19:56.20.158] [LOG] Loading config ... [31.10.2021 19:56.20.164] [LOG] Loading module helpers ... [31.10.2021 19:56.20.166] [LOG] No helper found for module: alert. [31.10.2021 19:56.20.183] [LOG] Initializing new module helper ... [31.10.2021 19:56.20.184] [LOG] Module helper loaded: updatenotification [31.10.2021 19:56.20.185] [LOG] No helper found for module: clock. [31.10.2021 19:56.20.186] [LOG] No helper found for module: calendar_monthly. [31.10.2021 19:56.20.187] [LOG] No helper found for module: compliments. [31.10.2021 19:56.20.190] [LOG] Initializing new module helper ... [31.10.2021 19:56.20.191] [LOG] Module helper loaded: currentweather [31.10.2021 19:56.20.194] [LOG] Initializing new module helper ... [31.10.2021 19:56.20.195] [LOG] Module helper loaded: weatherforecast [31.10.2021 19:56.20.524] [LOG] Initializing new module helper ... [31.10.2021 19:56.20.525] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 19:56.20.582] [LOG] Initializing new module helper ... [31.10.2021 19:56.20.582] [LOG] Module helper loaded: newsfeed [31.10.2021 19:56.20.583] [LOG] All module helpers loaded. [31.10.2021 19:56.20.660] [LOG] Starting server on port 8080 ... [31.10.2021 19:56.20.675] [LOG] Server started ... [31.10.2021 19:56.20.676] [LOG] Connecting socket for: updatenotification [31.10.2021 19:56.20.677] [LOG] Connecting socket for: currentweather [31.10.2021 19:56.20.679] [LOG] Connecting socket for: weatherforecast [31.10.2021 19:56.20.681] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 19:56.20.681] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 19:56.20.682] [LOG] Connecting socket for: newsfeed [31.10.2021 19:56.20.683] [LOG] Starting node helper for: newsfeed [31.10.2021 19:56.20.683] [LOG] Sockets connected & modules started ... [31.10.2021 19:56.20.860] [LOG] Launching application. [31.10.2021 19:56.25.748] [LOG] Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 [31.10.2021 19:56.25.769] [INFO] Checking git for module: default [31.10.2021 19:56.25.791] [INFO] Checking git for module: calendar_monthly [31.10.2021 19:56.25.812] [INFO] Checking git for module: MMM-DWD-WarnWeather > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 19:58.22.998] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 19:58.23.005] [LOG] Loading config ... [31.10.2021 19:58.23.011] [LOG] Loading module helpers ... [31.10.2021 19:58.23.013] [LOG] No helper found for module: alert. [31.10.2021 19:58.23.030] [LOG] Initializing new module helper ... [31.10.2021 19:58.23.031] [LOG] Module helper loaded: updatenotification [31.10.2021 19:58.23.032] [LOG] No helper found for module: clock. [31.10.2021 19:58.23.033] [LOG] No helper found for module: calendar_monthly. [31.10.2021 19:58.23.034] [LOG] No helper found for module: compliments. [31.10.2021 19:58.23.037] [LOG] Initializing new module helper ... [31.10.2021 19:58.23.038] [LOG] Module helper loaded: currentweather [31.10.2021 19:58.23.041] [LOG] Initializing new module helper ... [31.10.2021 19:58.23.042] [LOG] Module helper loaded: weatherforecast [31.10.2021 19:58.23.359] [LOG] Initializing new module helper ... [31.10.2021 19:58.23.360] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 19:58.23.419] [LOG] Initializing new module helper ... [31.10.2021 19:58.23.419] [LOG] Module helper loaded: newsfeed [31.10.2021 19:58.23.420] [LOG] All module helpers loaded. [31.10.2021 19:58.23.498] [LOG] Starting server on port 8080 ... [31.10.2021 19:58.23.512] [LOG] Server started ... [31.10.2021 19:58.23.514] [LOG] Connecting socket for: updatenotification [31.10.2021 19:58.23.515] [LOG] Connecting socket for: currentweather [31.10.2021 19:58.23.517] [LOG] Connecting socket for: weatherforecast [31.10.2021 19:58.23.518] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 19:58.23.519] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 19:58.23.520] [LOG] Connecting socket for: newsfeed [31.10.2021 19:58.23.521] [LOG] Starting node helper for: newsfeed [31.10.2021 19:58.23.521] [LOG] Sockets connected & modules started ... [31.10.2021 19:58.23.698] [LOG] Launching application. [31.10.2021 19:58.25.464] [LOG] Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 [31.10.2021 19:58.25.491] [INFO] Checking git for module: default [31.10.2021 19:58.25.515] [INFO] Checking git for module: calendar_monthly [31.10.2021 19:58.25.533] [INFO] Checking git for module: MMM-DWD-WarnWeather > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 20:00.01.760] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 20:00.01.767] [LOG] Loading config ... [31.10.2021 20:00.01.773] [LOG] Loading module helpers ... [31.10.2021 20:00.01.775] [LOG] No helper found for module: alert. [31.10.2021 20:00.01.792] [LOG] Initializing new module helper ... [31.10.2021 20:00.01.793] [LOG] Module helper loaded: updatenotification [31.10.2021 20:00.01.794] [LOG] No helper found for module: clock. [31.10.2021 20:00.01.795] [LOG] No helper found for module: calendar_monthly. [31.10.2021 20:00.01.796] [LOG] No helper found for module: compliments. [31.10.2021 20:00.01.799] [LOG] Initializing new module helper ... [31.10.2021 20:00.01.800] [LOG] Module helper loaded: currentweather [31.10.2021 20:00.01.803] [LOG] Initializing new module helper ... [31.10.2021 20:00.01.804] [LOG] Module helper loaded: weatherforecast [31.10.2021 20:00.02.122] [LOG] Initializing new module helper ... [31.10.2021 20:00.02.123] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 20:00.02.181] [LOG] Initializing new module helper ... [31.10.2021 20:00.02.182] [LOG] Module helper loaded: newsfeed [31.10.2021 20:00.02.182] [LOG] All module helpers loaded. [31.10.2021 20:00.02.261] [LOG] Starting server on port 8080 ... [31.10.2021 20:00.02.275] [LOG] Server started ... [31.10.2021 20:00.02.277] [LOG] Connecting socket for: updatenotification [31.10.2021 20:00.02.278] [LOG] Connecting socket for: currentweather [31.10.2021 20:00.02.280] [LOG] Connecting socket for: weatherforecast [31.10.2021 20:00.02.281] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 20:00.02.282] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 20:00.02.283] [LOG] Connecting socket for: newsfeed [31.10.2021 20:00.02.283] [LOG] Starting node helper for: newsfeed [31.10.2021 20:00.02.284] [LOG] Sockets connected & modules started ... [31.10.2021 20:00.02.465] [LOG] Launching application. [31.10.2021 20:00.04.145] [LOG] Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 [31.10.2021 20:00.04.171] [INFO] Checking git for module: default [31.10.2021 20:00.04.193] [INFO] Checking git for module: calendar_monthly [31.10.2021 20:00.04.210] [INFO] Checking git for module: MMM-DWD-WarnWeather [31.10.2021 20:00.07.085] [INFO] Newsfeed-Fetcher: Broadcasting 40 items. > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 20:01.48.349] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 20:01.48.356] [LOG] Loading config ... [31.10.2021 20:01.48.362] [LOG] Loading module helpers ... [31.10.2021 20:01.48.364] [LOG] No helper found for module: alert. [31.10.2021 20:01.48.380] [LOG] Initializing new module helper ... [31.10.2021 20:01.48.382] [LOG] Module helper loaded: updatenotification [31.10.2021 20:01.48.383] [LOG] No helper found for module: clock. [31.10.2021 20:01.48.384] [LOG] No helper found for module: calendar_monthly. [31.10.2021 20:01.48.385] [LOG] No helper found for module: compliments. [31.10.2021 20:01.48.388] [LOG] Initializing new module helper ... [31.10.2021 20:01.48.389] [LOG] Module helper loaded: currentweather [31.10.2021 20:01.48.391] [LOG] Initializing new module helper ... [31.10.2021 20:01.48.392] [LOG] Module helper loaded: weatherforecast [31.10.2021 20:01.48.717] [LOG] Initializing new module helper ... [31.10.2021 20:01.48.718] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 20:01.48.776] [LOG] Initializing new module helper ... [31.10.2021 20:01.48.777] [LOG] Module helper loaded: newsfeed [31.10.2021 20:01.48.777] [LOG] All module helpers loaded. [31.10.2021 20:01.48.853] [LOG] Starting server on port 8080 ... [31.10.2021 20:01.48.868] [LOG] Server started ... [31.10.2021 20:01.48.869] [LOG] Connecting socket for: updatenotification [31.10.2021 20:01.48.870] [LOG] Connecting socket for: currentweather [31.10.2021 20:01.48.872] [LOG] Connecting socket for: weatherforecast [31.10.2021 20:01.48.874] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 20:01.48.874] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 20:01.48.875] [LOG] Connecting socket for: newsfeed [31.10.2021 20:01.48.876] [LOG] Starting node helper for: newsfeed [31.10.2021 20:01.48.876] [LOG] Sockets connected & modules started ... [31.10.2021 20:01.49.055] [LOG] Launching application. > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 20:03.25.379] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 20:03.25.386] [LOG] Loading config ... [31.10.2021 20:03.25.392] [LOG] Loading module helpers ... [31.10.2021 20:03.25.395] [LOG] No helper found for module: alert. [31.10.2021 20:03.25.411] [LOG] Initializing new module helper ... [31.10.2021 20:03.25.412] [LOG] Module helper loaded: updatenotification [31.10.2021 20:03.25.413] [LOG] No helper found for module: clock. [31.10.2021 20:03.25.415] [LOG] No helper found for module: calendar_monthly. [31.10.2021 20:03.25.416] [LOG] No helper found for module: compliments. [31.10.2021 20:03.25.419] [LOG] Initializing new module helper ... [31.10.2021 20:03.25.420] [LOG] Module helper loaded: currentweather [31.10.2021 20:03.25.423] [LOG] Initializing new module helper ... [31.10.2021 20:03.25.424] [LOG] Module helper loaded: weatherforecast [31.10.2021 20:03.25.748] [LOG] Initializing new module helper ... [31.10.2021 20:03.25.749] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 20:03.25.806] [LOG] Initializing new module helper ... [31.10.2021 20:03.25.806] [LOG] Module helper loaded: newsfeed [31.10.2021 20:03.25.807] [LOG] All module helpers loaded. [31.10.2021 20:03.25.884] [LOG] Starting server on port 8080 ... [31.10.2021 20:03.25.899] [LOG] Server started ... [31.10.2021 20:03.25.900] [LOG] Connecting socket for: updatenotification [31.10.2021 20:03.25.901] [LOG] Connecting socket for: currentweather [31.10.2021 20:03.25.903] [LOG] Connecting socket for: weatherforecast [31.10.2021 20:03.25.905] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 20:03.25.905] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 20:03.25.906] [LOG] Connecting socket for: newsfeed [31.10.2021 20:03.25.907] [LOG] Starting node helper for: newsfeed [31.10.2021 20:03.25.907] [LOG] Sockets connected & modules started ... [31.10.2021 20:03.26.088] [LOG] Launching application. [31.10.2021 20:03.27.842] [LOG] Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 [31.10.2021 20:03.27.867] [INFO] Checking git for module: default [31.10.2021 20:03.27.892] [INFO] Checking git for module: calendar_monthly [31.10.2021 20:03.27.910] [INFO] Checking git for module: MMM-DWD-WarnWeather [31.10.2021 20:03.30.085] [INFO] Newsfeed-Fetcher: Broadcasting 40 items. > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 20:05.06.809] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 20:05.06.818] [LOG] Loading config ... [31.10.2021 20:05.06.826] [LOG] Loading module helpers ... [31.10.2021 20:05.06.831] [LOG] No helper found for module: alert. [31.10.2021 20:05.06.849] [LOG] Initializing new module helper ... [31.10.2021 20:05.06.853] [LOG] Module helper loaded: updatenotification [31.10.2021 20:05.06.856] [LOG] No helper found for module: clock. [31.10.2021 20:05.06.859] [LOG] No helper found for module: calendar_monthly. [31.10.2021 20:05.06.863] [LOG] No helper found for module: compliments. [31.10.2021 20:05.06.868] [LOG] Initializing new module helper ... [31.10.2021 20:05.06.871] [LOG] Module helper loaded: currentweather [31.10.2021 20:05.06.876] [LOG] Initializing new module helper ... [31.10.2021 20:05.06.879] [LOG] Module helper loaded: weatherforecast [31.10.2021 20:05.07.203] [LOG] Initializing new module helper ... [31.10.2021 20:05.07.206] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 20:05.07.265] [LOG] Initializing new module helper ... [31.10.2021 20:05.07.268] [LOG] Module helper loaded: newsfeed [31.10.2021 20:05.07.271] [LOG] All module helpers loaded. [31.10.2021 20:05.07.349] [LOG] Starting server on port 8080 ... [31.10.2021 20:05.07.368] [LOG] Server started ... [31.10.2021 20:05.07.371] [LOG] Connecting socket for: updatenotification [31.10.2021 20:05.07.375] [LOG] Connecting socket for: currentweather [31.10.2021 20:05.07.381] [LOG] Connecting socket for: weatherforecast [31.10.2021 20:05.07.389] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 20:05.07.392] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 20:05.07.395] [LOG] Connecting socket for: newsfeed [31.10.2021 20:05.07.398] [LOG] Starting node helper for: newsfeed [31.10.2021 20:05.07.401] [LOG] Sockets connected & modules started ... [31.10.2021 20:05.07.577] [LOG] Launching application. [31.10.2021 20:05.09.537] [LOG] Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 [31.10.2021 20:05.09.555] [INFO] Checking git for module: default [31.10.2021 20:05.09.572] [INFO] Checking git for module: calendar_monthly [31.10.2021 20:05.09.590] [INFO] Checking git for module: MMM-DWD-WarnWeather [31.10.2021 20:05.10.154] [INFO] Newsfeed-Fetcher: Broadcasting 40 items. > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 20:06.55.864] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 20:06.55.871] [LOG] Loading config ... [31.10.2021 20:06.55.877] [LOG] Loading module helpers ... [31.10.2021 20:06.55.879] [LOG] No helper found for module: alert. [31.10.2021 20:06.55.896] [LOG] Initializing new module helper ... [31.10.2021 20:06.55.897] [LOG] Module helper loaded: updatenotification [31.10.2021 20:06.55.898] [LOG] No helper found for module: clock. [31.10.2021 20:06.55.900] [LOG] No helper found for module: calendar_monthly. [31.10.2021 20:06.55.901] [LOG] No helper found for module: compliments. [31.10.2021 20:06.55.904] [LOG] Initializing new module helper ... [31.10.2021 20:06.55.905] [LOG] Module helper loaded: currentweather [31.10.2021 20:06.55.908] [LOG] Initializing new module helper ... [31.10.2021 20:06.55.908] [LOG] Module helper loaded: weatherforecast [31.10.2021 20:06.56.231] [LOG] Initializing new module helper ... [31.10.2021 20:06.56.232] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 20:06.56.289] [LOG] Initializing new module helper ... [31.10.2021 20:06.56.290] [LOG] Module helper loaded: newsfeed [31.10.2021 20:06.56.290] [LOG] All module helpers loaded. [31.10.2021 20:06.56.367] [LOG] Starting server on port 8080 ... [31.10.2021 20:06.56.381] [LOG] Server started ... [31.10.2021 20:06.56.382] [LOG] Connecting socket for: updatenotification [31.10.2021 20:06.56.384] [LOG] Connecting socket for: currentweather [31.10.2021 20:06.56.386] [LOG] Connecting socket for: weatherforecast [31.10.2021 20:06.56.387] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 20:06.56.388] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 20:06.56.389] [LOG] Connecting socket for: newsfeed [31.10.2021 20:06.56.390] [LOG] Starting node helper for: newsfeed [31.10.2021 20:06.56.390] [LOG] Sockets connected & modules started ... [31.10.2021 20:06.56.570] [LOG] Launching application. [31.10.2021 20:06.59.498] [LOG] Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 [31.10.2021 20:06.59.518] [INFO] Checking git for module: default [31.10.2021 20:06.59.537] [INFO] Checking git for module: calendar_monthly [31.10.2021 20:06.59.554] [INFO] Checking git for module: MMM-DWD-WarnWeather [31.10.2021 20:07.00.089] [INFO] Newsfeed-Fetcher: Broadcasting 40 items. > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 20:08.36.885] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 20:08.36.892] [LOG] Loading config ... [31.10.2021 20:08.36.898] [LOG] Loading module helpers ... [31.10.2021 20:08.36.900] [LOG] No helper found for module: alert. [31.10.2021 20:08.36.917] [LOG] Initializing new module helper ... [31.10.2021 20:08.36.918] [LOG] Module helper loaded: updatenotification [31.10.2021 20:08.36.919] [LOG] No helper found for module: clock. [31.10.2021 20:08.36.920] [LOG] No helper found for module: calendar_monthly. [31.10.2021 20:08.36.921] [LOG] No helper found for module: compliments. [31.10.2021 20:08.36.924] [LOG] Initializing new module helper ... [31.10.2021 20:08.36.925] [LOG] Module helper loaded: currentweather [31.10.2021 20:08.36.928] [LOG] Initializing new module helper ... [31.10.2021 20:08.36.929] [LOG] Module helper loaded: weatherforecast [31.10.2021 20:08.37.255] [LOG] Initializing new module helper ... [31.10.2021 20:08.37.256] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 20:08.37.314] [LOG] Initializing new module helper ... [31.10.2021 20:08.37.314] [LOG] Module helper loaded: newsfeed [31.10.2021 20:08.37.315] [LOG] All module helpers loaded. [31.10.2021 20:08.37.394] [LOG] Starting server on port 8080 ... [31.10.2021 20:08.37.409] [LOG] Server started ... [31.10.2021 20:08.37.410] [LOG] Connecting socket for: updatenotification [31.10.2021 20:08.37.411] [LOG] Connecting socket for: currentweather [31.10.2021 20:08.37.413] [LOG] Connecting socket for: weatherforecast [31.10.2021 20:08.37.415] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 20:08.37.415] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 20:08.37.416] [LOG] Connecting socket for: newsfeed [31.10.2021 20:08.37.417] [LOG] Starting node helper for: newsfeed [31.10.2021 20:08.37.417] [LOG] Sockets connected & modules started ... [31.10.2021 20:08.37.598] [LOG] Launching application. [31.10.2021 20:08.39.425] [LOG] Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 [31.10.2021 20:08.39.460] [INFO] Checking git for module: default [31.10.2021 20:08.39.486] [INFO] Checking git for module: calendar_monthly [31.10.2021 20:08.39.502] [INFO] Checking git for module: MMM-DWD-WarnWeather [31.10.2021 20:08.44.099] [INFO] Newsfeed-Fetcher: Broadcasting 40 items. > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 20:10.19.727] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 20:10.19.736] [LOG] Loading config ... [31.10.2021 20:10.19.742] [LOG] Loading module helpers ... [31.10.2021 20:10.19.744] [LOG] No helper found for module: alert. [31.10.2021 20:10.19.764] [LOG] Initializing new module helper ... [31.10.2021 20:10.19.765] [LOG] Module helper loaded: updatenotification [31.10.2021 20:10.19.766] [LOG] No helper found for module: clock. [31.10.2021 20:10.19.767] [LOG] No helper found for module: calendar_monthly. [31.10.2021 20:10.19.769] [LOG] No helper found for module: compliments. [31.10.2021 20:10.19.772] [LOG] Initializing new module helper ... [31.10.2021 20:10.19.772] [LOG] Module helper loaded: currentweather [31.10.2021 20:10.19.775] [LOG] Initializing new module helper ... [31.10.2021 20:10.19.776] [LOG] Module helper loaded: weatherforecast [31.10.2021 20:10.20.103] [LOG] Initializing new module helper ... [31.10.2021 20:10.20.104] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 20:10.20.162] [LOG] Initializing new module helper ... [31.10.2021 20:10.20.163] [LOG] Module helper loaded: newsfeed [31.10.2021 20:10.20.163] [LOG] All module helpers loaded. [31.10.2021 20:10.20.240] [LOG] Starting server on port 8080 ... [31.10.2021 20:10.20.254] [LOG] Server started ... [31.10.2021 20:10.20.256] [LOG] Connecting socket for: updatenotification [31.10.2021 20:10.20.257] [LOG] Connecting socket for: currentweather [31.10.2021 20:10.20.259] [LOG] Connecting socket for: weatherforecast [31.10.2021 20:10.20.260] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 20:10.20.261] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 20:10.20.262] [LOG] Connecting socket for: newsfeed [31.10.2021 20:10.20.262] [LOG] Starting node helper for: newsfeed [31.10.2021 20:10.20.263] [LOG] Sockets connected & modules started ... [31.10.2021 20:10.20.443] [LOG] Launching application. [31.10.2021 20:10.22.224] [LOG] Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 [31.10.2021 20:10.22.248] [INFO] Checking git for module: default [31.10.2021 20:10.22.270] [INFO] Checking git for module: calendar_monthly [31.10.2021 20:10.22.288] [INFO] Checking git for module: MMM-DWD-WarnWeather [31.10.2021 20:10.23.224] [INFO] Newsfeed-Fetcher: Broadcasting 40 items. > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 20:12.03.920] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 20:12.03.927] [LOG] Loading config ... [31.10.2021 20:12.03.933] [LOG] Loading module helpers ... [31.10.2021 20:12.03.935] [LOG] No helper found for module: alert. [31.10.2021 20:12.03.951] [LOG] Initializing new module helper ... [31.10.2021 20:12.03.952] [LOG] Module helper loaded: updatenotification [31.10.2021 20:12.03.954] [LOG] No helper found for module: clock. [31.10.2021 20:12.03.956] [LOG] No helper found for module: calendar_monthly. [31.10.2021 20:12.03.957] [LOG] No helper found for module: compliments. [31.10.2021 20:12.03.960] [LOG] Initializing new module helper ... [31.10.2021 20:12.03.961] [LOG] Module helper loaded: currentweather [31.10.2021 20:12.03.964] [LOG] Initializing new module helper ... [31.10.2021 20:12.03.965] [LOG] Module helper loaded: weatherforecast [31.10.2021 20:12.04.299] [LOG] Initializing new module helper ... [31.10.2021 20:12.04.299] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 20:12.04.357] [LOG] Initializing new module helper ... [31.10.2021 20:12.04.358] [LOG] Module helper loaded: newsfeed [31.10.2021 20:12.04.358] [LOG] All module helpers loaded. [31.10.2021 20:12.04.436] [LOG] Starting server on port 8080 ... [31.10.2021 20:12.04.450] [LOG] Server started ... [31.10.2021 20:12.04.451] [LOG] Connecting socket for: updatenotification [31.10.2021 20:12.04.452] [LOG] Connecting socket for: currentweather [31.10.2021 20:12.04.454] [LOG] Connecting socket for: weatherforecast [31.10.2021 20:12.04.456] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 20:12.04.457] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 20:12.04.457] [LOG] Connecting socket for: newsfeed [31.10.2021 20:12.04.458] [LOG] Starting node helper for: newsfeed [31.10.2021 20:12.04.459] [LOG] Sockets connected & modules started ... [31.10.2021 20:12.04.638] [LOG] Launching application. [31.10.2021 20:12.06.377] [LOG] Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 [31.10.2021 20:12.06.407] [INFO] Checking git for module: default [31.10.2021 20:12.06.430] [INFO] Checking git for module: calendar_monthly [31.10.2021 20:12.06.450] [INFO] Checking git for module: MMM-DWD-WarnWeather [31.10.2021 20:12.11.274] [INFO] Newsfeed-Fetcher: Broadcasting 40 items. > magicmirror@2.17.1 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [31.10.2021 20:13.50.810] [LOG] Starting MagicMirror: v2.17.1 [31.10.2021 20:13.50.817] [LOG] Loading config ... [31.10.2021 20:13.50.823] [LOG] Loading module helpers ... [31.10.2021 20:13.50.826] [LOG] No helper found for module: alert. [31.10.2021 20:13.50.842] [LOG] Initializing new module helper ... [31.10.2021 20:13.50.843] [LOG] Module helper loaded: updatenotification [31.10.2021 20:13.50.844] [LOG] No helper found for module: clock. [31.10.2021 20:13.50.845] [LOG] No helper found for module: calendar_monthly. [31.10.2021 20:13.50.846] [LOG] No helper found for module: compliments. [31.10.2021 20:13.50.849] [LOG] Initializing new module helper ... [31.10.2021 20:13.50.850] [LOG] Module helper loaded: currentweather [31.10.2021 20:13.50.853] [LOG] Initializing new module helper ... [31.10.2021 20:13.50.854] [LOG] Module helper loaded: weatherforecast [31.10.2021 20:13.51.182] [LOG] Initializing new module helper ... [31.10.2021 20:13.51.183] [LOG] Module helper loaded: MMM-DWD-WarnWeather [31.10.2021 20:13.51.243] [LOG] Initializing new module helper ... [31.10.2021 20:13.51.244] [LOG] Module helper loaded: newsfeed [31.10.2021 20:13.51.244] [LOG] All module helpers loaded. [31.10.2021 20:13.51.322] [LOG] Starting server on port 8080 ... [31.10.2021 20:13.51.337] [LOG] Server started ... [31.10.2021 20:13.51.338] [LOG] Connecting socket for: updatenotification [31.10.2021 20:13.51.339] [LOG] Connecting socket for: currentweather [31.10.2021 20:13.51.341] [LOG] Connecting socket for: weatherforecast [31.10.2021 20:13.51.342] [LOG] Connecting socket for: MMM-DWD-WarnWeather [31.10.2021 20:13.51.343] [LOG] MMM-DWD-WarnWeather helper started... [31.10.2021 20:13.51.344] [LOG] Connecting socket for: newsfeed [31.10.2021 20:13.51.345] [LOG] Starting node helper for: newsfeed [31.10.2021 20:13.51.345] [LOG] Sockets connected & modules started ... [31.10.2021 20:13.51.530] [LOG] Launching application. [31.10.2021 20:13.53.302] [LOG] Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 [31.10.2021 20:13.53.328] [INFO] Checking git for module: default [31.10.2021 20:13.53.354] [INFO] Checking git for module: calendar_monthly [31.10.2021 20:13.53.375] [INFO] Checking git for module: MMM-DWD-WarnWeather [31.10.2021 20:13.56.707] [INFO] Newsfeed-Fetcher: Broadcasting 40 items.
-
after update MM does not start
Hello everyone,
after updating from version 2.16.0 to 2.17.1 with the script
bash -c "$ (curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
MM no longer starts.
Upgrade Log:
Upgrade started - So Okt 31 19:49:33 CET 2021 system is Linux archpi4 5.10.76-1-raspberrypi4-ARCH #1 SMP Thu Oct 28 14:06:17 UTC 2021 armv7l GNU/Linux the os is LSB Version: 1.4 Distributor ID: Arch Description: Arch Linux Release: rolling Codename: n/a user requested to apply changes doing test run = false [96mCheck current Node installation ...[0m [0mNode currently installed. Checking version number. [0mMinimum Node version: [1mv14.0.0[0m [0mInstalled Node version: [1mv16.11.1[0m [92mNo Node.js upgrade necessary.[0m [96mCheck current NPM installation ...[0m [0mNPM currently installed. Checking version number. [0mMinimum npm version: [1mV6.0.0[0m [0mInstalled npm version: [1mV7.24.2[0m [92mNo npm upgrade necessary.[0m remote name = origin upgrading from version 2.16.0 to 2.17.1 fetching latest revisions git fetch rc=0 current branch = master On branch master Your branch is behind 'origin/master' by 166 commits, and can be fast-forwarded. (use "git pull" to update your local branch) Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: package.json no changes added to commit (use "git add" and/or "git commit -a") there are 1 local files that are different than the master repo package.json save/restore files selection = y erasing lock files Arbeitsverzeichnis und Index-Status WIP on master: 26a76f80 Merge pull request #2607 from MichMich/develop gespeichert. test merge result rc='' , if empty, no conflicts executing merge, apply specified merge result rc= 0 Updating 26a76f80..222a5f37 Fast-forward .eslintrc.json 3 +- .github/CONTRIBUTING.md 6 +- .github/FUNDING.yml 2 +- .github/ISSUE_TEMPLATE.md 10 +- .github/PULL_REQUEST_TEMPLATE.md 23 +- .github/header.psd Bin 225118 -> 0 bytes .github/workflows/automated-tests.yml 37 + .github/workflows/codecov-test-suites.yml 14 +- .github/workflows/enforce-changelog.yml 14 +- .github/workflows/node-ci.js.yml 33 - .husky/.gitignore 1 - .prettierignore 4 - CHANGELOG.md 39 + config/config.js.sample 3 +- index.html 2 +- js/app.js 4 +- js/class.js 20 +- js/electron.js 17 +- js/logger.js 85 +- js/module.js 8 +- js/server.js 15 + js/translator.js 11 +- module-types.ts 46 +- modules/default/calendar/calendarutils.js 83 +- modules/default/clock/clock.js 163 +- modules/default/clock/clock_styles.css 23 +- modules/default/currentweather/currentweather.js 2 + modules/default/updatenotification/git_helper.js 177 + modules/default/updatenotification/node_helper.js 61 +- modules/default/weather/forecast.njk 7 +- modules/default/weather/providers/README.md 149 +- modules/default/weather/providers/darksky.js 6 +- modules/default/weather/providers/envcanada.js 57 +- .../default/weather/providers/openweathermap.js 6 +- modules/default/weather/providers/smhi.js 136 +- modules/default/weather/providers/ukmetoffice.js 26 +- .../weather/providers/ukmetofficedatahub.js 44 +- modules/default/weather/providers/weatherbit.js 4 +- modules/default/weather/providers/weathergov.js 40 +- modules/default/weather/weather.js 4 - modules/default/weather/weatherobject.js 42 +- modules/default/weatherforecast/weatherforecast.js 2 + package-lock.json 3895 ++++++++++---------- package.json 69 +- tests/configs/default.js 21 + tests/configs/empty_ipWhiteList.js 19 +- tests/configs/env.js 17 +- tests/configs/modules/alert/default.js 13 - tests/configs/modules/calendar/auth-default.js 15 +- tests/configs/modules/calendar/basic-auth.js 15 +- tests/configs/modules/calendar/changed-port.js 15 +- tests/configs/modules/calendar/custom.js 15 +- tests/configs/modules/calendar/default.js 15 +- tests/configs/modules/calendar/fail-basic-auth.js 15 +- tests/configs/modules/calendar/old-basic-auth.js 15 +- tests/configs/modules/calendar/recurring.js 15 +- tests/configs/modules/clock/clock_12hr.js 11 - tests/configs/modules/clock/clock_24hr.js 13 - tests/configs/modules/clock/clock_analog.js 13 - .../modules/clock/clock_displaySeconds_false.js 11 - .../configs/modules/clock/clock_showPeriodUpper.js 11 - tests/configs/modules/clock/clock_showTime.js 23 + tests/configs/modules/clock/clock_showWeek.js 11 - tests/configs/modules/clock/es/clock_12hr.js 10 - tests/configs/modules/clock/es/clock_24hr.js 11 - .../modules/clock/es/clock_showPeriodUpper.js 10 - tests/configs/modules/clock/es/clock_showWeek.js 10 - .../modules/compliments/compliments_anytime.js 11 - .../modules/compliments/compliments_date.js 11 - .../compliments/compliments_only_anytime.js 11 - .../modules/compliments/compliments_parts_day.js 11 - tests/configs/modules/display.js 16 - tests/configs/modules/helloworld/helloworld.js 13 - .../modules/helloworld/helloworld_default.js 13 - tests/configs/modules/newsfeed/default.js 11 - tests/configs/modules/newsfeed/incorrect_url.js 11 - tests/configs/modules/newsfeed/prohibited_words.js 11 - tests/configs/modules/positions.js 13 - .../modules/weather/currentweather_compliments.js 18 +- .../modules/weather/currentweather_default.js 15 +- .../modules/weather/currentweather_options.js 17 +- .../modules/weather/currentweather_units.js 15 +- .../modules/weather/forecastweather_default.js 15 +- .../modules/weather/forecastweather_options.js 15 +- .../modules/weather/forecastweather_units.js 15 +- tests/configs/noIpWhiteList.js 19 +- tests/configs/port_8090.js 19 +- tests/configs/without_modules.js 13 +- tests/e2e/env_spec.js 47 +- tests/e2e/fonts.js 19 +- tests/e2e/global-setup.js 67 +- tests/e2e/ipWhitelist_spec.js 32 +- tests/e2e/mock-console.js 21 + tests/e2e/modules/alert_spec.js 33 +- tests/e2e/modules/clock_es_spec.js 77 +- tests/e2e/modules/clock_spec.js 121 +- tests/e2e/modules/compliments_spec.js 97 +- tests/e2e/modules/helloworld_spec.js 44 +- tests/e2e/modules/newsfeed_spec.js 64 +- tests/e2e/modules_display_spec.js 44 +- tests/e2e/modules_position_spec.js 46 +- tests/e2e/port_config.js 33 +- tests/e2e/vendor_spec.js 22 +- tests/e2e/without_modules.js 39 +- tests/{e2e => electron}/dev_console.js 0 tests/electron/env_spec.js 40 + tests/electron/global-setup.js 53 + tests/{servers => electron/modules}/basic-auth.js 2 +- tests/{e2e => electron}/modules/calendar_spec.js 2 +- tests/{e2e => electron}/modules/mocks/index.js 0 .../modules/mocks/weather_current.js 4 + .../modules/mocks/weather_forecast.js 4 + tests/{e2e => electron}/modules/weather_spec.js 15 + tests/unit/classes/translator_spec.js 3 + tests/unit/functions/updatenotification_spec.js 126 + tests/unit/functions/weather_object_spec.js 31 + tests/unit/global_vars/defaults_modules_spec.js 37 +- tests/unit/global_vars/root_path_spec.js 40 +- tests/unit/mocks/logger.js 20 - translations/translations.js 2 +- vendor/css/font-awesome.css 2 +- vendor/package-lock.json 300 +- vendor/package.json 36 +- 123 files changed, 3606 insertions(+), 3927 deletions(-) delete mode 100644 .github/header.psd create mode 100644 .github/workflows/automated-tests.yml delete mode 100644 .github/workflows/node-ci.js.yml delete mode 100644 .husky/.gitignore create mode 100644 modules/default/updatenotification/git_helper.js create mode 100644 tests/configs/default.js create mode 100644 tests/configs/modules/clock/clock_showTime.js create mode 100644 tests/e2e/mock-console.js rename tests/{e2e => electron}/dev_console.js (100%) create mode 100644 tests/electron/env_spec.js create mode 100644 tests/electron/global-setup.js rename tests/{servers => electron/modules}/basic-auth.js (91%) rename tests/{e2e => electron}/modules/calendar_spec.js (98%) rename tests/{e2e => electron}/modules/mocks/index.js (100%) rename tests/{e2e => electron}/modules/mocks/weather_current.js (87%) rename tests/{e2e => electron}/modules/mocks/weather_forecast.js (95%) rename tests/{e2e => electron}/modules/weather_spec.js (95%) create mode 100644 tests/unit/functions/updatenotification_spec.js create mode 100644 tests/unit/functions/weather_object_spec.js delete mode 100644 tests/unit/mocks/logger.js processor architecture is armv7l updating MagicMirror runtime, please wait > magicmirror@2.17.1 install > echo "Installing vendor files ... > " && cd vendor && npm install --loglevel=error Installing vendor files ... changed 3 packages, and audited 10 packages in 5s found 0 vulnerabilities > magicmirror@2.17.1 postinstall > npm run install-fonts && echo "MagicMirror installation finished successfully! > " > magicmirror@2.17.1 install-fonts > echo "Installing fonts ... > " && cd fonts && npm install --loglevel=error Installing fonts ... up to date, audited 2 packages in 1s found 0 vulnerabilities MagicMirror installation finished successfully! > magicmirror@2.17.1 prepare > [ -f node_modules/.bin/husky ] && husky install || echo no husky installed. no husky installed. added 8 packages, removed 38 packages, changed 303 packages, and audited 295 packages in 2m 20 packages are looking for funding run `npm fund` for details found 0 vulnerabilities npm install completed - So Okt 31 19:51:26 CET 2021 on base fixing sandbox permissions Checking for modules with removed libraries downloading dumpactivemodules script processing dependency changes for active modules with package.json files processing for module MMM-DWD-WarnWeather please wait ---------------------------------- npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 added 47 packages, and audited 48 packages in 46s 2 packages are looking for funding run `npm fund` for details found 0 vulnerabilities processing complete for module MMM-DWD-WarnWeather removing git alias we stashed a set of files that appear changed from the latest repo versions. you should review them Upgrade ended - So Okt 31 19:52:23 CET 2021
Thank you, greetings vm