Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okhiroyuki/redmobile-modules-generator

Node Modules generator for customizing RedMobile's Node-RED
https://github.com/okhiroyuki/redmobile-modules-generator

node-red nodejs

Last synced: 5 days ago
JSON representation

Node Modules generator for customizing RedMobile's Node-RED

Awesome Lists containing this project

README

        

# redmobile-modules-generator

Check Youtube👇

[![youtube](http://img.youtube.com/vi/s_MvkH3IXrM/0.jpg)](http://www.youtube.com/watch?v=s_MvkH3IXrM)

## Installation

```bash
git clone https://github.com/okhiroyuki/redmobile-modules-generator.git
```

## Requirements

- RedMobile v10.x or higher
- node.js @ 18

## Usage

1. `npm i`
1. Install the Node-RED Custom Node you want to use with the npm command.

```bash
// sample
npm i node-red-contrib-telegrambot
```

1. `npm run build`
1. The `node_modules.zip` file will be generated directly under the dist folder.

## How to apply it to Redmobile

1. Set the generated **node_modules.zip** to the Android device.
2. go to Menu -> Upload in RedMobile and open the Modules screen.
3. Select the **node_modules.zip** file.
4. click the Upload button
5. After rebooting, you will be able to use custom nodes.

## Note

- 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.