node-red-bluemix-nodes
node-red-bluemix-nodes copied to clipboard
A collection of node-red nodes for the IBM Bluemix platform
It doesn't allow me to set ruleset path in node configuration
I raised issue https://github.com/ibmets/node-red-bluemix-nodes/issues/68 mentioning there is no way to pass skip query. This pull request solves that issue.
I was trying to pass query `msg.skip = 25` when I realise there is no skip option available in mongodb node. It is available in [`node-red-node-mongodb`](http://flows.nodered.org/node/node-red-node-mongodb)
So far there is no way to connect compose mongodb created from Bluemix. There is no SSL field and cannot connect with SSL enabled.
As discussed with Dave in slack - added a missing Weather Company API (intraday) to the node. Its tested local and should work . Adding the 3 / 5 /...
if msg.payload does not contain the latitude and longitude, it will try to use the location services to locate the latitude and longitude, assuming that the payload is a name...
Hi, I want to consume and publish message from/to IBM Message Hub service but unfortunately the current MQLight node (from the node-red-bluemix-nodes) only able to detect "MQ Light service". I'm...
Mongo-db node is not persisting db credentials in database, each time i restart the credentials of mongodb gets lost. (I am using mongo by compose on bluemix to save flows)
About the only doc on aggregates on mongodb via node-red is in a closed issue. It would be useful to have some code examples. I am making a big assumption:...
The node-mongodb-native package is using callbacks for the write commands, with values that can be useful. For example, when a save command finished and we want to know if it...