I'm attempting to combine two payloads in the dashboard. I've managed to combine them into 1 payload.
Currently, this is what I have, in two different dashboard groups (Motion & Time)
I'd like to get them into 1 group, so move the Time over into the group Motion, and then remove the group Time. I'm attempting to do this via the Template Ui node, but not having any luck.
This is what the below code results in. Not sure why only the : shows up and not the time. Also, why is it on a new line?
This is what I've got with the template node/widget.
Office: <font color="{{msg.color}}"><div class="material-icons {{msg.icon}}"/><font color="white">{{msg.time}} </font>
And here is an flow to import with the right data (msg.time msg.color etc).
[{"id":"ef1e2b95f17cad89","type":"ui_template","z":"dc8def0e.5ff96","group":"ac35072fdc970f14","name":"Office","order":15,"width":0,"height":0,"format":"Office: <font color=\"{{msg.color}}\"><div class=\"material-icons {{msg.icon}}\"/><font color=\"white\">{{msg.time}} </font>","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":true,"templateScope":"local","className":"","x":2150,"y":2420,"wires":[[]]},{"id":"5e2847d0a4de9e24","type":"inject","z":"dc8def0e.5ff96","name":"","props":[{"p":"topic","vt":"str"},{"p":"icon","v":"directions_walk","vt":"str"},{"p":"color","v":"red","vt":"str"},{"p":"time","v":"5:00","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"Office","x":1850,"y":2420,"wires":[["ef1e2b95f17cad89","929690fd5f641eb5"]]},{"id":"929690fd5f641eb5","type":"debug","z":"dc8def0e.5ff96","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":2150,"y":2460,"wires":[]},{"id":"ac35072fdc970f14","type":"ui_group","name":"Temp","tab":"1862e313.45ffad","order":21,"disp":true,"width":"4","collapse":false},{"id":"1862e313.45ffad","type":"ui_tab","name":"Mike","icon":"dashboard","order":2,"disabled":false,"hidden":false}]