MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. RoadRunnr1469
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 16
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Has anyone got MMM-Remote-Control working on MM 2.11 ?

      I had a copy of the old file socketclient.js located in MagicMirror/js folder. once I replaced the new new file with the backup it is working.
      Here is the Key line that needs fixed.

      replace

      // Private Methods
      self.socket = io("/" + self.moduleName, {
      	path: window.location.pathname + "socket.io"
      });
      

      with

      // Private Methods
          self.socket = io("/" + self.moduleName);
      
      posted in Troubleshooting
      R
      RoadRunnr1469
    • 1 / 1