Interesting. Using this does show connections for me:
{ module: 'MMM-RMV',
position: 'top_left',
config: {
apikey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
stationId: '3000001',
}
},
Using your config fails for me, debug console shows an error.
{ module: 'MMM-RMV',
position: 'top_left',
config: {
apikey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
stationId: '3025547',
}
},
I hope I find some time tomorrow to dig into this.