Just in case somebody’s interested… I believe it can be polished though, there must be a better way of achieving this…
[{"id":"7c5d03f21879db51","type":"split","z":"683f8f9b.fcae9","name":"","splt":" ","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","x":2570,"y":3780,"wires":[["75fbc9f0e148640f"]]},{"id":"7af35f3b789a7ecb","type":"switch","z":"683f8f9b.fcae9","name":"get number","property":"payload","propertyType":"msg","rules":[{"t":"istype","v":"number","vt":"number"}],"checkall":"true","repair":false,"outputs":1,"x":2950,"y":3780,"wires":[["f01446eabae4d523"]]},{"id":"75fbc9f0e148640f","type":"change","z":"683f8f9b.fcae9","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$number(payload)","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":2740,"y":3780,"wires":[["7af35f3b789a7ecb"]]},{"id":"f01446eabae4d523","type":"switch","z":"683f8f9b.fcae9","name":"Which value?","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"120","vt":"num"},{"t":"btwn","v":"119","vt":"num","v2":"60","v2t":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":3,"x":3140,"y":3780,"wires":[["6c3e250fb295fa98"],["7e2c45d85535fbf2"],["1a39ddc65e65eed4"]]},{"id":"7e2c45d85535fbf2","type":"change","z":"683f8f9b.fcae9","name":"","rules":[{"t":"set","p":"messageHead","pt":"msg","to":"$substringBefore(message, $string(payload) & \" min\")\t","tot":"jsonata"},{"t":"set","p":"messageTail","pt":"msg","to":"$number(payload) = 60 ? \"1 h\" : \"1 h \" & ($number(payload) - 60) & \" min\"","tot":"jsonata"},{"t":"set","p":"message","pt":"msg","to":"messageHead & messageTail","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":3360,"y":3780,"wires":[["1a39ddc65e65eed4"]]},{"id":"6c3e250fb295fa98","type":"change","z":"683f8f9b.fcae9","name":"","rules":[{"t":"change","p":"message","pt":"msg","from":"120 min","fromt":"str","to":"2 h","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":3380,"y":3740,"wires":[["1a39ddc65e65eed4"]]},{"id":"1a39ddc65e65eed4","type":"debug","z":"683f8f9b.fcae9","name":"debug 46","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"message","targetType":"msg","statusVal":"","statusType":"auto","x":3560,"y":3800,"wires":[]},{"id":"5c44e59c86e9cfb4","type":"inject","z":"683f8f9b.fcae9","name":"It will stop raining in 120 min","props":[{"p":"payload"},{"p":"message","v":"It will stop raining in 120 min","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"It will stop raining in 120 min","payloadType":"str","x":2320,"y":3720,"wires":[["7c5d03f21879db51"]]},{"id":"0c72caf2430d9d6a","type":"inject","z":"683f8f9b.fcae9","name":"It will rain in 90 min","props":[{"p":"payload"},{"p":"message","v":"It will rain in 90 min","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"It will rain in 90 min","payloadType":"str","x":2350,"y":3760,"wires":[["7c5d03f21879db51"]]},{"id":"d480f7d9aff4e0ed","type":"inject","z":"683f8f9b.fcae9","name":"It will snow in 60 min","props":[{"p":"payload"},{"p":"message","v":"It will snow in 60 min","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"It will snow in 60 min","payloadType":"str","x":2350,"y":3800,"wires":[["7c5d03f21879db51"]]},{"id":"4750e8240852e38a","type":"inject","z":"683f8f9b.fcae9","name":"It will thunder in 30 min","props":[{"p":"payload"},{"p":"message","v":"It will thunder in 30 min","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"It will thunder in 30 min","payloadType":"str","x":2340,"y":3840,"wires":[["7c5d03f21879db51"]]}]