i have posted examples with the steelseries gauges this is how to install the library to use them
install steelseries to node red
download
https://github.com/HanSolo/SteelSeries-Canvas
make a folder in node red /home/pi/.node-red/public/myjs
copy steelseries min js and tween min js to the myjs folder
edit settings
sudo nano /home/pi/.node-red/settings.js
look for this
// By default, all user data is stored in the Node-RED install directory. To
// use a different location, the following property can be used
//userDir: '/home/pi/.node-red/',
httpStatic: '/home/pi/.node-red/public',
^^^^add this line.... ctrl+x y return ^^^^^
restart
should be ready to go
jim
install steelseries to node red
download
https://github.com/HanSolo/SteelSeries-Canvas
make a folder in node red /home/pi/.node-red/public/myjs
copy steelseries min js and tween min js to the myjs folder
edit settings
sudo nano /home/pi/.node-red/settings.js
look for this
// By default, all user data is stored in the Node-RED install directory. To
// use a different location, the following property can be used
//userDir: '/home/pi/.node-red/',
httpStatic: '/home/pi/.node-red/public',
^^^^add this line.... ctrl+x y return ^^^^^
restart
should be ready to go
jim