@Stoffbeuteluwe I’m assuming self.config.units
is undefined on line 26. If that is the case then MagicMirror is having trouble reading in your global units configuration. Are you experiencing the same problem with other modules?
For your information, I am from the Netherlands and I also use the metric units. I tried your configurations settings from the following and it works for me.
@Stoffbeuteluwe said in MMM-Tado wrong units:
@sdetweil Hello, after module update same problem
and your fix don’t work anymore…can you help me again?
If you just want to get the module running and forget about problem replace line 26 to the following:
this.config.units = 'metric';
Be sure you are on the master branch before replacing.