Read the statement by Michael Teeuw here.
my mirror freezes!
-
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
-
ok i try …
-
I installed it at the top of the config.js file and I have an error when starting the MM “please create a config file”
language: “fr”,
timeFormat: 24,
units: “metric”,modules: [ { module: 'MMM-Logging', config: { // Module functions out of the box with nothing set here. // See below for configurable options. } } ]
}