• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-Remote-Control (undefined error)

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 466 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.
  • Q Offline
    qqqqqqqq
    last edited by Jun 16, 2020, 12:58 PM

    I installed the MMM-Remote-Control module for the 3rd time. It gets installed successfully. But here are few problems that I face when MagicMirror Starts.

    1. Instead of showing me the pi’s local ip address, it is showing me the default “http://ip-of-your-mirror:8080/remote.html”. I am able to access it with another device in the same network, but why won’t it show me y ip?

    2. I am unable to see any icons on the magicmirror remote website and I see this error (file attached) 2020-06-16-182258_1360x768_scrot.jpg

    Here is my congif file

    ar 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 or empty, is "localhost"
    	port: 8080,
    	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.0.1/120", "192.168.0.1/24"], // 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"],
    
    {
    			module: "MMM-Remote-Control",
    			position: "top_right",
    			// you can hide this module afterwards from the remote control itself
    			config: {
    				customCommand: {},  // Optional, See "Using Custom Commands" below
    				customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
    				showModuleApiMenu: true, // Optional, Enable the Module Controls menu
    				apiKey: "",         // Optional, See API/README.md for details
    		    }
    		},
    
    1 Reply Last reply Reply Quote 0
    • S Offline
      sdetweil
      last edited by Jun 16, 2020, 1:10 PM

      there is a bug in 2.11, you need to replace the contents of one file ~/MagicMirror/js/socketclient.js
      with a prior version or, copy the old contents from here
      https://forum.magicmirror.builders/topic/12485/has-anyone-got-mmm-remote-control-working-on-mm-2-11/10?_=1592231548914

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • Q Offline
        qqqqqqqq
        last edited by Jun 17, 2020, 7:09 AM

        Okay, thanks for your help. It is working now.
        There are still few issues, if you can help.

        1. The exact ip still isn’t shown on the magic mirror.
        2. The icons aren’t still visible, like it was in earlier versions.
        3. The top buttons just showing “All” and not “Show all” or “Hide All”.

        2020-06-17-110526_1360x768_scrot.jpg

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          1/3
          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