A module for the MagicMirror² that displays what a Volumio device is currently playing.
Inspired by NowPlayingOnSpotify and MMM-MPD.
To use this module, clone this repo to your MagicMirror/modules/ directory.
git clone https://github.com/mrdis/MMM-volumio-playing.git
And add the following configuration block to the modules array in the config/config.js file:
{
module: 'MMM-volumio-playing',
position: 'top_right',
config: {
url: '<Address of volumio player>'
}
}| Option | Description |
|---|---|
url |
Required The address of the volumio device. Type: string |
