Check Youtube👇
git clone https://github.com/okhiroyuki/redmobile-modules-generator.git
- RedMobile v10.x or higher
- node.js @ 18
-
npm i
-
Install the Node-RED Custom Node you want to use with the npm command.
// sample npm i node-red-contrib-telegrambot
-
npm run build
-
The
node_modules.zip
file will be generated directly under the dist folder.
- Set the generated node_modules.zip to the Android device.
- go to Menu -> Upload in RedMobile and open the Modules screen.
- Select the node_modules.zip file.
- click the Upload button
- After rebooting, you will be able to use custom nodes.
- If you want to restore the original settings, click the Reset button in the Modules screen.
- Be sure to include the package listed in dependencies by default. If you remove them, they will not work properly.