Read the statement by Michael Teeuw here.
Needing testers and feedback... and possibly an answer or 2!
-
I can’t help you with the issue you’re having but I will test my ubuntu dev machine.
First, the config entry in your repo has the module name misspelled.
module: "MMM-RandomYoutubePlayer",
needs to be
module: "MMM-RandomYouTubePlayer",
And the closing } needs a comma. I only mention this because a new user might not notice this.
After correcting these, the module works fine on my ubuntu dev machine. It’s going through the playlist. However, there is one error in the dev console.
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://localhost:8080').
-
I just googled the entire error message and received plenty of results. Looks like a good place to start jimbo
-
@mykle1 said in Needing testers and feedback... and possibly an answer or 2!:
I just googled the entire error message and received plenty of results. Looks like a good place to start jimbo
Ok great let us know when you have it figured out LOL
-
UPDATE…
It is now working as I originally wanted to an extent…
YouTube API only allows a max of 200 videos to load into the player at a time… So what this module will do is pick 200 random videos out of a shuffled playlist (my playlist has almost 1300 videos), load them and play them in the order it randomly chose.
I think that MAYBE I can handle that for now!
Thanks to all those who have helped me get this figured out!!! Much Appreciated!!!
Not sure what I did, But this error disappeared after the module started to work the way I was wanting it to!
-
Not sure what I did, But this error disappeared after the module started to work the way I was wanting it to!
-
@justjim1220 said in Needing testers and feedback... and possibly an answer or 2!:
Not sure what I did, But this error disappeared after the module started to work the way I was wanting it to!
Never look a gift horse in the mouth!
That is weird, though. Nice work sorting it out. :-)
-
@mykle1 Yeah, it is still working, but there are times when I refresh or reload after making a change to the mirror, that it doesn’t work. it’s really weird!!!