This plugin play wanted media on MagicMirror²
with VLC
This plugin is an Extented plugins for:
EXT-MusicPlayer
EXT-RadioPlayer
EXT-FreeboxTV
Clone the module into your MagicMirror module folder and execute npm intall
in the module's directory.
cd ~/MagicMirror/modules
git clone https://github.com/bugsounet/EXT-VLCServer
cd EXT-VLCServer
npm install
To display the module insert it in the config.js file.
{
module: 'EXT-VLCServer'
},
{
module: 'EXT-VLCServer',
disabled: false,
config: {
debug: false,
vlcPath: "/usr/bin"
}
},
field | description | type | default value |
---|---|---|---|
debug | Enable debug mode or not | BOOLEAN | false |
vlcPath | Path of vlc app |
STRING | "/usr/bin" |
cd ~/MagicMirror/modules/EXT-VLCServer
npm run update
EXT_VLCSERVER-START
: When server is started and ready for useEXT_VLCSERVER-CLOSE
: When server is close (can't be started or fatal error detected)http
protocol on 127.0.0.1
and 8082
port with EXT-VLCServer
password