2015-01-04 22:55:21 +01:00
|
|
|
node-red-node-prowl
|
|
|
|
===================
|
|
|
|
|
|
|
|
A <a href="http://nodered.org" target="_new">Node-RED</a> node to send local popup notifications.
|
|
|
|
|
|
|
|
Uses [Growl](http://growl.info//)
|
|
|
|
|
|
|
|
Install
|
|
|
|
-------
|
|
|
|
|
2016-03-02 14:26:53 +01:00
|
|
|
Run the following command in your Node-RED user directory - typically `~/.node-red`
|
2015-01-04 22:55:21 +01:00
|
|
|
|
|
|
|
npm install node-red-node-notify
|
|
|
|
|
|
|
|
Uses Growl so should work cross platform but will need **pre-reqs** installed...
|
|
|
|
see <a href="https://npmjs.org/package/growl" target="_new">this link</a> for detailed instructions.
|
|
|
|
|
|
|
|
If installing on Windows you MUST read the install instructions ... especially the bit about adding growlnotify to your path... or it WILL NOT work.
|
|
|
|
|
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
2016-03-02 14:26:53 +01:00
|
|
|
Uses Growl to push the `msg.payload` to the local desktop.
|
2015-01-04 22:55:21 +01:00
|
|
|
|
2016-03-02 14:26:53 +01:00
|
|
|
The title can be set by `msg.topic`.
|