CatoAntonsen / MMM-SpotifyConnectUI

The 'MMM-SpotifyConnectUI' Magic Mirror module is for displaying cover, artist and track-information.
MIT License
53 stars 3 forks source link

TODO: Get status (active/playing) and update module accordingly #1

Closed CatoAntonsen closed 8 years ago

CatoAntonsen commented 8 years ago

http://raspberrypi:4000/api/info/status returns something like this:

{ "active": true, "logged_in": true, "playing": true, "repeat": true, "shuffle": false }

CatoAntonsen commented 8 years ago

Functionality works, but have to do some more on layout. Will handle layout in other issues.