@bibi Hi,
I would definitely recommend Mk2assistant + Hotword module.
Ejay
Read the statement by Michael Teeuw here.
![](/assets/uploads/profile/uid-10556/10556-profileavatar.png)
Posts
-
RE: Advise for a voice assistant
-
RE: MMM-SpotifyControl . Control your Spotify music player using Mk2 assistant.
@wishmaster270 Thank you let me know your feedback once tested !
-
MMM-SpotifyControl . Control your Spotify music player using Mk2 assistant.
Description
A module to control spotify command : Play / Pause / Resume/ Next using Mk2assistant hook .
This Module allow to control Spotify player on your Mirror.
For now you can only control a single device.
It could be your mirror if you are running Raspotify on it.Special thanks to @mantha who bring this idea and the base code to me.
Big Thanks to @Sean who helped me in the module development and spent a lot of time to teach me some dev concept.Please bear in mind: I’m not a developer and the module might still contain issues.
I’ll try my best to fix them but if any dev wants to help me in that task or want to help me improve this module you are more than welcome!Enjoy
Ejay
Download
[card:ejay-ibm/MMM-SpotifyControl]
-
RE: [MMM-MusicOnDemand] - Play music from deezer with a browser in the background
Fantastic !
I’m preparing as well a stand alone module to control spotify with the mk2 assistant as well . I should be able to release and share in a couple of days . I just need to fix one big bug and it will be OK .
Thanks for your module We will have all we need to control music with our mirror !
so coolEjay
-
RE: Total Newbie 24" MagicMirror (Munich, Germany)
@zdenek Very nice looking and result.
As often in mirror showcase, the back is not shown ( yes that’s often the ugly part as well I know :) ) but I think it is interesting to see how all hardware are implemented in the back .
Would you mind to share some pictures of the back ?
Thanks
-
RE: MMM-Volume
@wishmaster270 Thanks for the improvement you bring to the module
The fading is a cool thing to haveI have raised a new issue with the new implementation in the code :
https://github.com/eouia/MMM-Volume/issues/6I think Sean didn’t get time yet to look at it yet. So if you can help that’s welcome :)
Ejay
-
RE: Strange line in the middle of the monitor
@Vauxdvihl then I would simply raise a git issue to the dev.
I don’t know this module, but I would say at first it come from the css, I might be worng.
Other user of the module can probably help better , but I think the dev can figure this out quicklyEjay
-
RE: Strange line in the middle of the monitor
I would suggest to comment your modules one by one to find out the culprit .
Once target found it will be easier to debug . -
RE: Can't get pm2 to auto launch after reboot
@gmgarcia719 said in Can't get pm2 to auto launch after reboot:
pm2 start mm.sh
pm2 saveinstead try
pm2 start mmpm2 save
ejay
-
RE: MMM-Assistantmk2 and MMM-Hotword not picking up
@bachoo786
The notification allows to the hotword module to receive instruction from the assistant module by notification to pause or resume itself in the right time.
When assistant 'talk it pause the hotword detection
ASSISTANT_ACTIVATED: “HOTWORD_PAUSE”,
When the assistant is done it restart the hotword detection .
ASSISTANT_DEACTIVATED: “HOTWORD_RESUME”,Ejay