Skip to content

Magic Mirror module to display a VideoJS window and feed

License

Notifications You must be signed in to change notification settings

brentpabst/MMM-VideoJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-VideoJS

MMM-VideoJS is a module for the MagicMirror platform that allows you to display videos using the Video.js player.

Installation

  1. Navigate to your MagicMirror's modules directory using the command line:

    cd ~/MagicMirror/modules
    
  2. Clone this repository:

    git clone https://github.com/brentpabst/MMM-VideoJS.git
    
  3. Install the dependencies:

    cd MMM-VideoJS
    npm install
    

Configuration

To use this module, add the following configuration block to the config/config.js file of your MagicMirror: .....