Using dashboard 2 the node shows "invalid configuration" in the editor after what I believe to be a valid configuration, and produces a warning when deployed. The gauge preforms as expected in the UI. What am I missing?
Here is the config:
[
{
"id": "aaccc6694f2b5ec2",
"type": "ui-gauge",
"z": "11955e3cf0059472",
"name": "Temperature",
"group": "fe8855cd4ee11c70",
"order": 1,
"width": "2",
"height": "2",
"gtype": "gauge-half",
"gstyle": "needle",
"title": "Temperature",
"units": "Deg F",
"icon": "",
"prefix": "",
"suffix": "",
"segments": [
{
"from": "50",
"color": "#5cd65c"
},
{
"from": "85",
"color": "#ffc800"
},
{
"from": "100",
"color": "#ea5353"
}
],
"min": "50",
"max": "100",
"sizeThickness": "10",
"sizeGap": 4,
"sizeKeyThickness": 8,
"styleRounded": true,
"styleGlow": false,
"className": "",
"x": 970,
"y": 220,
"wires": []
},
{
"id": "fe8855cd4ee11c70",
"type": "ui-group",
"name": "Foyer",
"page": "a55e1258ae64ae6c",
"width": "6",
"height": "1",
"order": 1,
"showTitle": true,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "a55e1258ae64ae6c",
"type": "ui-page",
"name": "Page 2",
"ui": "0ad92617acc9f9fa",
"path": "/page2",
"icon": "home",
"layout": "grid",
"theme": "",
"order": 2,
"className": "",
"visible": true,
"disabled": false
},
{
"id": "0ad92617acc9f9fa",
"type": "ui-base",
"name": "My Dashboard",
"path": "/dashboard",
"includeClientData": true,
"acceptsClientConfig": [
"ui-notification",
"ui-control",
"ui-file-input"
],
"showPathInSidebar": false,
"showPageTitle": true,
"navigationStyle": "default",
"titleBarStyle": "default"
}
]