dietpi@MagicMirror:~/MagicMirror$ npm start > magicmirror@2.30.0 start > npm run start:x11 > magicmirror@2.30.0 start:x11 > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [2025-01-18 02:16:24.049] [LOG] Starting MagicMirror: v2.30.0 [2025-01-18 02:16:25.182] [LOG] Loading config ... [2025-01-18 02:16:25.234] [LOG] config template file not exists, no envsubst [2025-01-18 02:16:27.616] [INFO] Checking config file /home/dietpi/MagicMirror/config/config.js ... [2025-01-18 02:16:27.790] [INFO] Your configuration file doesn't contain syntax errors :) [2025-01-18 02:16:27.792] [INFO] Checking modules structure configuration ... [2025-01-18 02:16:28.116] [INFO] Your modules structure configuration doesn't contain errors :) [2025-01-18 02:16:28.154] [LOG] Loading module helpers ... [2025-01-18 02:16:28.233] [LOG] No helper found for module: alert. [2025-01-18 02:16:28.337] [LOG] Initializing new module helper ... [2025-01-18 02:16:28.346] [LOG] Module helper loaded: updatenotification [2025-01-18 02:16:28.350] [LOG] No helper found for module: clock. [2025-01-18 02:16:29.026] [LOG] Initializing new module helper ... [2025-01-18 02:16:29.028] [LOG] Module helper loaded: calendar [2025-01-18 02:16:29.035] [LOG] No helper found for module: compliments. [2025-01-18 02:16:29.039] [LOG] No helper found for module: weather. [2025-01-18 02:16:29.439] [LOG] Initializing new module helper ... [2025-01-18 02:16:29.441] [LOG] Module helper loaded: newsfeed [2025-01-18 02:16:29.442] [LOG] All module helpers loaded. [2025-01-18 02:16:29.485] [LOG] Starting server on port 8080 ... [2845:0118/021652.564419:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2845:0118/021656.615394:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2845:0118/021656.615816:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2845:0118/021656.616032:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2845:0118/021656.616240:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2025-01-18 02:17:01.485] [ERROR] Whoops! There was an uncaught exception... [2025-01-18 02:17:03.714] [ERROR] Error: listen EADDRINUSE: address already in use ::1:8080 at Server.setupListenHandle [as _listen2] (node:net:1908:16) at listenInCluster (node:net:1965:12) at GetAddrInfoReqWrap.doListen [as callback] (node:net:2139:7) at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8) { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::1', port: 8080 } [2025-01-18 02:17:04.144] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet conn ection? [2025-01-18 02:17:04.147] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MagicMirrorOrg/Ma gicMirror/issues [2845:0118/021725.918186:ERROR:gpu_process_host.cc(1007)] GPU process exited unexpectedly: exit_code=512 [2025-01-18 02:17:33.081] [INFO] System information: ### SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi Zero 2 W Rev 1.0; virtual: false ### OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm; kernel: 6.1.21-v7+ ### VERSIONS: electron: 32.2.8; used node: 20.18.1; installed node: 20.18.1; npm: 10.8.2; pm2: 5.4.3 ### OTHER: timeZone: America/New_York; ELECTRON_ENABLE_GPU: undefined