Read the statement by Michael Teeuw here.
auto-booting but no modules (no warning with config file)
-
so I’ve got translator.js open, it says at the top
/* global config, vendor, MM, Module */ /* MagicMirror * Module and file loaders. * Etc...
should it be
/* global config, vendor, MM, Module */ /* MagicMirror*/ /* Module and file loaders.*/ /* Etc...
-
but in the repository for MagicMirror on github its the same, how do I quickly check for differences instead of having to go through the entire thing and comparing to another file
-
@will23110 no, 1st is ok
-
@will23110 compare, i do not know
-
Okay, I’ll check through it and correct anything that may be wrong
-
so I had an idea to check through it fast, I copied the loader.js info off of github and paste it into the find (ctrl+f) window, the whole document is highlighted, meaning there are no errors… could it be something else??
-
@will23110 said in auto-booting but no modules (no warning with config file):
Uncaught ReferenceError: Translator is not defined (misn.js:452)
this one bothers me, I can’t find that file anywhere (misn.js), unless that is acut/paste/typo
based on the fact that files look ok, I would suggest doing an fsck (file system check) against the memory card
you will probably have to move it to another system to do that… windows cannot do it
-
how would I go about doing that on a pi?
-
@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