@mykle1 yes sir, i have some stuff i found in the code that triggers the mm-music-player. Gotta test it later.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Carousel customizing (anyone available to help?)
-
RE: MMM-Carousel customizing (anyone available to help?)
@sean i know broski! im not as advanced as you guys. Honestly just needed a way to move stuff. I could never get the hang of notification trigger module in full.
-
RE: MMM-Carousel customizing (anyone available to help?)
@cowboysdude a great read! I understand how the notifications work as of the day when i posted. (Took me forever lol) Now im trying to trigger the music player with the same technique. I plan on posting the app i put together to control most of my mirror. Thank you
-
RE: MMM-Carousel customizing (anyone available to help?)
@mykle1
Thank you sir. its way too simple and embarassing to post but hey, and honestly i know the other folk can do it better and cleaner, im using this:http://magicmirrorIP:remote.html?action=NOTIFICATION¬ification=SLIDE_INCREMENTso i never understood how the notification thing worked. the whole time Im thinking a literal notification. After getting it running through the browser, as opposed to my asinine and naive method (no comment) lol, i needed a way to implement this into my phone app that handles most of its controls. i went old school. and used a link to trigger. simple and effective. I can now control my mirror through my phone app via web interface and clicking.
-
RE: MMM-Carousel customizing (anyone available to help?)
oh my god! nevermind guys! i figured it out! I am so not on the level you guys are at and honestly im so shocked my experiment worked!
-
MMM-Carousel customizing (anyone available to help?)
so i love mmm-carousel with navigation. And i have been trying many ways to move the slides handsfree. I see that a notification can trigger the slides to move, and I have been trying to do that by sending a notification using mmm-remote to do so. MMM-remote allows us to send notifications and alerts. I was wondering if anyone knows a way you trigger the slides to move by doing that? So if i send a notification with mmm-remote like slide increment, it will move the slide, and the same for slide decrement and home. I have tried using code that onkelbobby used in mmm-carousel for his button to trigger slides using mmm-buttons. Below is the code
// Handle notifications sent from MMM-Buttons Module if (notification === "SLIDE_INCREMENT") { this.manualTransition(undefined, 1); this.restartTimer(); } if (notification === "SLIDE_DECREMENT") { this.manualTransition(undefined, -1); this.restartTimer(); }i was hoping that i could use this as a base so when i send a notification using mmm-remote it would do the same. however it does not. Any idea guys?
-
RE: MMM-Carousel switching slides using MMM-Buttons
@onkelbobby dunno if you are still around the thread. But I have been trying what you succeeded in. And I can’t get it to work. Do I need to edit the lines in be 70s or just the ones In the 50s for carousel. But the slides won’t move on click
-
RE: MMM-AssistantMk2
Hey guys any idea why my Google assistant won’t go back to sleep after use? It’s honestly recent, and weird. I can use it as normal, but the Mic stays blue after the fact and doesn’t turn off.
-
would love additions to mmm-remote-control
SO im using MMM-Remote-Control. Awesome layout. But can anyone add a way to swipe my slides (MMM-Carousel with navi)
or to be able to click the Mic button on my MMM-AssistantMk2 ? i want to remove having to click on my mirror or use a mouse. I would even like to be able to use my mm-music-player from there as well. I failed using voice control with notif trigger and hotwords so this would be like an all in one. -
RE: MMM-AssistantMk2
@sean Yes sir! Thank you! Updated everything to stretch and got my mkassistant to run! my next dilemma was linking hotword and notrigger but i gave up, make just make a physical button to click the mic, now on to those tutorials lol wherever they may be.
-
RE: MMM-AssistantMk2
upgrading now in hopes. thanks my friend. i have several pi’s with diff versions . when i was paranoid and less exp’d i was cloning my pie config, but forgot that one was jessie , one is stretch and another is whatever the hell i installed. Im pretty sure this is the older OS. Thanks again
-
RE: MMM-AssistantMk2
dude try a: pm2 stop mm while ssh and then check your config. you are never stranded lol
-
RE: MMM-AssistantMk2
Dying to use this module, but im stuck on node auth_and_test.js i keep getting the GLIBBCXX_3.4.21 not found error. tried the solutions found on the module page and a few others spots. but to no avail. any suggestions?
-
RE: Replacing snow flakes with hearts in the MMM-SNOW module
@yawns said in Replacing snow flakes with hearts in the MMM-SNOW module:
@mirror.master said in Replacing snow flakes with hearts in the MMM-SNOW module:
i did one with leaves for fall
Fall? Really? We are still waiting for summer ;-)
i do want to emulate a sun as well to correspond with the weather
-
RE: How can i toggle various destinations via transport module?
@Anhalter42 said in How can i toggle various destinations via transport module?:
@mirror.master ah, so you got it to display two different instances of the module? Just Carousel doesn’t let you input those two instances because it requires a name?! Then I recommend using MMM-ProfileSwitcher + MMM-Remote-Control and/or MMM-ModuleScheduler. Instead of having to provide a list of modules which form one “page”, you can assign every module a list of “pages” it should be displayed on. This eliminates the problem of modules being named the same / being duplicates.
Just install ProfileSwitcher and RemoteControl, assign some “classes” (think of it as pages) to modules (e.g. “transport1” and “transport2” to the transport instances) and switch between them using URLs like here. I guess ModuleScheduler isn’t necessary since ProfileSwitcher already comes with timing functionalities. Just mentioned for completeness.ill try my best with all the info provided. thank you, im honestly loving this mess i call my mirror
-
RE: Replacing snow flakes with hearts in the MMM-SNOW module
i did one with leaves for fall
-
RE: How can i toggle various destinations via transport module?
@Anhalter42 i can run mmm-localtransport twice (same module, two different destinations) but what i was trying to do was have destination A show up on slide1 and Destination B show up on slide 2, Since the module has one name i cant choose which way the module works for each slide, i can only carry over both destinations to both slides which defeats the purpose of me using carousel as a profile switch. I did change change the module name when i duplicated it. it would get stuck on loading even though i configured it. I gave up on creating the module twice. I will see if i can work with your additional pointers. I do ok, but im not on the level of the rest of you guys lol.
p.s i apologize for saying localtransport module. i renamed mmm-localtransport to it lol
-
RE: How can i toggle various destinations via transport module?
@Anhalter42
so i started using the carousel, and i have modules working except that i cannot run the localtransport module 2 different instances. For example i have no idea how to add the same module twice that will display 2 diff destinations for each slide. i tried dulpicating the module under a different name and made the corresponding changes, however. no bueno… lol there has to be a way to give each instance of localtransport im running withing my config a unique name so i can run one instance in one slide and a another in the second.