A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
After update WARNING! Could not load config file.
-
0|MagicMir | [2020-07-13 18:04:01.849] [ERROR] WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: ReferenceError: NodeHelper is not defined 0|MagicMir | at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-PIR/node_helper.js:11:18) 0|MagicMir | at Module._compile (internal/modules/cjs/loader.js:778:30) 0|MagicMir | at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) 0|MagicMir | at Module.load (internal/modules/cjs/loader.js:653:32) 0|MagicMir | at tryModuleLoad (internal/modules/cjs/loader.js:593:12) 0|MagicMir | at Function.Module._load (internal/modules/cjs/loader.js:585:3) 0|MagicMir | at Module.require (internal/modules/cjs/loader.js:692:17) 0|MagicMir | at require (internal/modules/cjs/helpers.js:25:18) 0|MagicMir | at loadModule (/home/pi/MagicMirror/js/app.js:124:17) 0|MagicMir | at loadNextModule (/home/pi/MagicMirror/js/app.js:158:5) 0|MagicMir | [2020-07-13 18:04:02.059] [ERROR] Whoops! There was an uncaught exception... 0|MagicMir | [2020-07-13 18:04:02.071] [ERROR] ReferenceError: NodeHelper is not defined 0|MagicMir | at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-PIR/node_helper.js:11:18) 0|MagicMir | at Module._compile (internal/modules/cjs/loader.js:778:30) 0|MagicMir | at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) 0|MagicMir | at Module.load (internal/modules/cjs/loader.js:653:32) 0|MagicMir | at tryModuleLoad (internal/modules/cjs/loader.js:593:12) 0|MagicMir | at Function.Module._load (internal/modules/cjs/loader.js:585:3) 0|MagicMir | at Module.require (internal/modules/cjs/loader.js:692:17) 0|MagicMir | at require (internal/modules/cjs/helpers.js:25:18) 0|MagicMir | at loadModule (/home/pi/MagicMirror/js/app.js:124:17) 0|MagicMir | at loadNextModule (/home/pi/MagicMirror/js/app.js:158:5) 0|MagicMir | [2020-07-13 18:04:02.143] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|MagicMir | [2020-07-13 18:04:02.145] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Same
-
@uok825 what a mess.
so. now I think u need to erase module folder and then reinstall module. the two back recovery mechanisms don’t work
-
@sdetweil ok
-
@sdetweil Not working
-
@uok825 man what a pain,
ok, delete the module folder (MMM-PIR) and then reclone and npm install
-
@sdetweil I already did and my relay is not working i was pissed of so much.
i need to unbuilt my mirror :(
and my weather forecast shows 2 day
-
@uok825 2 days, bug, switch to develop branch
cd ~/MagicMirror git fetch origin develop:develop git checkout develop
then restart MM
-
-
@uok825
do# remove tracked file, un-needed rm package-lock.json # save the package.json changes git stash # switch to the other branch git checkout develop # restore the package.json file git stash pop
restart mm
-
@sdetweil in mm folder right?