Control MusicBox with GPIO

Hi all,

A couple of days ago I bought my first Raspberry Pi A+ and installed Pi MusicBox on it and everything works like a charm. The web interface is amazing, but now I would like to go a bit further… I would like to make a music system where I can change the volume with buttons, perhaps also see which track is playing on an LCD, change the station…

Now I would like to know if it is possible to build an application on top of that where I can change different parameters and sliders and access the GPIO lines.

Thanks!

You should check this extension https://github.com/9and3r/mopidy-ttsgpio

1 Like

Thanks! Looks interesting!