Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Requirements

Meridix Platform - v. 3.9.15.5288 or later

Meridix MiCloud Telepo Wallboard - v. x.x.1020 or later

Add external widget manifest route to Meridix portal

  1. Locate the folder plugins under the root folder where the portal is installed
  2. If the file external-widgets.json does not exist create it
  3. Add the following json object to the arraylist
external-widgets.json
[
	{
		"name": "Telepo live widget",
		"enabled": "true",
		"enabledPropertyKey": "telepo_live.widgets_enabled",
		"externalEndpointBaseAddress": "UrlToMeridixMiCloudTelepoWallboard", // Exchange with correct url
		"externalEndpointServerSideBaseAddress": "UrlToMeridixMiCloudTelepoWallboard", // Exchange with correct url
		"manifestPath": "/api/externalwidgets/manifest",
		"manifestPathVerb": "POST",
		"endpointRequiredProperties": [
			{
				"propertyKey": "micloudwallboard.domain",
				"defaultValue": "test.com" // Will show test data when this property is not set
			},
			{
				"propertyKey": "micloudwallboard.username",
				"defaultValue": "testusername" 
			},
			{
				"propertyKey": "micloudwallboard.token",
				"defaultValue": "testtoken" 
			}
		]
	}
]

Add the properties on the user or customer

  1. Go to the properties tab of the user or customer that should have the widgets activated
  2. Add the following properties to the properties box

Copyable properties
micloudwallboard.widgets_enabled=True
micloudwallboard.domain=MyDomain.com
micloudwallboard.username=MyUsername
micloudwallboard.token=MyTelepoToken

3. Click settings and make sure to click Update to save the changes

Test the widgets

  1. Go to the dashboard
  2. Click Add content
  3. The widgets should now be shown under the headline Live data from queues
  • No labels