@sdetweil
Hi
That´s my Sensor , and that´s my config:
module: "MMM-DHT22",
position: "top_left",
config: {
gpioPin: 17,
fontSize: '16px', // Font size for the header
fontFamily: 'Arial', // Font family for module text
showThermometerIcon: true, // Show the thermometer icon
showDropletIcon: true, // Show the droplet icon
showTemperatureText: true, // Show the "Temperature" text
showHumidityText: true, // Show the "Humidity" text
headerText: 'Local Environment', // Header text displayed above the values
updateInterval: 120, // Update interval in seconds for fetching sensor data
temperatureIconColor: 'red', // Color of the temperature icon
humidityIconColor: 'blue', // Color of the humidity icon
temperatureFontSize: '18px', // Font size for temperature
humidityFontSize: '14px', // Font size for humidity
temperatureOffset: 0, // Temperature offset adjustment in degrees Celsius
humidityOffset: 0, // Humidity offset adjustment in percentage points
temperatureUnit: 'C', // Default to Celsius ('C') or use 'F' for Fahrenheit
layout: 'horizontal', // Default layout style ('horizontal' or 'vertical')