Hi
I have the module working, but had to specify the pin scheme for it to work. It wouldn’t work for me without this config line.
See below
{
module: "MMM-LocalTemperature",
position: "top_right",
header: "Inside Temperature",
config: {
pinScheme: "WPI",
sensorPin: 0,
fontsize: "medium",
updateInterval: 1,
showTemperature: true,
showHumidity: true,
}
},