Change layout on event

Hello,

Im wondering, is it possible to change a layout depending on an event or condition.

I’m using some screen in our main office to display a monitoring system (state of our websites or servers, events, pictures, infos bla bla bla)

I want to only display the monitoring page if there are an error detected. otherwise I need to wait 3 min to see that a website is done.

Thanks :slight_smile:

If you can get an output from the monitoring system that can run a script, then you could write a script that would connect to the CMS API and send a LayoutChange action to a group of Players that would force them to change to a different layout for a fixed period of time, and then revert back to the standard schedule. So yes it’s broadly possible, but you’d have to do some coding to write the script required to do that.

Top thanks

im using PRTG so its really easy to do the script.

I checked the wiki for the API but I can’t find the LayoutChange.

can you help me with the xibo part ?

Thanks

The call is here:
https://xibo.org.uk/manual/api/#/displayGroup/displayGroupActionChangeLayout

We have a basic guide to getting started with the API here: