@ChrisKelley so I installed, did npm install in the module folder
here is my config , two sensors from my entities list in HA
so now all I can think is your token string is bad…
{
module: 'MMM-homeassistant-sensors',
position: 'top_left',
classes: "page4",
config: {
host: "homeassistant.local",
port: "8123",
https: false,
token: " my fresh token ",
values: [
{
sensor: "binary_sensor.athom_garage_door_status",
},
{
sensor: "sensor.foo_battery_percentage",
},
]
}
},