@babene1 No, no errors, in HA.
MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
Latest posts made by Coolie1101
-
RE: Which modules with Home Assistant currently work?
-
RE: Which modules with Home Assistant currently work?
@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"} ] }, ] } },