Hi, I'm trying to replace my "MMM-TouchNavigation" config part with this module.
But I don't get how to setup my profiles in the buttons...
These are my "MMM-TouchNavigation" buttons:
buttons: {
"Klocka": {
img: "http://10.0.0.30/img/magicmirror/users/Klocka01.png",
width: 60,
height: 60
},
"Huset": {
img: "http://10.0.0.30/img/magicmirror/users/House2.png",
width: 60,
height: 60
},
"Växthuset": {
img: "http://10.0.0.30/img/magicmirror/users/Greenhouse1.png",
width: 60,
height: 60
},
"Camilla": {
img: "http://10.0.0.30/img/magicmirror/users/Camilla1-1.png",
width: 60,
height: 60
},
"Louise": {
img: "http://10.0.0.30/img/magicmirror/users/Louise2-1.png",
width: 60,
height: 60
},
"Erik": {
img: "http://10.0.0.30/img/magicmirror/users/Snille2-1.png",
width: 60,
height: 60
},
"Jobba": {
img: "http://10.0.0.30/img/magicmirror/users/Work.png",
width: 60,
height: 60
},
"Media": {
img: "http://10.0.0.30/img/magicmirror/users/Multimedia4.png",
width: 60,
height: 60
},
"Väder": {
img: "http://10.0.0.30/img/magicmirror/users/Globe2-slow-60x60.gif",
width: 60,
height: 60
}
Hi, I'm trying to replace my "MMM-TouchNavigation" config part with this module.
But I don't get how to setup my profiles in the buttons...
These are my "MMM-TouchNavigation" buttons:
What do I need to change to get it to work with this module?
Thank you!