MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Config file not found

    Scheduled Pinned Locked Moved Troubleshooting
    12 Posts 5 Posters 2.9k Views 5 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      mintpizza @mintpizza
      last edited by

      @mintpizza

      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 $ 
      
      
      B 1 Reply Last reply Reply Quote 0
      • B Offline
        BravoOscar @mintpizza
        last edited by

        @mintpizza

        You are missing a {
        before module: “updatenotification”,

        It should be:

                        {
        			module: "alert",
        		},
        		{
        			module: "updatenotification",
        			position: "top_bar"
        		},
        
        1 Reply Last reply Reply Quote 0
        • 1
        • 2
        • 2 / 2
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy