Read the statement by Michael Teeuw here.
Magic Mirror only shows black screen
-
@maddinmirror
Can you post your config? Make sure all private key or calendar links are removed or changed (xxx) before posting.
AxLED -
@maddinmirror So, a few things. Is this a fresh install? Did you run npm install in the MagicMirror after the install? Can you do a
shit+ctrl+ito open the developer console? Select the Console Tab and scroll up and look for any errors usually marked in red. -
@maddinmirror said in Magic Mirror only shows black screen:
After working on the config file for the whole day it suddenly wouldn’t start anymore.
Undo you’re changes to the config.js file to the point where it was last working.
-
Here are a few things to do.
- Check if the Server is still running
- On the Raspberry Pi open a browser and visit
localhost:8080If you see a black screen the server is still running which is good…
- On the Raspberry Pi open a browser and visit
- Check your changes with
git status. Any changes that you didn’t make on purpose? (Especially check theupdatenotificationmodule Validate them and revert them if needed - Rename your config
_config.js(Or someting…) to force the MagicMirror to load the defaultconfig.js, check if the expected config file error appears - Meditate over your changes you might miss an obvious error in your code
- Post the censored
config.jsfile here
- Check if the Server is still running
-
Your MM has been missing
modules/node_modules/node_helper/index.js. (I don’t know why)
You can copy https://github.com/MichMich/MagicMirror/blob/master/modules/node_modules/node_helper/index.js then paste it as new file and save it toMagicMirror/modules/node_modules/node_helper/index.js.Or reinstall MM.
-
@Sean u meant node_helper/index.js
Right? -
@sdetweil yes. Sorry. my mistypo.
-
So the correct path is
MagicMirror/node_modules/node_helper/index.js -
@sdetweil corrected. Thanks. :D
-
@Sean Thank you so much. That worked and it’s running again!
-
@maddinmirror Glad you managed to get it working again. Can you mark the post as Solved if you are happy with the solution?
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