Read the statement by Michael Teeuw here.
Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10
-
It should probably be easy, but I can’t seem to find it. What is the command I can use to start MM on Windows 10 startup?
-
Thanks for a great guide, got me up and running quickly. Can you guide me where do I insert the commands to rotate the display to portrait mode?
-
@Mykle1 Many thanks for this description!
Just got it run under Windows 7. That will help to play and learn how to get own modules :nerd_face:
Two questions I have.
My MM is version 2.6.0. I planned to run updatescript from @sdetweil but failed. Yahe you any idea?Is there an option to run MM in a window being able to shrink and move over the desktop?
-
@bdream come talk in the Updated Installer topic
https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installer
-
@bdream F11 will take a window from full screen to not
-
@bdream said in Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10:
Is there an option to run MM in a window being able to shrink and move over the desktop?
Your F11 key should toggle between full screen MM and MM in a window
-
Damn Sam, you’re just too fast!
-
-
For me setup running MagicMirror on Windows 10 worked by:
- cloning the repository
- then edit package.json by changing following line:
"scripts": { "start": "./run-start.sh",
to:
"scripts": { "start": "bash ./run-start.sh",
Simple change, works in every location on my PC.
-
$ npm start
magicmirror@2.10.1 start C:\Users\Office\MagicMirror
./run-start.sh‘.’ is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! magicmirror@2.10.1 start:./run-start.sh
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the magicmirror@2.10.1 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Office\AppData\Roaming\npm-cache_logs\2020-02-25T06_03_03_308Z-debug.log
What Will I DO