Read the statement by Michael Teeuw here.
Config template file not exists, no ensubst
-
@sdetweil Thank you for taking a look at this. I forgot to put in the first post that the MM screen doesn’t start. If that message does not indicate an error, then I have another problem. Please let me know what else to try or what further info I can provide. Thanks!
-
@DDE12 can you show the rest of the messages
-
@DDE12 but I think you need to do the npm install in the MagicMirror folder
-
@sdetweil
User@Win10 MINGW64 /c/MagicMirror
$ npm run startmagicmirror@2.23.0 start
.\node_modules.bin\electron js\electron.js[27.05.2023 14:49.18.622] [LOG] Starting MagicMirror: v2.23.0
[27.05.2023 14:49.18.638] [LOG] Loading config …
[27.05.2023 14:49.18.638] [DEBUG] config template file not exists, no envsubst
[27.05.2023 14:49.18.654] [LOG] Loading module helpers …
[27.05.2023 14:49.18.654] [LOG] No helper found for module: alert.
[27.05.2023 14:49.18.669] [LOG] Initializing new module helper …
[27.05.2023 14:49.18.676] [LOG] Module helper loaded: updatenotification
[27.05.2023 14:49.18.676] [LOG] No helper found for module: clock.
[27.05.2023 14:49.19.008] [LOG] Initializing new module helper …
[27.05.2023 14:49.19.008] [LOG] Module helper loaded: calendar
[27.05.2023 14:49.19.008] [LOG] No helper found for module: compliments.
[27.05.2023 14:49.19.008] [LOG] No helper found for module: weather.
[27.05.2023 14:49.19.039] [LOG] Initializing new module helper …
[27.05.2023 14:49.19.039] [LOG] Module helper loaded: newsfeed
[27.05.2023 14:49.19.039] [LOG] All module helpers loaded.
[27.05.2023 14:49.19.070] [LOG] Starting server on port 8080 …
[27.05.2023 14:49.19.209] [LOG] Launching application.
[27.05.2023 14:49.19.391] [LOG] Server started …
[27.05.2023 14:49.19.391] [LOG] Connecting socket for: updatenotification
[27.05.2023 14:49.19.391] [LOG] Starting module helper: updatenotification
[27.05.2023 14:49.19.391] [LOG] Connecting socket for: calendar
[27.05.2023 14:49.19.400] [LOG] Starting node helper for: calendar
[27.05.2023 14:49.19.400] [LOG] Connecting socket for: newsfeed
[27.05.2023 14:49.19.400] [LOG] Starting node helper for: newsfeed
[27.05.2023 14:49.19.400] [LOG] Sockets connected & modules started … -
@DDE12 doah, windows… bug, temp fix or pull the develop branch
temp fix, remove the red, add the green
https://github.com/MichMich/MagicMirror/commit/979f4ec6647728215ff1cccca941548b703ad356
or get the develop branch
-
@sdetweil The temp fix worked. Thank you!
-
-