node-red-web-nodes
node-red-web-nodes copied to clipboard
A collection of node-red nodes aimed at web services
can a check-box be added to the configuration form to enable "--request-payer requester" equivalent? [AWS requester pays](https://aws.amazon.com/blogs/developer/the-aws-sdk-for-javascript-now-supports-amazon-s3-requester-pays-buckets/) underlying aws-sdk calls would conditionally include RequestPayer option e.g. ``` s3.getObject({ Bucket: 'bucket',...
I've been using the node-red-node-openweathermap node continuously for several months. Suddenly, several times in the past week, node-red has been crashing and I've been finding this at the end of...
Hi! The watch node always seems to returns all updates (adds, deletes), since the first initial check, not the new updates since the previous check. I added this at line...
Hello, I have noticed that the message gets sent after the update from google This creates a delay. For example I have an event at 8:30 am. I have configured...
I've just received 8 identical Emails from fitbit ( I guess they really wanted to tell me!) to let me know that they are moving from OAuth1.0 to OAuth2.0 "Applications...
Node-red is frequently (but not always) crashing with the following error when performing a Google Places Nearby lookup. All parameters are hard coded into the node itself except for Name...
Hi! The default watch node check interval is 10 minutes, which is a bit long for e.g. test and dev, so I looked into the code and found the node...
Box node credentials are not retained after reboot: 1|node-red | 24 Jan 17:50:19 - [warn] [box-credentials:8a4d5f1b.490358] trying to refresh token due to expiry 1|node-red | 24 Jan 17:50:21 - [error]...
Instagram: - Added scope "public_content" required for liked photos - Some checks for undefined Forecastio: - Added trim to lat, lon and apikey strings - Error handling in JSON parse...
In master, the dropbox poll pulled all changes since node-red flow was started. IMO, this is not counterintuitive - i.e. I expected to get latest changes (only changes since the...