@kpl4184
Hi, I have a small module which restart the mirror with a short press or shutdown the RPi with a long press.
I use this module on my own mirror.
The code could be found here : https://github.com/thierry7100/Reset_Py
I did it with both date and city.
{
module: “clock”,
position: “top_left”, // This can be any of the regions.
config: {
dateFormat: “dddd, LL [at New York City]”,
showDate: true
}
}