Read the statement by Michael Teeuw here.
MMM-AssistantMk2
-
@teitlebot
There are several posts in this forum. search “ifttt” and read them -
-
@Sean thanks that looks awesome. Going to save it for a rainy day to install.
-
Hello @Sean I’ve successfully rebuild the module but when I tried to activate it in the config, the module doesn’t load. The log says ‘No helper found for module: MMM-AssistantMk2’ (pretty sure the file is there inside the module folder). Have any idea whats the cause of this problem?
Thanks in advance! -
@wellwhatever
Never seen that kind. Loadingnode_helper.jsis MM’s job itself. If there is the file, regardless it has some errors or not, MM should try to load that file. (And if it has an error, it would spit out the error) -
This post is deleted! -
How can I stop a video?
config isyoutubeAutoplay : true, pauseOnYoutube : false,But it does not help.
-
youtubeAutoplay : true, pauseOnYoutube : false,with these options, you can re activate hotword again, and then, the current YT player will stop and be hidden.
Anyway, I’ll remove YT related feature on next updates.
-
I’m trying to create a recipe that with a single command will hide “module A” and show “module B”. Another command will reverse this action. I can hide and show single modules or all modules but I can’t figure out hide one and show another. Any suggestions would be appreciated.
-
hi everyone,
how to get my YOUR_MODEL_ID. couldn’t find it any ware. -
I can hide and show single modules or all modules but I can’t figure out hide one and show another
Almost same. :D
command: { "HIDE_A_REVEAL_B": { moduleExec: { module: [], // For all modules, exec: (module, params, key) => { if (module.name == "MODULE_A") { // if module name is... module.hide() } if (module.name == "MODULE_B") { module.show() } } } }, }Not tested code, but I believe you can catch the idea.
-
-
Ive already registered. But now i can’t find the model id.
-
-
@Sean thanks for reply.
My screen is like this.!
I don’t have registration section. -
@tanvir586 back a couple pages, you created an application, right?
-
Sorry guys i think i didn’t register it.
I followed this video https://youtu.be/UBgH5hejYtM. -
@Sean I’ll give that a try and let you know. Thanks
-
@Sean I got it working, thanks for your help. The code that worked for me is below
command: { "HIDECALENDAR": { moduleExec: { module:()=>{ return [] }, // For all modules, exec: (module, params, key) => { if (module.name == "MMM-GooglePhotos") { // if module name is... module.show() } if (module.name == "MMM-CalendarExt2") { module.hide() } } } }, "SHOWCALENDAR": { moduleExec: { module:()=>{ return [] }, // For all modules, exec: (module, params, key) => { if (module.name == "MMM-GooglePhotos") { // if module name is... module.hide() } if (module.name == "MMM-CalendarExt2") { module.show() } } } } } -
Is it possible to make AssistantMk2 to show my ip camera feed? If i ask AssistantMk2 to show my front door, it says to select output display.
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
