mrdis / MMM-volumio-playing

MagicMirror module that shows what a volumio device is playing
MIT License
4 stars 1 forks source link
magic-mirror-modules magicmirror2

MMM-volumio-playing

Alt text

A module for the MagicMirror² that displays what a Volumio device is currently playing.

Inspired by NowPlayingOnSpotify and MMM-MPD.

Using the module

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>'
            }
        }

Configuration options

Option Description
url Required The address of the volumio device.

Type: string