In the end this worked for me - set up two global variables elsewhere - intTempC and extTempc
Then
[{"id":"2afdd8e9.d5149","type":"inject","z":"257ed035.563748","name":"","topic":"","payload":"","payloadType":"date","repeat":"300","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":300,"wires":[["17a78faa.3500b"]]},{"id":"7c3b88d2.484c5","type":"ui_chart","z":"257ed035.563748","name":"Ext. & Int. Temperatures","group":"3d3c0588.3499e2","order":8,"width":"12","height":"6","label":"External & Internal Temperatures Celsius","chartType":"line","legend":"true","xformat":"D-M-Y","interpolate":"linear","nodata":"","dot":false,"ymin":"-10","ymax":"35","removeOlder":1,"removeOlderPoints":"1000","removeOlderUnit":"86400","cutout":0,"useOneColor":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"outputs":1,"x":670,"y":300,"wires":[[]]},{"id":"17a78faa.3500b","type":"function","z":"257ed035.563748","name":"get ext & int temps","func":"var msg = {};\nvar msg1 = {};\n\nvar UseextTempC = global.get(\"extTempC\");\nmsg.payload = UseextTempC;\nmsg.topic = 'External';\n\nvar UseintTempC =global.get(\"intTempC\");\nmsg1.payload = UseintTempC;\nmsg1.topic = 'Internal';\n\n\n\n\nreturn [msg, msg1];","outputs":2,"noerr":0,"x":310,"y":300,"wires":[["7c3b88d2.484c5","57ae702e.d90bf"],["7c3b88d2.484c5","57ae702e.d90bf"]]},{"id":"57ae702e.d90bf","type":"debug","z":"257ed035.563748","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":630,"y":340,"wires":[]},{"id":"3d3c0588.3499e2","type":"ui_group","z":"","name":"Heatmiser PRT","tab":"216ba00f.9d297","disp":true,"width":"12","collapse":false},{"id":"216ba00f.9d297","type":"ui_tab","z":"","name":"Weather Forecast","icon":"wb_sunny","order":4,"disabled":false,"hidden":false}]