@solelo
Good luck, my friend. You will likely have some delay if you’re using a Pi. If you’re using something more robust than a Pi you will certainly have a better, more enjoyable experience. :-)
I had the same problem but I am using home assistant. I ended up installing MMM remote. And created a switch for on and off parsing theese urls. Maybe that would work for you as well?
command_on: "/usr/bin/curl -X GET http://192.168.0.77:8090/remote?action=MONITORON"
command_off: "/usr/bin/curl -X GET http://192.168.0.77:8090/remote?action=MONITOROFF"
@stephanvdplas please be careful…
the selector clause WILL ALWAYS select ALL elements that match across the entire web page…
so, you should focus on THIS module
.MMM-iFrame iframe{
border:0 ;
}
that means ALL iframe tags <iframe
inside class .MMM-iFrame
but not any OTHER module