Skip to content

MagicMirror module that shows what a volumio device is playing

License

Notifications You must be signed in to change notification settings

mrdis/MMM-volumio-playing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MagicMirror module that shows what a volumio device is playing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published