NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
227 stars 83 forks source link

spreadsheet #80

Closed paxinos closed 6 years ago

paxinos commented 6 years ago

Found two typos in the -google-spreadsheet node. Also, can you please point me to some documentation on the 'credentials' setting?

root@ai:~/.node-red/node_modules/node-red-contrib-viseo-google-spreadsheet# diff google-spreadsheet.js* 15c15 < node.status({fill:"red", shape:"ring", text: 'Missing credential'});

    node.status({fill:"red", shape:"ring", text: 'Missing credential'})

21c21 < this.on('input', (data) => { input(node, data, config) });

    this.on('input', (data)  => { input(node, data, config,) });
Klervix commented 6 years ago

Hi Paxinos! Some info about this node:

Don't forget to delete the saved data (default: global._sheet) to update your Sheet data.