@babene1 Hey, I followed your setup instructions but still get undefined for the sensors, any ideas?
Config
                {
                        module: "MMM-HASS",
                        position: "top_right",
                        config: {
                                host: "hass_ip",
                                port: "8123",
                                apipassword: "hass_api_password",
                                hassiotoken: "true",
                                token: "hass_token_for_MMM-HASS"                                
                                https: false,
                                devices: [
                                { deviceLabel: "Interior",
                                        deviceReadings: [
                                        { sensor: "sensor.living_room_thermostat_temperature"},
                                        { sensor: "sensor.living_room_ac_temperature"}
                                        ]
                                },
                                ]
                        }
                },