Skip to content

A MagicMirror module to display a list of recent YouTube videos for a specified list of channels

License

Notifications You must be signed in to change notification settings

brianpursley/mmm-youtube-video-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mmm-youtube-video-list

This is a module for the MagicMirror².

It displays a list of the most recent videos from the specified YouTube channels.

Using the module

To use this module, add the following configuration block to the modules array in the config/config.js file:

var config = {
    modules: [
        {
            module: 'mmm-youtube-video-list',
            config: {
                // See below for configurable options
            }
        }
    ]
}

Configuration options

Option Description
apiKey Required This is your YouTube API key
channelIds Required The list of channel IDs you want to get the latest videos for
updateInterval Optional The time in milliseconds between calls to get the latest videos

Type: int(milliseconds)
Default 300000 milliseconds (5 minutes)
videoCount Optional The maximum number of videos to show

Type: int
Default 10
dateFormat Optional The date format to use when displaying videos
Default "MMM Do h:mm A"

About

A MagicMirror module to display a list of recent YouTube videos for a specified list of channels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published