Hello,
For several days my MMM-DHT-Sensor module does not update, I have to restart the MagicMirror for the temperature to move. I uninstalled and reinstalled the module and bcm2835 I also changed the DHT22 sensor with a new one but the problem persists.
I did not however change anything in the parameters of my config.js
		{
				module: "MMM-DHT-Sensor",
				position: "top_right",
				header: "T° Appartement",
				config: {
					sensorPin: 4,
					sensorType: 22,
					updateInterval: 100 * 1000,
					initialLoadDelay: 0,
					animationSpeed: 1000,
					units: "metric",
					relativeScale: 35,
					debug: false
				}
			},
what should I do ?