Read the statement by Michael Teeuw here.
Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10
- 
 @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! 
- 
 F11 seems to be a got hint, even it comes from @Mykle1 or @sdetweil. Will try it this evening - thanks! 
- 
 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
- 
 @jagdambasoft as above i post an error 
 Now in package.json change a line under scripts"start": "./run-start.sh", to "start": "run-start.sh",
- 
 I’m using Windows 10 and got the previous message as well. Changing to “run-start.sh” just opens the file with my text editor. I’m missing something. 
- 
 I am getting errors when executing NPM install $ npm install 
 npm ERR! code EPROTO
 npm ERR! errno EPROTO
 npm ERR! request to https://registry.npmjs.org/feedme failed, reason: write EPROTO 15828:error:14094419:SSL routines:ssl3_read_bytes:tlsv1 alert access denied:c:\ws\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1544:SSL alert number 49
 npm ERR!npm ERR! A complete log of this run can be found in: 
 npm ERR! C:\Users\dicarlro\AppData\Roaming\npm-cache_logs\2020-03-11T19_20_19_606Z-debug.logDoes this require Adminstrator login…I am not logged in as administrator 
- 
 @jagdambasoft try the results of the post just before yours 
- 
 @aab142 windows … ugh… the script needs access to bash but doesn’t understand ./ so remove the ./ 


