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.

    remote control help needed

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    4 Posts 3 Posters 77 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.
    • T Offline
      tommyk
      last edited by

      hello
      this might be a hard one but could anyone please help me with this module
      I have been trying to add a module to the phone app but it is way beyond my understanding
      I want to add my mmm jukebox to the module controls on phone
      so that I can play/stop/next/previous /etc on my jukebox
      I added the custom menu and it added menu items 1.2.3
      but they do nothing…
      any help really appreciated
      thanks

      KristjanESPERANTOK 1 Reply Last reply Reply Quote 0
      • KristjanESPERANTOK Online
        KristjanESPERANTO Module Developer @tommyk
        last edited by

        @tommyk Update MMM-JukeBox and it should work now :)

        1 Reply Last reply Reply Quote 0
        • E Offline
          eddiebrok
          last edited by

          It sounds like the menu is being added correctly, but the actions aren’t linked to MMM-Jukebox commands. Double-check that the menu items are sending the correct notifications or commands that MMM-Jukebox expects. Sharing your config would make it easier to spot the issue.

          KristjanESPERANTOK 1 Reply Last reply Reply Quote 0
          • KristjanESPERANTOK Online
            KristjanESPERANTO Module Developer @eddiebrok
            last edited by KristjanESPERANTO

            @eddiebrok

            This minimal config works for me:

            let config = {
              address: "0.0.0.0",
              port: 8080,
              ipWhitelist: [],
            
              modules: [
                {
                  module: "MMM-Remote-Control",
                  position: "top_left",
                },
                {
                  module: "MMM-JukeBox",
                  position: "top_left",
                }
              ]
            };
            
            /*************** DO NOT EDIT THE LINE BELOW ***************/
            if (typeof module !== "undefined") { module.exports = config; }
            
            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • 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