Read the statement by Michael Teeuw here.
Looking for Beta-testers!
-
@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…