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 errors?

    Scheduled Pinned Locked Moved Troubleshooting
    11 Posts 2 Posters 3.2k Views 2 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.
    • A Offline
      adamhrastich
      last edited by

      it says when I run npm run config:check says it’s missing

      1 Reply Last reply Reply Quote 0
      • BKeyportB Offline
        BKeyport Module Developer @adamhrastich
        last edited by

        @adamhrastich the way you posted it, the forum corrupted it.

        Please place ``` around the code next time.

        That being said, go to the magicmirror directory, and type:

        npm run config:check
        

        It’ll help you solve the errors.

        The "E" in "Javascript" stands for "Easy"

        A 1 Reply Last reply Reply Quote 0
        • A Offline
          adamhrastich @BKeyport
          last edited by

          @bkeyport I ran that code and it says the file is not found

          BKeyportB 1 Reply Last reply Reply Quote 0
          • BKeyportB Offline
            BKeyport Module Developer @adamhrastich
            last edited by

            @adamhrastich Like this:

            pi@officemirror:~ $ cd MagicMirror/
            pi@officemirror:~/MagicMirror $ npm run config:check
            
            > magicmirror@2.16.0 config:check /home/pi/MagicMirror
            > node js/check_config.js
            
            [08.07.2021 16:19.03.333] [INFO]  Checking file...  /home/pi/MagicMirror/config/config.js
            [08.07.2021 16:19.03.575] [INFO]  Your configuration file doesn't contain syntax errors :)
            
            

            The "E" in "Javascript" stands for "Easy"

            A 1 Reply Last reply Reply Quote 0
            • A Offline
              adamhrastich @BKeyport
              last edited by

              @bkeyport I did and this is what came up.
              ‘’'pi@raspberrypi:~/MagicMirror $ npm run config:check

              magicmirror@2.16.0 config:check /home/pi/MagicMirror
              node js/check_config.js

              [08.07.2021 18:14.40.549] [ERROR] File not found: /home/pi/MagicMirror/config/config.js
              /home/pi/MagicMirror/js/check_config.js:38
              throw new Error(“No config file present!”);
              ^

              Error: No config file present!
              at checkConfigFile (/home/pi/MagicMirror/js/check_config.js:38:9)
              at Object. (/home/pi/MagicMirror/js/check_config.js:73:1)
              at Module._compile (internal/modules/cjs/loader.js:778:30)
              at Object.Module._extensions…js (internal/modules/cjs/loader.js:789:10)
              at Module.load (internal/modules/cjs/loader.js:653:32)
              at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
              at Function.Module._load (internal/modules/cjs/loader.js:585:3)
              at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
              at startup (internal/bootstrap/node.js:283:19)
              at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
              npm ERR! code ELIFECYCLE
              npm ERR! errno 1
              npm ERR! magicmirror@2.16.0 config:check: node js/check_config.js
              npm ERR! Exit status 1
              npm ERR!
              npm ERR! Failed at the magicmirror@2.16.0 config:check script.
              npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

              npm ERR! A complete log of this run can be found in:
              npm ERR! /home/pi/.npm/_logs/2021-07-08T23_14_40_681Z-debug.log
              ‘’’

              BKeyportB 1 Reply Last reply Reply Quote 0
              • BKeyportB Offline
                BKeyport Module Developer @adamhrastich
                last edited by

                @adamhrastich Well, there’s your problem. The config file should be config.js - if you’re trying to use the sample as a base, change to the correct by using mv config.js.sample config.js

                The "E" in "Javascript" stands for "Easy"

                A 1 Reply Last reply Reply Quote 0
                • A Offline
                  adamhrastich @BKeyport
                  last edited by

                  @bkeyport said in config file errors?:

                  pi@raspberrypi:~/MagicMirror $ mv config.js.sample config.js
                  mv: cannot stat ‘config.js.sample’: No such file or directory

                  BKeyportB 1 Reply Last reply Reply Quote 0
                  • BKeyportB Offline
                    BKeyport Module Developer @adamhrastich
                    last edited by BKeyport

                    @adamhrastich in your config subdirectory. ~/MagicMirror/config/

                    The "E" in "Javascript" stands for "Easy"

                    A 1 Reply Last reply Reply Quote 0
                    • A Offline
                      adamhrastich @BKeyport
                      last edited by

                      @bkeyport oh I’m stupid… thanks so much I can not believe I didn’t see that

                      BKeyportB 1 Reply Last reply Reply Quote 0
                      • BKeyportB Offline
                        BKeyport Module Developer @adamhrastich
                        last edited by

                        @adamhrastich It’s alright. Once you get it working, you might want to look into MMM-Config as well. @sdetweil does a hell of a good job automating a ton of this.

                        The "E" in "Javascript" stands for "Easy"

                        1 Reply Last reply Reply Quote 0

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better 💗

                        Register Login
                        • 1 / 1
                        • 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