Please install in ioBroker the Adapter “Simple RESTful API”
config.js from the mirror look like this.
{
module: 'MMM-ioBroker',
position: 'bottom_right',
config: {
host: 'IP from ioBroker',
port: '8087',
https: false,
devices: [
{ name: "Badezimmer",
deviceStates: [
{ id: 'zigbee.0.001.temperature', icon: 'wi wi-thermometer', suffix: '°' },
{ id: 'zigbee.0.001.humidity', icon: 'wi wi-humidity', suffix: '%' }
]
},
]
}
},