@axled this is the config part:
{
module: 'MMM-Dreambox',
header: 'Vu+ Duo²',
position: 'bottom_left',
disabled: false,
config: {
apiBase: 'http://*.*.*.*:****',
omxargs: ' --win 320,180,1600,900 -o both ',
refreshInterval: 1000 * 30, //refresh every 30 seconds
apiabout: '/web/about',
apiservices: '/web/getallservices',
apiepgnow: '/web/epgnow?bRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet.favourites.tv%22%20ORDER%20BY%20bouquet',
apizap: '/web/zap?sRef=',
apiTimerlist: '/web/timerlist',
apiServicelistplayable: '/web/servicelistplayable?sRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet.favourites.tv%22%20ORDER%20BY%20bouquet'
}
},
I wanted then to paste here the logs and what was happening when sendings commands, but all I get now is
status "error"
reason "unknown_command"
info "original input: {\"action\":\"NOTIFICATION \",\" notification\":\"DB-PLAY\"}"
I feel like I am missing something? :smiling_face_with_open_mouth_cold_sweat:
This is btw the MMM-Remote-Control config part:
{
module: 'MMM-Remote-Control',
// uncomment the following line to show the URL of the remote control on the mirror
position: 'bottom_left'
// you can hide this module afterwards from the remote control itself
},