...
Note |
---|
The properties micloud.baseUrl, micloud.domain, micloud.username, micloud.token may be added either in the config file external-widgets.json or under properties for a specific customer/user in the web portal. To add it in the config file see step 3 above. To add it under customer/user see steps below. |
Add
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
telepo_live.widgets_enabled=True
micloud.baseUrl=https://MyTelepoApiUrl
micloud.domain=MyDomain.com
micloud.username=MyUsername
micloud.token=MyTelepoToken |
...
Test the widgets
- Go to the dashboard
- Click Add content
- The widgets should now be shown under the headline Live data from queues
Add ability to load configured wallboards into the Dashboard
...