@Snille hi, i could not able to get pictures on the MM, below is my config and i completely deleted TouchNavigation.css contents and pasted your Custom.css contents
{
module: "MMM-TouchNavigation",
position: 'bottom_left',
classes: "default everyone",
config: {
picturePlacement: "right",
minWidth: "40px",
direction: "column",
buttons: {
"Sun": {
img: "/home/pi/MagicMirror/Sun.png",
width: 60,
height: 60
},
"Moon": {
img: "/home/pi/MagicMirror/Moon.png",
width: 60,
height: 60
},
}
}
},