Read the statement by Michael Teeuw here.
my mirror freezes!
-
@sdetweil thank you for your answer i will follow your advice, but it exceeds my skills, can you tell me exactly what to do please?
-
@Manu85 install the module(note that it wants to be first in the module list in config.js), and add this to the batch file starting the mirror
export ELECTRON_ENABLE_LOGGING=true
-
The you lost me :-), "and add this to the batch file starting the mirror
export ELECTRON_ENABLE_LOGGING = true " -
@Manu85 how does MM get started? pm2?
if so, it usually uses a batch file (script)
~/MagicMirror/installers/mm.sh
make it look like thiscd ~/MagicMirror export ELECTRON_ENABLE_LOGGING = true DISPLAY=:0 npm start
-
I have this error message:
pi@raspberrypi:~/MagicMirror $ export ELECTRON_ENABLE_LOGGING = true
-bash: export: « = » : identifiant non valable -
-bash: export: “=”: invalid identifier
-
-
ok perfect the line has passed,
pi@raspberrypi:~/MagicMirror $ export ELECTRON_ENABLE_LOGGING=true
pi@raspberrypi:~/MagicMirror $
i downloaded the module, now i set it in config.js? -
This post is deleted! -
@Manu85 yes, follow the modules readme