Skip to content

Instantly share code, notes, and snippets.

View scargill's full-sized avatar

Peter Scargill scargill

View GitHub Profile
@scargill
scargill / README.md
Last active September 4, 2018 18:28
Using Steel Series Gauges in Node-Red Desktop

A simple example of using one of the SteelSeries Canvas gauges in Node-Red Desktop.

This assumes you have set up a folder in Node-Red for Javascript libraries - I call mine "myjs" to avoid conflict with Node-Red JS libraries.

You should attempt to use this in conjunction with the blog entry http://tech.scargill.net/steelseries-and-node-red/ as there are some simple prerequisites such as two library files.

@scargill
scargill / full-update-node-red-server
Created December 28, 2016 23:01 — forked from fragolinux/full-update-node-red-server
Full automatic update of a Debian/Ubuntu Node-Red server
sudo apt-get -qq update
sudo apt-get -y -qq upgrade
sudo apt-get -y -qq dist-upgrade
sudo npm -s cache clean
sudo npm -s update -g --unsafe-perm node-red
cd ~/.node-red
# npm outdated
npm -s update
npm -s rebuild