@titoof Not quite understanding your wording, there.
Once you follow the instructions in the readme - exactly - and reboot your system, it will work.
{
module: "MMM-DHT-Sensor",
position: "bottom_right",
header: "Room Temp",
config: {
sensorPin: 26, // Use the GPIO number. GPIO 26/Pin 37.
sensorType: 22, // DHT 22 (DHT 11 change to 11)
updateInterval: 60 * 60 * 1000,
initialLoadDelay: 0,
animationSpeed: 1000,
units: "imperial",
relativeScale: 35,
debug: false
},
},