Heinerbub wrote: 
> Hello I am new to this forum and have also just started with an LMS.
> First of all, thanks for the great skin. 
> I use the visualisation in my Smarthome wall tablet. There the LMS
> interface is displayed in an iframe. 
> The theme of my display changes according to the time (light/dark). I
> would like to change the material theme of the LMS as well. 
> 
> Is it therefore possible to change the theme, e.g. via a simple http
> call? e.g. serveradress:9000/material/?cmd=xxx
> Many thanks for your support

Yes, you can specify the theme on the URL. e.g.:


Code:
--------------------
    
  http://SERVER:9000/material/?theme=dark
  http://SERVER:9000/material/?theme=light
  http://SERVER:9000/material/?theme=darker
  http://SERVER:9000/material/?theme=black
  http://SERVER:9000/material/?theme=dark-colored
  http://SERVER:9000/material/?theme=light-colored
  http://SERVER:9000/material/?theme=darker-colored
  http://SERVER:9000/material/?theme=black-colored
  http://SERVER:9000/material/?theme=windows/dark/Windows-10-Dark
  http://SERVER:9000/material/?theme=linux/dark/Adwaita-Dark
  
--------------------


You can also specify the colour to be used:

Code:
--------------------
    
  http://SERVER:9000/material/?theme=light,purple
  
--------------------



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to