biddster / node-red-contrib-schedex

Scheduler for node-red which allows you to enter on/off times as 24hr clock (e.g. 01:10) or suncalc events (e.g. goldenHour). It also allows you to offset times and randomise the time within the offset.
22 stars 17 forks source link

Node installation #20

Closed Paul-Reed closed 7 years ago

Paul-Reed commented 7 years ago

In the readme you mention npm installing the node in your node-red installation directory. Shouldn't it be installed in the node-red 'user' directory, and not the node-red installation directory (which is typically /usr/lib/node_modules/node-red).

ie. Run the following command in your Node-RED user directory - typically ~/.node-red

Paul

biddster commented 7 years ago

Thanks for the report, fixed.