#Node-RED time in notifications (notify.mobile)

1 messages · Page 1 of 1 (latest)

gusty marsh
#

Hi guys! I have been using one automation for years, bud it stopped working few weeks ago when I updated Node-RED.
I have been using action node to send notification to my phone, and I neede to have currecnt time in the notification, co I used this:
"message": "{{=<% %>=}}Asi spadl jistič {{now().strftime('%d.%m.')}} v {{now().strftime('%H:%M')}}",
I like having the time in almost all notifications, like if there is a blackout or someone is ringing the bell. All of them are now without time and I cant find a way to repair it 😦 Does anyone know what changed and how to fix it?