hi I'm trying to put a snapshot from my 3d printer cam on my dashboard,
i am able to get a picture to a image preview node , but when i send it to a ui template node the only thing that appears on the dashboard is the address
[
{
"id": "d4a09425498d2426",
"type": "inject",
"z": "5a48f4f272ae5046",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "http://192.168.0.107:8001/?action=snapshot",
"payloadType": "str",
"x": 130,
"y": 100,
"wires": [
[
"26eaef4d01b44d90",
"3af15ac76ab8b2ce"
]
]
},
{
"id": "26eaef4d01b44d90",
"type": "image",
"z": "5a48f4f272ae5046",
"name": "",
"width": 160,
"data": "payload",
"dataType": "msg",
"thumbnail": false,
"active": true,
"pass": true,
"outputs": 1,
"x": 500,
"y": 80,
"wires": [
[]
]
},
{
"id": "3af15ac76ab8b2ce",
"type": "ui_template",
"z": "5a48f4f272ae5046",
"group": "81060d8e4e1f2004",
"name": "",
"order": 0,
"width": "6",
"height": "6",
"format": "<div ng-bind-html=\"msg.payload\"></div>",
"storeOutMessages": true,
"fwdInMessages": false,
"resendOnRefresh": true,
"templateScope": "local",
"className": "",
"x": 290,
"y": 240,
"wires": [
[]
]
},
{
"id": "81060d8e4e1f2004",
"type": "ui_group",
"name": "bambu",
"tab": "cb9ffd151a8ff47e",
"order": 7,
"disp": true,
"width": "6",
"collapse": false,
"className": ""
},
{
"id": "cb9ffd151a8ff47e",
"type": "ui_tab",
"name": "3d printer",
"icon": "dashboard",
"order": 3,
"disabled": false,
"hidden": false
}
]
`