Modify web interface

Hello!

I built a player using Pi Musicbox (thank you for this project, guys!).

However, I need to add a simple HTML page and be able to process some XHR requests from this page to local server.

What local server is used by Musicbox?
How hard is it to add a section on the left to Web Interface?

Sorry, if it is an old question.

Thanks!

The Mopidy server is at localhost:6680. The API is described at https://docs.mopidy.com/en/release-1.1/api/http/#http-api

If you want to add a section you can edit the html. Add another section like the ones already at https://github.com/pimusicbox/mopidy-musicbox-webclient/blob/b1f5bb0d0222224cd47be8798bc0ad53d7c55e15/mopidy_musicbox_webclient/static/index.html#L80

1 Like

Thank you!
It looks like something that I need!