Thank you for your help @jbudd , i think in the last few days I have been very close but your help and explanations have been invaluable. I can now proceed, phew.
Should anyone else struggle like I have, here is my code.
[{"id":"9b84eee8fcc75cce","type":"tab","label":"Test","disabled":false,"info":"","env":[]},{"id":"1e98914fb0c2fe4f","type":"openweathermap","z":"9b84eee8fcc75cce","name":"","wtype":"onecall","lon":"","lat":"","city":"","country":"","language":"en","x":690,"y":300,"wires":[["049322490bcde89d"]]},{"id":"1decc165472dfebe","type":"inject","z":"9b84eee8fcc75cce","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"53.34","payloadType":"num","x":90,"y":240,"wires":[["ccf0bd414262e12b"]]},{"id":"ea3a66925e5eec2f","type":"inject","z":"9b84eee8fcc75cce","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"-1.0","payloadType":"num","x":90,"y":280,"wires":[["d3eccd93b125b1de"]]},{"id":"d042ef24a8138520","type":"join","z":"9b84eee8fcc75cce","name":"","mode":"custom","build":"object","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":true,"timeout":"","count":"2","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"","reduceFixup":"","x":270,"y":260,"wires":[["b0c77a81da6c4804"]]},{"id":"ccf0bd414262e12b","type":"change","z":"9b84eee8fcc75cce","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"lat","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":250,"y":200,"wires":[["917873fba721156b","d042ef24a8138520"]]},{"id":"d3eccd93b125b1de","type":"change","z":"9b84eee8fcc75cce","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"lon","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":250,"y":320,"wires":[["6fbbe44f9ac7f8c8","d042ef24a8138520"]]},{"id":"049322490bcde89d","type":"debug","z":"9b84eee8fcc75cce","name":"msg1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":710,"y":380,"wires":[]},{"id":"917873fba721156b","type":"debug","z":"9b84eee8fcc75cce","name":"Rule1","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":450,"y":200,"wires":[]},{"id":"6fbbe44f9ac7f8c8","type":"debug","z":"9b84eee8fcc75cce","name":"Rule2","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":490,"y":320,"wires":[]},{"id":"45c116eb61a3f927","type":"change","z":"9b84eee8fcc75cce","name":"","rules":[{"t":"set","p":"location","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":680,"y":220,"wires":[["6002f506e41afa1a","1e98914fb0c2fe4f"]]},{"id":"6002f506e41afa1a","type":"debug","z":"9b84eee8fcc75cce","name":"Rule3","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":700,"y":540,"wires":[]},{"id":"6928302ff43cc1ae","type":"victron-input-gps","z":"9b84eee8fcc75cce","service":"com.victronenergy.gps.ve_ttyACM0","path":"/Position/Latitude","serviceObj":{"service":"com.victronenergy.gps.ve_ttyACM0","name":"NMEA-0183 GPS (ACM0)","paths":[{"path":"/Altitude","type":"float","name":"Altitude (m)"},{"path":"/Course","type":"float","name":"Course (Deg)"},{"path":"/Fix","type":"integer","name":"Fix"},{"path":"/NrOfSatellites","type":"integer","name":"Number of satellites"},{"path":"/Position/Latitude","type":"float","name":"Latitude (LAT)"},{"path":"/Position/Longitude","type":"float","name":"Longitude (LNG)"},{"path":"/Speed","type":"float","name":"Speed (m/s)"}]},"pathObj":{"path":"/Position/Latitude","type":"float","name":"Latitude (LAT)"},"name":"","x":200,"y":140,"wires":[["ccf0bd414262e12b"]]},{"id":"0794e95e771bf9fa","type":"victron-input-gps","z":"9b84eee8fcc75cce","service":"com.victronenergy.gps.ve_ttyACM0","path":"/Position/Longitude","serviceObj":{"service":"com.victronenergy.gps.ve_ttyACM0","name":"NMEA-0183 GPS (ACM0)","paths":[{"path":"/Altitude","type":"float","name":"Altitude (m)"},{"path":"/Course","type":"float","name":"Course (Deg)"},{"path":"/Fix","type":"integer","name":"Fix"},{"path":"/NrOfSatellites","type":"integer","name":"Number of satellites"},{"path":"/Position/Latitude","type":"float","name":"Latitude (LAT)"},{"path":"/Position/Longitude","type":"float","name":"Longitude (LNG)"},{"path":"/Speed","type":"float","name":"Speed (m/s)"}]},"pathObj":{"path":"/Position/Longitude","type":"float","name":"Longitude (LNG)"},"name":"","x":210,"y":380,"wires":[["d3eccd93b125b1de"]]},{"id":"b0c77a81da6c4804","type":"delay","z":"9b84eee8fcc75cce","name":"","pauseType":"rate","timeout":"10","timeoutUnits":"seconds","rate":"1","nbRateUnits":"10","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":true,"allowrate":false,"outputs":1,"x":460,"y":260,"wires":[["45c116eb61a3f927"]]}]