Read the statement by Michael Teeuw here.
auto-booting but no modules (no warning with config file)
-
@will23110 a google search says
https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=179361
-
what do you mean by misn.js, I will have a look at that site, thanks
-
@will23110 said in auto-booting but no modules (no warning with config file):
what do you mean by misn.js
the error u posted says
Uncaught ReferenceError: Translator is not defined (misn.js:452)
i see a use of Translator in main.js
but cannot find a misn.js -
oh, typo haha, it’s supposed to say main.js, there are no errors in that one either, sorry about that
-
@will23110 ok
-
wait so from the site you gave me, if I run
sudo touch /forcefsck; sudo reboot
will that break it?
-
@will23110 no, that forces the fsck on next boot, then reboots
-
oh I see, I’ll try it now
-
I tried it and it did nothing…
-
so there was one issue in each .js file, I ended up pasting the entire .js repository back in from the GitHub files, that seems it fixed it.
for people having this issue when it black screens, run
cd MagicMirror npm start dev
that starts up magic mirror with dev options, go to the second tab, there will be files that have errors or security issues, that’s what it was for mine anyway… It’s fixed now, thanks a lot for helping.