I see this feed parser has an input, but I cant seem to change any properties via this input.
I think it is node-red-node-feedparser-2 that takes in the input, but not sure how to pass in a URL to have it monitor for the feeds. The feed parsers work great when I manually enter an RSS URL into it's properties, but I need to give it URL's dynamically.
There is minimal description on this node and I can't find info to help. I tried passing URL as incoming payload, and inside msg.url
and msg.topic
all produce nothing... There is a little red triangle prompting missing property values when I leave blank the URL in the node properties.
Hope someone can clarify what I might need to do, if possible.