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.

    MMM-awesome-alexa

    Scheduled Pinned Locked Moved Utilities
    241 Posts 43 Posters 352.4k Views 47 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.
    • S Offline
      sdetweil @uok825
      last edited by sdetweil

      @uok825

       Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: ReferenceError: Europe is not defined
      

      so, u gotta fix this, PM2 keeps restarting…

      i don’t want you to use pm2 to test
      do

      pm2 stop  all
      

      then

      cd ~/MagicMirror
      npm run config:check
      

      find and fix error
      if no error, then

      npm start 
      

      verify working

      ctrl-c to exit MM

      then pm2 start

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      U 1 Reply Last reply Reply Quote 0
      • U Offline
        uok825 @sdetweil
        last edited by uok825

        @sdetweil config is running correct but
        f8dbf5a8-4898-4767-bf30-68904ab37903-image.png
        917c11da-74bf-4469-b69a-a6402db2db41-image.png
        It causes by Screencast maybe?
        My config
        2318d51c-9f17-4939-8dbc-7ea9564ee016-image.png

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

          @uok825 you still have something running using port 8080…

          disable the modules one by one

          add

            module: name, 
            disabled: true,             // < --- add this
            config: { 
          

          i don’t know anything about the modules themselves…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          U 2 Replies Last reply Reply Quote 0
          • U Offline
            uok825 @sdetweil
            last edited by

            @sdetweil Maybe screencast?

            1 Reply Last reply Reply Quote 0
            • U Offline
              uok825 @sdetweil
              last edited by

              @sdetweil Disabled all but nothing change
              760822e8-384c-4498-a29e-b591709109be-image.png

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

                @uok825

                try this , see who is listening on 8080

                netstat -ltnp | grep -w ':8080' 
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                U 1 Reply Last reply Reply Quote 0
                • U Offline
                  uok825 @sdetweil
                  last edited by uok825

                  @sdetweil a2c3d448-82f6-4ed9-9887-b890a1a3aa80-image.png
                  Nothing

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

                    @uok825 ok, then

                    change the port value in config.js to 8090

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    U 1 Reply Last reply Reply Quote 0
                    • U Offline
                      uok825 @sdetweil
                      last edited by

                      @sdetweil Problem fixed, now try alexa

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

                        @uok825 do you have a web server running on that system?

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        U 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 20
                        • 21
                        • 22
                        • 23
                        • 24
                        • 25
                        • 22 / 25
                        • 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