Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.03 KB

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