A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
. is not a valid command
-
When I try to launch magicmirror for the first time, it declares that . is not a valid command. How do I fix this?
-
@O5X is this on windows?
if so, you have to edit ~/MagicMirror/package.json
and change"scripts": { "start": "./run-start",
to this
"scripts": { "start": "node_modules/.bin/electron",