Read the statement by Michael Teeuw here.
Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10
-
@sdetweil Hi where do i go and change the Time and date? im new to this
-
@sdetweil hello, i have done as you mentioned, but i have this trouble. please Help
cd MagicMirror cd vendor npm install
1 package is looking for funding run `npm fund` for details found 0 vulnerabilities
$ npm fund magicmirror-vendors `-- https://github.com/sponsors/jonschlinkert `-- picomatch@2.2.2
-
@goeasy no trouble… warnings… ignore
-
@sdetweil you are a legend… btw all i had to do was
exit
then start mm again :grinning_face_with_sweat:
-
@mykle1 Please Help, i am running into this ERROR…
Cowplain@DESKTOP-4IAPDRU MINGW64 ~ $ cd magicmirror Cowplain@DESKTOP-4IAPDRU MINGW64 ~/magicmirror (master) $ npm start > magicmirror@2.14.0 start > ./node_modules/.bin/electron js/electron.js '.' is not recognized as an internal or external command, operable program or batch file.
-
@goeasy do NOT install under MINGW64, just straight under windows
-
@sdetweil Hey, thank you for the reply…
i am new to this MM and coding, at one point everything was working then i cant remember what happened.
i think is something to do with the Electron settings…
Opening with CMD
C:\Users\Cowplain\MagicMirror>npm start > magicmirror@2.14.0 start > ./node_modules/.bin/electron js/electron.js '.' is not recognized as an internal or external command, operable program or batch file. C:\Users\Cowplain\MagicMirror>
Opening with Git Bash
Cowplain@DESKTOP-4IAPDRU MINGW64 ~/magicmirror (master) $ npm start '.' is not recognized as an internal or external command, operable program or batch file.
Please help
-
@goeasy on windows, its support to say
node_modules/.bin/electron js/electron.js
take off the ./
windows doesn’t use that
-
-
@goeasy edit package.json and change the start line