Set payload from exec node to title bar

Hi, how to insert the payload from exec node to top bar next to title name?

[{"id":"7eab7f9d.5ee76","type":"debug","z":"41423f06.c6d6b","name":"","active":true,"tosidebar":false,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","x":610,"y":1100,"wires":},{"id":"d5978652.fd2d98","type":"exec","z":"41423f06.c6d6b","command":"ifconfig wlan0 |grep netmask |sed 's/.inet \([^ ]\).*/\1/'","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"ip","x":290,"y":1100,"wires":[["508d2c73.2815b4","942b6a9.11e4398"],,]},{"id":"508d2c73.2815b4","type":"delay","z":"41423f06.c6d6b","name":"","pauseType":"delay","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":440,"y":1100,"wires":[["7eab7f9d.5ee76","f8b3ccad.6a21"]]},{"id":"4633286a.81f4a8","type":"inject","z":"41423f06.c6d6b","name":"","topic":"","payload":"","payloadType":"date","repeat":"4","crontab":"","once":true,"onceDelay":0.1,"x":130,"y":1100,"wires":[["d5978652.fd2d98"]]},{"id":"942b6a9.11e4398","type":"ui_template","z":"41423f06.c6d6b","group":"5336ea6a.450064","name":"","order":2,"width":0,"height":0,"format":"","storeOutMessages":false,"fwdInMessages":true,"templateScope":"global","x":460,"y":1160,"wires":[]},{"id":"f8b3ccad.6a21","type":"ui_text","z":"41423f06.c6d6b","group":"5336ea6a.450064","order":2,"width":0,"height":0,"name":"","label":"IP address UI","format":"{{msg.payload}}","layout":"row-spread","x":650,"y":1160,"wires":},{"id":"5336ea6a.450064","type":"ui_group","z":"","name":"SEQUENCE 4","tab":"821ca8c.f0dff58","order":10,"disp":true,"width":"5","collapse":false},{"id":"821ca8c.f0dff58","type":"ui_tab","z":"","name":"DEVICE MONITORING SYSTEM","icon":"dashboard","disabled":false,"hidden":false}]

Not really looked at your code but I suspect that you will need to do that using jQuery. Your template will be added to the page after it has already been built and so manipulating the dom is likely to be the only way to do it. I don't even know if that can be done, I've never tried.

You may be able to create a variation of his - Time/Date on the Dashboard