secubox-openwrt/package/secubox/secubox-app-mmpm
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
..
files feat(hexojs): Add Build & Publish LuCI interface for Gitea workflow 2026-01-26 16:18:40 +01:00
Makefile fix(mmpm): Update to MMPM v4.x CLI syntax for UI management 2026-01-17 13:40:11 +01:00
README.md docs(secubox): Add KISS README for all 46 remaining packages 2026-02-03 07:34:06 +01:00

MMPM - MagicMirror Package Manager

Web-based GUI for managing MagicMirror modules. Provides a package manager interface for discovering, installing, and configuring MagicMirror2 modules.

Installation

opkg install secubox-app-mmpm

Requires MagicMirror2 to be installed first.

Configuration

UCI config file: /etc/config/mmpm

uci set mmpm.main.enabled='1'
uci set mmpm.main.port='7890'
uci commit mmpm

Usage

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