A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Config file not found
-
pi@raspberrypi:~/MagicMirror/config $ npm run config:check > magicmirror@2.14.0 config:check /home/pi/MagicMirror > node js/check_config.js [18.03.2021 09:56.31.426] [INFO] Checking file... /home/pi/MagicMirror/config/config.js [18.03.2021 09:56.31.476] [ERROR] Your configuration file contains syntax errors :( [18.03.2021 09:56.31.478] [ERROR] Line 45 col 10 Parsing error: Unexpected token : pi@raspberrypi:~/MagicMirror/config $
-
You are missing a {
before module: “updatenotification”,It should be:
{ module: "alert", }, { module: "updatenotification", position: "top_bar" },