Read the statement by Michael Teeuw here.
Looking for Beta-testers!
-
@ESOB This error
WARNING! Could not load config file.
seems very odd. Can you please post yourconfig.js
file? Also another option is to backup yourconfig.js
and do file copy ofconfig.js.sample
toconfig.js
to have good known configuration to begin with.When starting with
npm start dev
ornode serveronly
do you see any errors in the Console Log of the dev tools of the electron or your browser?P.S. I wanted to fork this troubleshooting conversation into a separate thread, but can’t seem to find a way.
-
@roramirez & @MichMich looks like develop branch got broken with this commit https://github.com/MichMich/MagicMirror/commit/354b745c39a19915c3a8547445a5049555bd37ff#diff-75953debd6cf3faf33d4ff10e8353645R11
Line 11 of
defaults.js
got this changeport: process.env.MM_PORT || 8080,
and server is not starting up throwing error in the console log:Uncaught ReferenceError: process is not defined at defaults.js:11 (anonymous) @ defaults.js:11
-
@morozgrafix Yes, it’s a some things I’ve seen a few minutes ago.
Already pushed a Hotfix. Its not the most elegant soluction of the world but it work. If there something can be better is welcome ;)
Ps: Pull request is https://github.com/MichMich/MagicMirror/pull/676
-
@ESOB Thanks for flagging the issue. @roramirez thanks for the fix
-
Hotfix Merged! :)
-
I tried this command:
git checkout --track origin/developAnd got this return:
fatal: Not a git repository (or any of the parent directories): .gitHow do I change to developer mode?
-
@justjim1220 did you clone or downloaded magicmirror?
-
@strawberry-3.141 I used git bash…