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.

    No JavaScript experience - Config.js not working

    Scheduled Pinned Locked Moved Bug Hunt
    16 Posts 3 Posters 4.1k 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.
    • ? Offline
      A Former User
      last edited by

      This post is deleted!
      O 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @OlesonCrypto
        last edited by

        @olesoncrypto in the MagicMirror folder do

        npm run config:check
        

        the output will report a line number of an error

        unexpected token line 45

        well, look at line 44, and see if it should have a trailing comma (meaning more to follow)

        repeat til no error

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        O 2 Replies Last reply Reply Quote 1
        • O Offline
          OlesonCrypto @Guest
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • O Offline
            OlesonCrypto @sdetweil
            last edited by

            @sdetweil So you’re saying delete the commas above the line where it shows I have an unexpected token line?

            O S 2 Replies Last reply Reply Quote 0
            • O Offline
              OlesonCrypto @OlesonCrypto
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @OlesonCrypto
                last edited by

                @olesoncrypto no. add. but I see u fixed it

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 1
                • O Offline
                  OlesonCrypto @sdetweil
                  last edited by

                  @sdetweil Hey I just fixed it all up thanks you to! Adding commas a line above the syntax error fixed it. I was so happy to see “Your configuration file doesn’t contain syntax errors :)” lmao. You’re a life safer

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @OlesonCrypto
                    last edited by

                    @olesoncrypto see my MMM-Config module. it presents a form to fill in for config.js. no more commas!!

                    https://github.com/sdetweil/MMM-Config

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    O 1 Reply Last reply Reply Quote 0
                    • O Offline
                      OlesonCrypto @sdetweil
                      last edited by

                      @sdetweil I have a new issue. Instead of seeing the original Magic Mirror^2 screen that says “add a config.js file or fix the syntax errors” now only shows a black screen. Both my mmstart.sh and magicmirror is active with my pm2. I also have downloaded chromium-browser. Do you know what might be the cause of this? I’ve downloaded all the module content inside of each module directory with npm.

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @OlesonCrypto
                        last edited by

                        @olesoncrypto this is typically caused by a missing library.

                        we removed some, and it turns out modules didn’t document using them

                        look at the pm2 log

                        command

                        pm2 logs --lines=100
                        

                        looking for module not found.

                        for each of those, go to the module folder
                        if there is NOT a package.json file do

                        npm init -y
                        

                        then in either case do

                        npm install xxx -- save
                        

                        where xx is the name of the not found thing

                        we know about
                        request
                        rrule-alt
                        and
                        valid-url

                        then restart mm

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        O 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 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