This is my config. But I think I may have solved it. I was using CSS to hide the “Zone” and “Type” info. If I remove the “visibility hidden” it works. So let’s see after a full day…
{
module: 'MMM-Sonos',
//header: "Now Playing",
position: "bottom_bar", // This can be any of the regions, best results in center regions
classes: 'daytime_scheduler',
config: {
// See 'Configuration options' for more information.
showStoppedRoom: false,
showAlbumArt: true,
showRoomName: false,
exclude: ["Garden", "Living Room", "Bedroom"],
}
},