MMM-VideoJS is a module for the MagicMirror platform that allows you to display videos using the Video.js player.
-
Navigate to your MagicMirror's
modules
directory using the command line:cd ~/MagicMirror/modules
-
Clone this repository:
git clone https://github.com/brentpabst/MMM-VideoJS.git
-
Install the dependencies:
cd MMM-VideoJS npm install
To use this module, add the following configuration block to the config/config.js
file of your MagicMirror:
.....