New packages: - secubox-app-magicmirror2 (0.4.0): MagicMirror² smart display platform - LXC container with Docker image extraction - mm2ctl CLI for management - Support for gzip/zstd compressed layers - Default port 8082 - luci-app-magicmirror2 (0.4.0): LuCI web interface - Dashboard, modules, webui, settings views - RPCD backend for service control - Module management integration - secubox-app-mmpm (0.2.0): MMPM package manager - Installs MMPM in MagicMirror2 container - mmpmctl CLI for module management - Web GUI on port 7891 - luci-app-mmpm (0.2.0): LuCI interface for MMPM - Dashboard with install/update controls - Module search and management - Embedded web GUI view Portal integration: - Added MagicMirror² and MMPM to Services section - Portal version bumped to 0.6.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
49 lines
1.0 KiB
Plaintext
49 lines
1.0 KiB
Plaintext
# MagicMirror2 configuration for SecuBox
|
|
|
|
config magicmirror2 'main'
|
|
option enabled '0'
|
|
option port '8082'
|
|
option address '0.0.0.0'
|
|
option data_path '/srv/magicmirror2'
|
|
option memory_limit '512M'
|
|
option language 'en'
|
|
option timezone 'Europe/Paris'
|
|
option units 'metric'
|
|
option electron_enabled '0'
|
|
|
|
config display 'display'
|
|
option width '1920'
|
|
option height '1080'
|
|
option zoom '1.0'
|
|
option brightness '100'
|
|
|
|
config weather 'weather'
|
|
option enabled '0'
|
|
option provider 'openweathermap'
|
|
option api_key ''
|
|
option location ''
|
|
option location_id ''
|
|
option units 'metric'
|
|
|
|
config calendar 'calendar'
|
|
option enabled '0'
|
|
option max_entries '10'
|
|
option fetch_interval '300000'
|
|
|
|
config newsfeed 'newsfeed'
|
|
option enabled '0'
|
|
option show_description '1'
|
|
option show_source_title '1'
|
|
option max_news_items '5'
|
|
|
|
config clock 'clock'
|
|
option enabled '1'
|
|
option display_seconds '1'
|
|
option show_date '1'
|
|
option show_week '0'
|
|
option date_format 'dddd, LL'
|
|
|
|
config compliments 'compliments'
|
|
option enabled '1'
|
|
option update_interval '30000'
|