Read the statement by Michael Teeuw here.
remote control help needed
-
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 -
@tommyk Update MMM-JukeBox and it should work now :)
-
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.
-
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; }
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