secubox-openwrt/package/secubox/secubox-app-mmpm/README.md
CyberMind-FR 62f2f6a7a8 docs(secubox): Add KISS README for all 46 remaining packages
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 07:34:06 +01:00

42 lines
847 B
Markdown

# MMPM - MagicMirror Package Manager
Web-based GUI for managing MagicMirror modules. Provides a package manager interface for discovering, installing, and configuring MagicMirror2 modules.
## Installation
```bash
opkg install secubox-app-mmpm
```
Requires MagicMirror2 to be installed first.
## Configuration
UCI config file: `/etc/config/mmpm`
```bash
uci set mmpm.main.enabled='1'
uci set mmpm.main.port='7890'
uci commit mmpm
```
## Usage
```bash
mmpmctl start # Start MMPM service
mmpmctl stop # Stop MMPM service
mmpmctl status # Show service status
mmpmctl list # List installed modules
mmpmctl search <name> # Search available modules
mmpmctl install <mod> # Install a module
mmpmctl remove <mod> # Remove a module
```
## Dependencies
- `secubox-app-magicmirror2`
## License
Apache-2.0