Read the statement by Michael Teeuw here.
MMM-YouTube
-
@sdetweil
The keyword, MMM-AssistantMk2 and MMM-Hotword work great. I pass the start of MM -
@juantata
So, What you need is just playing video by your voice, you don’t need MMM-Youtube. Youtube playing feature is already implemented in MMM-AssistantMk2. Remove MMM-Youtube. -
@Sean Great module! Had it working on first try in a Mac with TelegramBot, I’m using the “fullscreen_below” and looks awesome.
I just can’t get to play a playlist from TelegramBot, I was wondering if you could give me an example of the TelegramBot /yt or /yc parameters if this can be done.
Thank you in advanced,
Rafael -
@rafaelcota
What kind of parameter did you use? Show me your trial example. -
@Sean I’m typing something like this:
/yt https://www.youtube.com/playlist?list=PL55713C70BA91BD6E
no luck.
/yt playlist playlist PL55713C70BA91BD6E
no luck
/yt type:playlist listType:playlis id:PL55713C70BA91BD6E
no luck
Thank you for your help.
-
@rafaelcota
Sorry,/yt
doesn’t support playlist at this moment, but I’ll provide a fix soon. (in a few hours) -
@rafaelcota
updated. try again after update.
you can play playlist like this;/yl PL55713C70BA91BD6E
-
@Sean Thank you very much
-
Hi @Sean,
I did the git pull and then try it, but I can’t seem to make it do anything, even the /yt commands that already were working.All I can see is this message in the console:
[TELBOT] [2019-11-04 12:26:04]Message is cominf from CHAT: NumberAnd nothing happens in the mirror screen, not with /yt or /yl. If I do a /yc getVolume it gives me the right number, so I get the module is loaded.
My config is:
{
disabled: false,
module: “MMM-YouTube”,
position: “fullscreen_below”,
config: {
verbose:true,
},
},Any ideas where I should look?
Thanks in advanced -
@rafaelcota
Well, with my test, there is no problem to execute at all.
If you see[TELBOT] [2019-11-04 12:26:04]Message is cominf from CHAT: Number
, your telegram messages are received properly.
Check if you have a front-end error. (Withnpm start dev
orCtrl+i
)
Or you can check by removing all other modules from config exceptMMM-YouTube
andMMM-TelegramBot
.