Read the statement by Michael Teeuw here.
Could not load config file.
-
I hope someone can help with this error.
This is a new installation on a Raspberry Pi 4 2GB
Latest Buster OS and MagicMirror v2.17.1
I am getting this and other similar errors with certain Third Party modules. I have tried the manual and script install of MagicMirror.
Same errors.
Any help would be greatly appreciated.
This is the error using the MMM-MyScoreboard module.
WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘json-parse-async’
Require stack:- /home/pi/MagicMirror/modules/MMM-MyScoreboard/providers/SNET.js
- /home/pi/MagicMirror/modules/MMM-MyScoreboard/node_helper.js
- /home/pi/MagicMirror/js/app.js
- /home/pi/MagicMirror/js/electron.js
- /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/mai
-
@01zerosones01 said in Could not load config file.:
Cannot find module ‘json-parse-async’
looks like you didn’t do step 2 of the module install
MMM-MyScoreboard/ -
Thanks so much for your help. That was my mistake. I didn’t run the command (npm install) inside the MMM-MyScoreboard folder.
Thank you. That did it.