MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED MMM-Remote-Control works on Remote Interface but not on Mirror

    Troubleshooting
    4
    8
    1797
    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.
    • 5
      5M3D1N4 last edited by

      Hello,

      Bit a noob here. I installed the MMM-Remote-Control module following the instructions. I had a few issues with the ipWhitelist portion but was able to add both my computer and phone IP. Now I have access to the Remote Interface and I can see my Magic Mirror working on the Remote Interface but nothing is showing on the actual mirror. The screen is black. Can someone help me figure out where i went wrong?

      var config = {
      	address: "0.0.0.0", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: ["192.168.x.x","192.168.x.x"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      

      Please let me know if you need any more information and thank you all in advance! 🙂

      lavolp3 1 Reply Last reply Reply Quote 0
      • lavolp3
        lavolp3 Module Developer @5M3D1N4 last edited by

        @5m3d1n4 What is not working on the mirror itself? The Remote-control interface or the Mirror itself? DId not become clear to me.

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

        V 1 Reply Last reply Reply Quote 0
        • 5
          5M3D1N4 last edited by

          @lavolp3 Sorry, the pi boots up as normal and when MM starts the monitor turns black and no modules show up. I can access the remote interface from my phone or computer. I can see the MM is working on the Remote Interface and it states some modules are active but nothings shows up on the actual monitor/Mirror. Hope that makes sense.

          lavolp3 1 Reply Last reply Reply Quote 0
          • lavolp3
            lavolp3 Module Developer @5M3D1N4 last edited by

            @5m3d1n4 This may be a problem with a module, not necessarily with the networking config.
            Please post results of

            pm2 logs
            

            on the mirror itself
            and also have a look at the developer’s console on the browser (usually press F12 when you have loaded MM in the browser and find the “console” tab). There you can see the messages created by Javascript loading the modules.

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

            5 1 Reply Last reply Reply Quote 0
            • 5
              5M3D1N4 @lavolp3 last edited by

              @lavolp3 thank you for helping me on this! I figured out the issue with pm2 logs

              0|mm       | Starting module: MMM-Glock
              0|mm       | Connecting socket for: MMM-MyCalendar
              0|mm       | Starting node helper for: MMM-MyCalendar
              0|mm       | Connecting socket for: MMM-Remote-Control
              0|mm       | Starting node helper for: MMM-Remote-Control
              0|mm       | Connecting socket for: MMM-MyWeather
              0|mm       | MMM-WunderGround helper started ...
              0|mm       | Connecting socket for: newsfeed
              0|mm       | Starting module: newsfeed
              0|mm       | Connecting socket for: MMM-NowPlayingOnSpotify
              0|mm       | Connecting socket for: MMM-MyCommute
              0|mm       | ====================== Starting node_helper for module [MMM-MyCommute]
              0|mm       | Sockets connected & modules started ...
              0|mm       | Launching application.
              0|mm       | Access denied to IP address: 127.0.0.1
              

              I added 127.0.0.1 to the white list and everything works like a charm now! Thank you again!!!

              lavolp3 1 Reply Last reply Reply Quote 0
              • lavolp3
                lavolp3 Module Developer @5M3D1N4 last edited by

                @5m3d1n4 Well that’s odd, wouldn’t have guessed this. But I’m happy for you it works.

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

                1 Reply Last reply Reply Quote 0
                • V
                  videogame95 @lavolp3 last edited by

                  @lavolp3 Hi my remote install not working
                  When l add the file with brackets in the right place
                  It stops my mirror as if l’ve put the code in wrong?
                  I installed the manual install , copied and past the file into the config file but it didn’t work,

                  I have my googlephotos working and my calendar working, and weather.

                  Not sure what l’am doing wrong.

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

                    @videogame95 show us what you did, please do NOT post in multiple topics

                    Sam

                    Create a working config
                    How to add modules

                    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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy