Skip to content

Custom Playlist

nitpum edited this page Oct 14, 2018 · 2 revisions
{
  module: "MMM-EmbedYoutube",
  position: "bottom_bar",
  config: {
    video_id: "w3jLJU7DT5E", // First play video
    video_list: [
      "HluANRwPyNo", 
      "ldZsablWkjA"
    ],
    // You can use the other options
    autoplay: true,
    loop: true
  }
}

From the above code video will play like this: w3jLJU7DT5E -> HluANRwPyNo -> ldZsablWkjA

Test

Clone this wiki locally