Hi,
So, I can use the dashboard nodes and implement my data points in with no problem. Then, I thought to create my one custom HTML with custom CSS etc.. but inserting data into the Node Red HTML template node looks way harder than what I thought. I can not insert the data in the HTML page using the {{payload}}. So can you please tell why? I read a lot about this, watched some videos, and tried multiple different ways, but still not working. So, what i'm doing wrong? The debug area is showing right info when I inject it, but not onto the HTML page. The other question I have, is what if I then try to insert more than one data point onto the HTML page! what I need to make that happen? any help is appreciated. please see the simple flow i'm testing below.
[{"id":"89439520.8d6e98","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"e00d0af5.2a3a28","type":"http in","z":"89439520.8d6e98","name":"","url":"test","method":"get","upload":false,"swaggerDoc":"","x":100,"y":280,"wires":[["6a103da0.7eea94"]]},{"id":"10510ab9.ca2825","type":"http response","z":"89439520.8d6e98","name":"","statusCode":"","headers":{},"x":620,"y":280,"wires":[]},{"id":"6a103da0.7eea94","type":"template","z":"89439520.8d6e98","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"This is the payload: {{payload}} !","output":"str","x":360,"y":280,"wires":[["10510ab9.ca2825"]]},{"id":"1165748e.6c30ab","type":"debug","z":"89439520.8d6e98","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":490,"y":200,"wires":[]},{"id":"8e04e99b.193e68","type":"inject","z":"89439520.8d6e98","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"8","payloadType":"num","x":170,"y":200,"wires":[["6a103da0.7eea94","1165748e.6c30ab"]]}]