MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. DavidJ
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    D
    Online
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Clock and weather compatibility issues with V2.33.0?

      Thank you for the validation. I’ll do a quick rebuild. I appreciate the assistance.

      posted in Bug Hunt
      D
      DavidJ
    • RE: Clock and weather compatibility issues with V2.33.0?

      Apologies on the </>.

      The ‘git pull’ and ‘npm install’ finished successfully. For your test, or you on 2.33.0? If so, then it’s good to know that I need to do more debugging on my side.

      posted in Bug Hunt
      D
      DavidJ
    • RE: Clock and weather compatibility issues with V2.33.0?

      @sdetweil
      It’s an existing system/install. Running well until this update to v2.33.0 this week.
      I’m running in server mode to get the debug console. Here’s the log from the node serveronly (which shows clock module loaded successfully)

      pi@mm:~/MagicMirror_clean $ node serveronly
      [2025-10-12 13:04:35.838] [LOG]   Starting MagicMirror: v2.33.0
      [2025-10-12 13:04:35.853] [LOG]   Loading config ...
      [2025-10-12 13:04:35.857] [LOG]   config template file not exists, no envsubst
      [2025-10-12 13:04:36.928] [INFO]  Checking config file /home/pi/MagicMirror_clean/config/config.js ...
      [2025-10-12 13:04:37.109] [INFO]  Your configuration file doesn't contain syntax errors :)
      [2025-10-12 13:04:37.112] [INFO]  Checking modules structure configuration ...
      [2025-10-12 13:04:37.354] [INFO]  Your modules structure configuration doesn't contain errors :)
      [2025-10-12 13:04:37.386] [LOG]   Loading module helpers ...
      [2025-10-12 13:04:37.389] [LOG]   No helper found for module: helloworld.
      [2025-10-12 13:04:37.391] [LOG]   No helper found for module: clock.
      [2025-10-12 13:04:37.393] [LOG]   All module helpers loaded.
      [2025-10-12 13:04:37.414] [LOG]   Starting server on port 8080 ...
      [2025-10-12 13:04:37.420] [WARN]  You're using a full whitelist configuration to allow for all IPs
      [2025-10-12 13:04:37.467] [LOG]   Server started ...
      [2025-10-12 13:04:37.468] [LOG]   Sockets connected & modules started ...
      [2025-10-12 13:04:37.470] [INFO]
      >>>   Ready to go! Please point your browser to: http://0.0.0.0:8080   <<<
      [2025-10-12 13:04:41.141] [INFO]
      ####  System Information  ####
      - SYSTEM:   manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model B Plus Rev 1.3; virtual: false; MM: 2.33.0
      - OS:       platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.12.47+rpt-rpi-v8
      - VERSIONS: electron: undefined; used node: 24.10.0; installed node: 24.10.0; npm: 11.6.1; pm2: 6.0.10
      - ENV:      XDG_SESSION_TYPE: tty; MM_CONFIG_FILE: undefined
                  WAYLAND_DISPLAY:  undefined; DISPLAY: undefined; ELECTRON_ENABLE_GPU: undefined
      - RAM:      total: 906.16 MB; free: 517.24 MB; used: 388.93 MB
      - OTHERS:   uptime: 1134 minutes; timeZone: America/Chicago
      

      config.js (super simplified. Shows “Hello World!” in top left, but nothing in top right.)

      let config = {
        address: "0.0.0.0",
        port: 8080,
        // ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
        
        ipWhitelist: [],
        serverOnly: true,
        electronOptions: {},
        useHttps: false,
        language: "en",
        timeFormat: 12,
        units: "imperial",
        modules: [
          {
            module: "helloworld",
            position: "top_left",
            config: {}
          },
      
      	{
      		module: "clock",
      		position: "top_right"
      	},
      
        ]
      };
      if (typeof module !== "undefined") { module.exports = config; }
      

      ====
      And interestingly, some output from the browser console that seems to show clock is loaded, but not registered to java.? ( custom.css is also loaded but its a zero byte file)

      BrowserConsole.png

      posted in Bug Hunt
      D
      DavidJ
    • Clock and weather compatibility issues with V2.33.0?

      These modules are not displaying in any position. Compliments, HelloWorld (for instance) do work. It seems to have just happened after upgrading to V2.33.0.

      No custom.css

      System Information

      • SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model B Plus Rev 1.3; virtual: false; MM: 2.33.0
      • OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.12.47+rpt-rpi-v8
      • VERSIONS: electron: undefined; used node: 24.10.0; installed node: 24.10.0; npm: 11.6.1; pm2: 6.0.10
      • ENV: XDG_SESSION_TYPE: tty; MM_CONFIG_FILE: undefined
        WAYLAND_DISPLAY: undefined; DISPLAY: undefined; ELECTRON_ENABLE_GPU: undefined
      • RAM: total: 906.16 MB; free: 525.86 MB; used: 380.31 MB
      • OTHERS: uptime: 1095 minutes; timeZone: America/Chicago
      posted in Bug Hunt
      D
      DavidJ
    • RE: MMM-CoinMarketCap unable to get data

      @AvatarED007 Thank you.

      posted in Troubleshooting
      D
      DavidJ
    • RE: MMM-CoinMarketCap unable to get data

      Same. ‘git pull’ indicated that code was up to date. Hopefully a temporary issue at coinmarketcap?

      posted in Troubleshooting
      D
      DavidJ
    • 1 / 1