Hi Everyone,
Could someone please tell me what I'm doing wrong.
Trying to display an image using the </>template node.
I'm sure what I've done in the template node is incorrect.
Cheers.
Paul.
[{"id":"3a1bff0b.55d3c","type":"ui_template","z":"b63efc3f.9a86a","group":"a73c0688.26bac8","name":"","order":9,"width":"8","height":"4","format":"\n \n <img width=\"100%\" height=\"100%\" alt=\"Image not found\" src=\"msg.payload\">\n","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":false,"templateScope":"local","x":650,"y":660,"wires":[[]]},{"id":"bc137f20.f932b","type":"function","z":"b63efc3f.9a86a","name":"msg.filename","func":"msg.filename = \"/home/pi/.node-red/lp-screenshots/SS-2021-02-23-120115.png\";\nreturn msg;\n","outputs":1,"noerr":0,"initialize":"","finalize":"","x":310,"y":660,"wires":[["4757d887.183fc8"]]},{"id":"ee87f65b.9f4398","type":"inject","z":"b63efc3f.9a86a","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"str","x":140,"y":660,"wires":[["bc137f20.f932b"]]},{"id":"4757d887.183fc8","type":"file in","z":"b63efc3f.9a86a","name":"","filename":"","format":"","chunk":false,"sendError":false,"encoding":"none","x":480,"y":660,"wires":[["3a1bff0b.55d3c"]]},{"id":"a73c0688.26bac8","type":"ui_group","name":"Bits","tab":"207e613d.22c52e","order":4,"disp":false,"width":"25","collapse":false},{"id":"207e613d.22c52e","type":"ui_tab","name":"Configuration","icon":"dashboard","order":5,"disabled":false,"hidden":false}]