Goodday everyone,
In the description of node-red-contrib-dutch-weather it says that the node needs to be triggered in order for it to work.
*Quote: *
In order to get updated data you have to send a message on the input of a node with payload { trigger: true }
for it to update.
Blockquote
[{"id":"2cecd4a1.c7c00c","type":"dutch-weather-rain-state","z":"9db5de2d.00ef8","conf":"513001c4.b2f48","name":"","topic":"","x":300,"y":280,"wires":[["4d09b1e8.0d83f"]]},{"id":"4d09b1e8.0d83f","type":"debug","z":"9db5de2d.00ef8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":510,"y":280,"wires":},{"id":"39fba6dc.a6a4fa","type":"inject","z":"9db5de2d.00ef8","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":" trigger: true","payloadType":"json","x":110,"y":280,"wires":[["2cecd4a1.c7c00c"]]},{"id":"513001c4.b2f48","type":"dutch-weather-conf","lat":"53.187679","lng":"5.539390"}]
Blockquote
I am not sure what to fill in here.
Can someone advise on what I am doing wrong?