@sdetweil I believe he have script to detect wifi/internet running on the same Pi, so he should be able to reload the mirror which is also running on same Pi.
For anyone interested in the future, an elegant solution that worked for me :
custom.css:
#remote-control-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Where the key is to add top: 0; left: 0; to the #remote-control-overlay. The rest is already in the module’s remote-control.css file.
I want to run my magic mirror in some kind of slideshow view, or at least show one module full screen at the time. I then want to control what module to show/change slide using mqtt or some other way to make it control it through Home Assistant. In my research the only thing I’ve found is ‘MMM-Remote-Control’ but couldn’t understand if there was some way to make that work the way I want.
Thanks in advance!