Add complete French (fr) and Chinese (zh) translations for all documentation: - Root files: README, CHANGELOG, SECURITY, BETA-RELEASE - docs/: All 16 core documentation files - DOCS/: All 19 deep-dive documents including embedded/ and archive/ - package/secubox/: All 123+ package READMEs - Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/ Total: 346 translation files created Each file includes language switcher links for easy navigation between English, French, and Chinese versions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||
| README.fr.md | ||
| README.md | ||
| README.zh.md | ||
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