Read the statement by Michael Teeuw here.
MagicMirror not working anymore
-
@AnduriI said in MagicMirror not working anymore:
Error: ENOENT: no such file or directory, open ‘package.json’
-
@mykle1 so simply
rm -r MagicMirror
? Or do I have to clean anything else before reinstall?
@strawberry the file itself looks quite normal and I don’t know what to look for. No entry for/js/app.js
as far as I see. Maybe you can give me a hint? -
I’ve reinstalled without removing a thing, wanting to save certain things from a previous install. You can do this by simply renaming your current MagicMirror folder.
If you want to completely remove your previous installation:
rm -rf MagicMirror
-
well I did move the old folder and did a fresh install with the installer script, but it still gives the same errors. Maybe I did something wrong during installation of the dependencies of MMM-Motion-Detection. Any clue of what that might be or where I can find a log that might shine some light on?
-
Hold on. Did you try to install MMM-Motion-Detection again? Or are you saying you have errors immediately following the install of MagicMirror?
Can you post your terminal output?
-
well I’m not shure what happened, but I think I called
npm install python-shell
instead of just usingnpm install
inside the module folder (which would have installed python-shell correctly.
I just started from scratch and took a fresh jessie image. -
Uhh . . .