@bobbob601 I got it working by passing a unique ID to the node helper and passing it back from the node helper.
https://github.com/trgraglia/MMM-MVG-LocalTransport
Hope this helps.
@bobbob601 I got it working by passing a unique ID to the node helper and passing it back from the node helper.
https://github.com/trgraglia/MMM-MVG-LocalTransport
Hope this helps.
@Chiumanfu This is just a prrof of concept and I haven’t had any time to expand on it.
This sounds stupid but are you playing something on Volumio? If nothing is playing, it will not get any data.
Other than that, perhaps you can inspect the JS in your browser and see if there are any errors there. Sorry I cant offer more support right now.
Anthony
Hi Bernd,
I honestly just wanted to see if it was possible. Some ideas:
The CSS and showing album art from the provided url, etc is the easy part. The logic to make a nice configurable module is a little trickier. ;) And of course, all input, contribution, etc welcome. Fire away!
Additionally, would be cool, using pi-gpio to allow button input on predefined pins to play/pause, advance track, adjust volume, etc… Just ideas. Time is the limiting factor.
Made proof-of-concept for displaying volumio information from the web socket it exposes.
All feedback welcome.
[card:trgraglia/MMM-Volumio]
@bobbob601 Yup. In my case, the user provides a station ID per instance because it has to do with local transport here in Munich. So in theory, the user is already providing unique IDs and I have no need to generate them. ;)
@bobbob601 I got it working by passing a unique ID to the node helper and passing it back from the node helper.
https://github.com/trgraglia/MMM-MVG-LocalTransport
Hope this helps.