Installation - cgjgh/node-red-dashboard-2-ui-scheduler GitHub Wiki
Installation Guide
Follow these instructions to install the Node-RED Dashboard 2 UI Scheduler in your Node-RED environment.
Direct Installation
- Open the Node-RED interface.
- Navigate to the "Manage Palette" menu.
- Search for
@cgjgh/node-red-dashboard-2-ui-scheduler
. - Click on Install.
Manual Installation
For manual installation, run the following command in your Node-RED user directory - typically ~/.node-red
on Linux or %HOMEPATH%\.nodered
on Windows:
npm install @cgjgh/node-red-dashboard-2-ui-scheduler
Ensure your Node.js version is 14 or higher, and Node-RED version is 3.0.0 or higher.