@kusselin
In your configuration, I’m missing the entry modulOrder. This entry was essential for me! I initially used the default name until I realized that it only works if the module name is stored exactly as you configured it in the web-app (https://auth.netatmo.com/de-de/access/login):
my config:
{
module: 'netatmo',
position: 'middle_center', // the location where the module should be displayed
config: {
clientId: '*myID*', // your app id
clientSecret: '*mysecret*', // your app secret
refresh_token: *'mytoken*', // your generated refresh token
moduleOrder: ["Outdoor","Regen","Wind","Schlafzimmer","Wohnzimmer"], //take same names from web-app!
updateInterval: 6, // every 3 minutes, refresh interval on netatmo is 10 minutes
animationSpeed: 1000,
design: 'bubbles', // classic or bubbles
horizontal: false,
lastMessageThreshold: 600, // in seconds (10 minutes)
showLastMessage: true,
showBattery: true,
showRadio: true,
showWiFi: true,
showTrend: true,
showMeasurementIcon: true,
showMeasurementLabel: true,
showStationName: false,
showModuleNameOnTop: true,
fontClassModuleName: 'small', // xsmall, small, medium, large, xlarge
fontClassPrimary: 'large',
fontClassSecondary: 'xsmall',
fontClassMeasurement: 'xsmall',
thresholdCO2Average: 800,
thresholdCO2Bad: 1800,
mockData: false,
}
},
https://home.netatmo.com/control/dashboard

MM:
