EXT‐VLCServer - bugsounet/MMM-Bugsounet GitHub Wiki

This plugin play wanted media on MagicMirror² with VLC

This plugin is an Extented plugins for:

  • EXT-RadioPlayer
  • EXT-FreeboxTV

Installation

Execute npm run install:EXT-VLCServer in the MMM-Bugsounet's folder.

cd ~/MagicMirror/modules/MMM-Bugsounet
npm run setup:EXT-VLCServer

Configuration

For using this module insert this in the config.js file.

Minimal configuration

{
  module: 'MMM-Bugsounet/EXTs/EXT-VLCServer'
},

Advanced Configuration

{
  module: 'MMM-Bugsounet/EXTs/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"

Developer notifications

  • Send EXT_VLCSERVER-START: When server is started and ready for use
  • Send EXT_VLCSERVER-CLOSE: When server is close (can't be started or fatal error detected)

VLC Server Specifications

  • This server use http protocol on 127.0.0.1 and 8082 port with EXT-VLCServer password