@wmx Hi, this has to do with “cors”, it’s not allowed anymore to load the pictures the way I do it, I have to rewrite stuff to fix it, I just don’t have the time… I’m currently loading the pictures form “internet” using a URL instead… It works, but not as nice as geting them from HA…
Like this:
values: [
{
sensor: "person.jane_doe",
name: "Jane are %v%",
displayvalue: false,
icons: [{
"default": "https://www.snille.net/img/magicmirror/users/jane.png"
}]
],
},