now I have installed node
after git pull and npm install it shows this …
> magicmirror@2.25.0 start
> DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
[07.10.2023 16:44.38.170] [LOG] Starting MagicMirror: v2.25.0
[07.10.2023 16:44.38.171] [LOG] Loading config ...
[07.10.2023 16:44.38.171] [DEBUG] config template file not exists, no envsubst
[07.10.2023 16:44.38.172] [LOG] Loading module helpers ...
[07.10.2023 16:44.38.172] [LOG] No helper found for module: alert.
[07.10.2023 16:44.38.200] [LOG] Initializing new module helper ...
[07.10.2023 16:44.38.200] [LOG] Module helper loaded: MMM-Remote-Control
[07.10.2023 16:44.38.201] [LOG] Initializing new module helper ...
[07.10.2023 16:44.38.201] [LOG] Module helper loaded: updatenotification
[07.10.2023 16:44.38.201] [LOG] No helper found for module: MMM-Snow.
[07.10.2023 16:44.38.201] [LOG] No helper found for module: MMM-MyWordClock.
[07.10.2023 16:44.38.201] [LOG] No helper found for module: clock.
[07.10.2023 16:44.38.203] [LOG] No helper found for module: calendar_monthly.
[07.10.2023 16:44.38.222] [LOG] Initializing new module helper ...
[07.10.2023 16:44.38.222] [LOG] Module helper loaded: calendar
[07.10.2023 16:44.38.223] [ERROR] (node:28140) UnhandledPromiseRejectionWarning: Error: Cannot find module 'fetch'
Require stack:
- /Users/patrickhahn/MM/modules/MMM-MyCalendar/calendarfetcher.js
- /Users/patrickhahn/MM/modules/MMM-MyCalendar/node_helper.js
- /Users/patrickhahn/MM/js/app.js
- /Users/patrickhahn/MM/js/electron.js
- /Users/patrickhahn/MM/node_modules/electron/dist/Electron.app/Contents/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 (/Users/patrickhahn/MM/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> (/Users/patrickhahn/MM/modules/MMM-MyCalendar/calendarfetcher.js:11: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 Object.<anonymous> (/Users/patrickhahn/MM/modules/MMM-MyCalendar/node_helper.js:8:25)
(Use `Electron --trace-warnings ...` to show where the warning was created)
[07.10.2023 16:44.38.223] [ERROR] (node:28140) 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)
2023-10-07 16:44:38.247 Electron[28140:158548] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
