markiii wrote: 
> Would it be possible to have a button for Alarms on the home page

Not sure where this would go, as (in mobile at least) there is no space
left on the toolbar for another button. I'm also not sure how widely
used such a feature would be.

However, you can add an entry to the main menu (three dots top right) to
access alarms. Create "material-skin/actions.json" -within- your LMS's
"prefs" folder with the following:


Code:
--------------------
    
  {
  "system":[
  {
  "title":"Alarms",
  "script":"bus.$emit('dlg.open', 'playersettings', '-', 'alarms');",
  "icon":"alarm"
  }
  ]
  }
  
--------------------


For more info, refer to
https://github.com/CDrummond/lms-material/wiki/Detailed-Information



*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
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to