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.

    After Update to 2.1.3 nothing works anymore

    Scheduled Pinned Locked Moved Troubleshooting
    9 Posts 3 Posters 3.4k Views 3 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @fischi87
      last edited by

      @fischi87 said in After Update to 2.1.3 nothing works anymore:

      can anybody help me please?

      You could try npm install in the MagicMirror directory. The upgrade may require some new dependencies.

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 1
      • F Offline
        fischi87
        last edited by fischi87

        sorry i wroted it wrong i meaned

        npm install
        

        i tried it again but nothing still works.

        when i stop pm2 and start with

        DISPLAY=:0 npm start
        

        i get no error but i can not load the page on the port.

        what happened after the update of 2.1.3?

        Mykle1M 2 Replies Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @fischi87
          last edited by

          @fischi87 said in After Update to 2.1.3 nothing works anymore:

          when i stop pm2 and start with
          DISPLAY=:0 npm start

          i get no error but i can not load the page on the port.

          Wait, are you running node server only? You didn’t mention that.

          what happened after the update of 2.1.3?

          I don’t know. I just work here. :^)

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • F Offline
            fischi87
            last edited by

            What do u mean?

            I Start my mirror with pm2 automatic.

            Befor Update everything works will. I just did

            git pull && npm install
            
            1 Reply Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @fischi87
              last edited by

              @fischi87 said in After Update to 2.1.3 nothing works anymore:

              i get no error but i can not load the page on the port.

              I’m not sure what you’re asking. Are you trying to view/administer the mirror remotely and you are being refused access?

              Or are you connected directly to the Pi and nothing is loading?

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • F Offline
                fischi87
                last edited by

                Good Morning,

                I Start my pi and normaly i can Go to the local page with ip:8090 but this page dosend work. When i do

                pm stop all
                

                And Start the mirror with

                DISPLAY:=0 npm start 
                

                Then it Starts the run Script and load every modules i have but it dosent load the page at ip:8090, i get no awnser.

                1 Reply Last reply Reply Quote 0
                • lavolp3L Offline
                  lavolp3 Module Developer
                  last edited by

                  Have you added the following line to your config?

                  var config = {
                          port: 8080,
                          address: "0.0.0.0",
                  

                  (the last one)
                  With newer versions, you apparently need this line for being able to connect to the server side of the mirror.
                  Has been discussed here in some thread.
                  This solved the same problem for me.

                  How to troubleshoot modules
                  MMM-soccer v2, MMM-AVStock

                  1 Reply Last reply Reply Quote 0
                  • F Offline
                    fischi87
                    last edited by fischi87

                    Yes this is the Solution, thanks a lot. I read it also in a other topic.

                    Thanks

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