secubox-openwrt/package/secubox/secubox-app-magicmirror2/README.zh.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
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>
2026-03-20 10:00:18 +01:00

954 B

SecuBox MagicMirror2

Languages: English | Francais | 中文

开源模块化智能显示平台,在 SecuBox 驱动的 OpenWrt 系统上的 LXC 容器中运行。

安装

opkg install secubox-app-magicmirror2

配置

UCI 配置文件:/etc/config/magicmirror2

config magicmirror2 'main'
    option enabled '0'
    option port '8080'

使用方法

# 启动 / 停止服务
/etc/init.d/magicmirror2 start
/etc/init.d/magicmirror2 stop

# 控制器 CLI
mm2ctl status
mm2ctl install
mm2ctl remove

功能特性

  • 模块化架构,提供数百个可用模块
  • 内置模块管理器,便于安装
  • 天气、日历、新闻和自定义小部件
  • 基于 Web 的配置界面
  • 专用显示器的 Kiosk 模式

文件

  • /etc/config/magicmirror2 -- UCI 配置
  • /usr/sbin/mm2ctl -- 控制器 CLI

依赖

  • wget
  • tar
  • jq
  • zstd

许可证

Apache-2.0