Read the statement by Michael Teeuw here.
Starting MagicMirror with Windows
-
My MagicMirror running on Windows 10 works great. I start a bash command window, type in ‘npm start’ and it’s running.
How do I create a batch/cmd file to start MagicMirror automatically each time Windows starts?
-
you can try this maybe this works for you but debends on your system/ environment
set internet explorer default page to “http://localhost:8080”
use windows key + r (run command)
type “shell:startup” (open a windows explorer)
create here a file with filetype *.bat (e.g. StartMagicMirror.bat)
type:@echo off START /max iexplore.exe cd C:\Users\MyUser\MagicMirror\ node serveronlysave an close and doubble click on the file, Internet Explorer should open and magic mirror should start.
Now you can restart an test
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login