Read the statement by Michael Teeuw here.
MMM-YouTube
-
@Egnos
MMM-TelegramBot. You can send like this on telegram;/yt https://www.youtube.com/watch?v=dAB3gziF9R4
Or you can use MMM-Remote-Control or other HTTP Request Receiver modules (e.g: MMM-NotificationTrigger),
But additional typing is somewhat annoying. -
@Sean said in MMM-YouTube:
MMM-Remote-Control
Thanks for your advises, but I chose to use RaspiCast directly to share the videos (when the video ends the MM returns…).
Do you know how to mute the sound of the MM (not the Raspberry …)?
-
@iwaldrum
Well, ideally possible. But I think you’d better makeplaylist
to play several video sequentially. -
@Sean Thanks Sean. Is there a way to limit the amount of time for each video in the playlist? Only play for 30 seconds, then switch to the next video in the playlist?
-
@iwaldrum
Maybe possible. As far as I know, There are several scheduling modules. Or you can usecron
. Emit notification per 30 seconds.
But, If I were you, I would just make a summary video clip with 30 seconds of each videos. :D -
Hi! How do I get rid of black borders around the video, i.e. stretch/fill/crop the video?
-
@csoogos : and yes … it’s dead and this module is not maintened ;)
Actually, just only one module with youtube feature works ;)
-
@bugsounet Good morning and happy Sunday. I would like to ask you which youtube module works?
-
Same question : I want to use youtube (via iframe or not), how can it be possible with the actual version of Magic mirror ? please ! thanks
-
@hogedir @Shinigami
I didn’t test all the feature, but still working as expected in MM 2.26.
Tested config is here;
{ module: "MMM-YouTube", position: "top_right", config: { defaultQuality: "default", width: "400px", height: "300px", onStartPlay: { type: "id", id: "UOxkGD8qRB4", shuffle: true, loop: false, autoplay: true, }, } },