After complete installation from server side (1) the iris app should be accessible trough *http://myserver/iris:6680*
If using snapcast, the correct connexion should also be provided trough the iris interface > settings > snapcast
Finally we temporally bring some change to iris to enable the o2m box behavior, following parts should be done on server side (1) :
#git
git clone [[email protected]](<mailto:[email protected]>):object2music/o2m
cd o2m/samples
#modifications
sudo vi o2m.js
#iris modifications
sudo cp o2m.js /usr/local/lib/python3.7/dist-packages/mopidy_iris/static/o2m.js
sudo cp o2m.css /usr/local/lib/python3.7/dist-packages/mopidy_iris/static/o2m.css
The o2m.js file integrates manually for the moment the box list needed and should be edited accordingly to it.
Finaly insert this 2 lines at the end of /usr/local/lib/python3.7/dist-packages/mopidy_iris/static/index.html file, just before </html> tag :
<link rel="stylesheet" href="o2m.css">
<script type="text/javascript" src="o2m.js"></script>