MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-WorldCup2026 - FIFA World Cup 2026 Live Scores, Groups & Stadiums

    Scheduled Pinned Locked Moved Entertainment
    12 Posts 4 Posters 875 Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      sdetweil @chris47803
      last edited by

      @chris47803 please try to use code block around logs and config

      in this message editor

      paste the text, blank line above and below
      select the text you just pasted
      hit the </> button above in the editor toolbar

      or, manually
      on a blank line above the text, three backticks, left of the 1 on the US keyboard
      on a blank line below the test, three backticks

      you can have multiple wrapped sections in a message
      the code block must be the only thing on its line and be at the beginning

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • Dentrass 0D Offline
        Dentrass 0 @chris47803
        last edited by

        @chris47803

        Hi,

        I’ll see if I can find a solution to the problem of the module not loading correctly.
        In the meantime, you can try reloading Magic Mirror. It worked for me.

        C 1 Reply Last reply Reply Quote 0
        • C Offline
          chris47803 @Dentrass 0
          last edited by

          @Dentrass-0

          Hello.
          Thanks for your reply.
          I have already restarted it many times.
          Here are the details again.
          Raspberry Pi 3B+
          Raspbian Buster
          MagicMirror 2.16.0

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @chris47803
            last edited by

            @chris47803 can you look in the messages put out from the npm start, the module produces an error message in certain cases

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            C 1 Reply Last reply Reply Quote 0
            • C Offline
              chris47803 @sdetweil
              last edited by

              @sdetweil ```

              pi@Magic-Mirror:~/MagicMirror $ npm start

              magicmirror@2.16.0 start
              DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

              [21.06.2026 16:14.59.575] [LOG] Starting MagicMirror: v2.16.0
              [21.06.2026 16:14.59.584] [LOG] Loading config …
              [21.06.2026 16:14.59.610] [LOG] Loading module helpers …
              [21.06.2026 16:14.59.614] [LOG] No helper found for module: alert.
              [21.06.2026 16:14.59.617] [LOG] No helper found for module: clock.
              [21.06.2026 16:14.59.619] [LOG] No helper found for module: MMM-Multimonth.
              [21.06.2026 16:15.00.041] [LOG] Initializing new module helper …
              [21.06.2026 16:15.00.043] [LOG] Module helper loaded: calendar
              [21.06.2026 16:15.00.051] [LOG] Initializing new module helper …
              [21.06.2026 16:15.00.053] [LOG] Module helper loaded: currentweather
              [21.06.2026 16:15.00.070] [LOG] Initializing new module helper …
              [21.06.2026 16:15.00.075] [LOG] Module helper loaded: weatherforecast
              [21.06.2026 16:15.00.078] [LOG] No helper found for module: MMM-Regenradar.
              [21.06.2026 16:15.00.098] [LOG] Initializing new module helper …
              [21.06.2026 16:15.00.101] [LOG] Module helper loaded: MMM-MysqlQuery
              [21.06.2026 16:15.00.113] [LOG] Initializing new module helper …
              [21.06.2026 16:15.00.114] [LOG] Module helper loaded: MMM-WorldCup2026
              [21.06.2026 16:15.00.253] [LOG] Initializing new module helper …
              [21.06.2026 16:15.00.256] [LOG] Module helper loaded: MMM-ServerStatus
              [21.06.2026 16:15.00.522] [LOG] Initializing new module helper …
              [21.06.2026 16:15.00.525] [LOG] Module helper loaded: MMM-Pinfo
              [21.06.2026 16:15.01.148] [LOG] Initializing new module helper …
              [21.06.2026 16:15.01.149] [LOG] Module helper loaded: MMM-FRITZ-Box-Callmonitor
              [21.06.2026 16:15.01.158] [LOG] Initializing new module helper …
              [21.06.2026 16:15.01.160] [LOG] Module helper loaded: MMM-ioBroker2
              [21.06.2026 16:15.01.171] [LOG] Initializing new module helper …
              [21.06.2026 16:15.01.173] [LOG] Module helper loaded: MMM-ioBroker
              [21.06.2026 16:15.01.174] [LOG] All module helpers loaded.
              [21.06.2026 16:15.01.504] [LOG] Starting server on port 8080 …
              [21.06.2026 16:15.01.532] [LOG] Server started …
              [21.06.2026 16:15.01.537] [LOG] Connecting socket for: calendar
              [21.06.2026 16:15.01.541] [LOG] Starting node helper for: calendar
              [21.06.2026 16:15.01.542] [LOG] Connecting socket for: currentweather
              [21.06.2026 16:15.01.544] [WARN] The module ‘currentweather’ is deprecated in favor of the ‘weather’-module, please refer to the documentation for a migration path
              [21.06.2026 16:15.01.547] [LOG] Connecting socket for: weatherforecast
              [21.06.2026 16:15.01.549] [WARN] The module ‘weatherforecast’ is deprecated in favor of the ‘weather’-module, please refer to the documentation for a migration path
              [21.06.2026 16:15.01.551] [LOG] Connecting socket for: MMM-MysqlQuery
              [21.06.2026 16:15.01.553] [LOG] Starting module helper: MMM-MysqlQuery
              [21.06.2026 16:15.01.557] [LOG] Connecting socket for: MMM-WorldCup2026
              [21.06.2026 16:15.01.561] [LOG] MMM-WorldCup2026 node_helper v1.1 started
              [21.06.2026 16:15.01.564] [LOG] Connecting socket for: MMM-ServerStatus
              [21.06.2026 16:15.01.567] [LOG] Ping helper started; waiting for requests…
              [21.06.2026 16:15.01.569] [LOG] Connecting socket for: MMM-Pinfo
              [21.06.2026 16:15.01.576] [LOG] Connecting socket for: MMM-FRITZ-Box-Callmonitor
              [21.06.2026 16:15.01.577] [LOG] Starting module: MMM-FRITZ-Box-Callmonitor
              [21.06.2026 16:15.01.579] [LOG] Connecting socket for: MMM-ioBroker2
              [21.06.2026 16:15.01.580] [LOG] Connecting socket for: MMM-ioBroker
              [21.06.2026 16:15.01.582] [LOG] Sockets connected & modules started …
              [21.06.2026 16:15.02.179] [ERROR] Whoops! There was an uncaught exception…
              [21.06.2026 16:15.02.196] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
              at Server.setupListenHandle [as _listen2] (net.js:1313:16)
              at listenInCluster (net.js:1361:12)
              at GetAddrInfoReqWrap.doListen [as callback] (net.js:1498:7)
              at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:68:8) {
              code: ‘EADDRINUSE’,
              errno: ‘EADDRINUSE’,
              syscall: ‘listen’,
              address: ‘127.0.0.1’,
              port: 8080
              }
              [21.06.2026 16:15.02.205] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
              [21.06.2026 16:15.02.209] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
              [21.06.2026 16:15.02.343] [LOG] Launching application.

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @chris47803
                last edited by sdetweil

                @chris47803 cant start it again if already running…

                [21.06.2026 16:15.02.196] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
                at Server.setupListenHandle [as _listen2] (net.js:1313:16)
                

                if using pm2 to launch

                pm logs --lines=xxx
                

                xxx is number of most recent lines, default 15

                or

                pm2 stop all
                

                then
                npm start
                to see the output
                ctrl-q to close MM window

                pm2 status
                

                then

                pm2 start xx
                

                where xx is the name or number on the row of the app from the status output

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                C 1 Reply Last reply Reply Quote 0
                • C Offline
                  chris47803 @sdetweil
                  last edited by sdetweil

                  @sdetweil

                  pi@Magic-Mirror:~ $ pm2 logs --lines=15
                  [TAILING] Tailing last 15 lines for [all] processes (change the value with --lin                                                          es option)
                  /home/pi/.pm2/pm2.log last 15 lines:
                  PM2        | 2026-06-22T12:13:48: PM2 log: Node.js version      : 10.24.1
                  PM2        | 2026-06-22T12:13:48: PM2 log: Current arch         : arm
                  PM2        | 2026-06-22T12:13:48: PM2 log: PM2 home             : /home/pi/.pm2
                  PM2        | 2026-06-22T12:13:48: PM2 log: PM2 PID file         : /home/pi/.pm2/                                                          pm2.pid
                  PM2        | 2026-06-22T12:13:48: PM2 log: RPC socket file      : /home/pi/.pm2/                                                          rpc.sock
                  PM2        | 2026-06-22T12:13:48: PM2 log: BUS socket file      : /home/pi/.pm2/                                                          pub.sock
                  PM2        | 2026-06-22T12:13:48: PM2 log: Application log path : /home/pi/.pm2/                                                          logs
                  PM2        | 2026-06-22T12:13:48: PM2 log: Worker Interval      : 30000
                  PM2        | 2026-06-22T12:13:48: PM2 log: Process dump file    : /home/pi/.pm2/                                                          dump.pm2
                  PM2        | 2026-06-22T12:13:48: PM2 log: Concurrent actions   : 2
                  PM2        | 2026-06-22T12:13:48: PM2 log: SIGTERM timeout      : 1600
                  PM2        | 2026-06-22T12:13:48: PM2 log: =====================================                                                          ==========================================
                  PM2        | 2026-06-22T12:13:49: PM2 log: [Watch] Start watching MagicMirror
                  PM2        | 2026-06-22T12:13:49: PM2 log: App [MagicMirror:0] starting in -fork                                                           mode-
                  PM2        | 2026-06-22T12:13:49: PM2 log: App [MagicMirror:0] online
                  
                  /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
                  0|MagicMir | [30.04.2026 11:06.55.604] [ERROR] Got error: connect ECONNREFUSED 1                                                          92.168.2.73:8088
                  0|MagicMir | [30.04.2026 11:06.55.609] [ERROR] Got error: connect ECONNREFUSED 1                                                          92.168.2.73:8088
                  0|MagicMir | [30.04.2026 11:06.55.613] [ERROR] Got error: connect ECONNREFUSED 1                                                          92.168.2.73:8088
                  0|MagicMir | [30.04.2026 11:06.55.621] [ERROR] Got error: connect ECONNREFUSED 1                                                          92.168.2.73:8088
                  0|MagicMir | [30.04.2026 11:06.56.561] [ERROR] Got error: connect ECONNREFUSED 1                                                          92.168.2.73:8088
                  0|MagicMir | [30.04.2026 11:06.56.569] [ERROR] Got error: connect ECONNREFUSED 1                                                          92.168.2.73:8088
                  0|MagicMir | npm notice
                  0|MagicMir | npm notice New major version of npm available! 7.9.0 -> 11.13.0
                  0|MagicMir | npm notice Changelog: <https://github.com/npm/cli/releases/tag/v11.                                                          13.0>
                  0|MagicMir | npm notice Run `npm install -g npm@11.13.0` to update!
                  0|MagicMir | npm notice
                  0|MagicMir | [01.05.2026 13:25.18.947] [WARN]  The module 'currentweather' is de                                                          precated in favor of the 'weather'-module, please refer to the documentation for                                                           a migration path
                  0|MagicMir | [01.05.2026 13:25.18.950] [WARN]  The module 'weatherforecast' is d                                                          eprecated in favor of the 'weather'-module, please refer to the documentation fo                                                          r a migration path
                  0|MagicMir | [22.06.2026 12:14.02.445] [WARN]  The module 'currentweather' is de                                                          precated in favor of the 'weather'-module, please refer to the documentation for                                                           a migration path
                  0|MagicMir | [22.06.2026 12:14.02.454] [WARN]  The module 'weatherforecast' is d                                                          eprecated in favor of the 'weather'-module, please refer to the documentation fo                                                          r a migration path
                  
                  /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines:
                  0|MagicMir | [22.06.2026 12:14.02.478] [LOG]   Connecting socket for: MMM-ioBrok                                                          er2
                  0|MagicMir | [22.06.2026 12:14.02.481] [LOG]   Connecting socket for: MMM-ioBrok                                                          er
                  0|MagicMir | [22.06.2026 12:14.02.484] [LOG]   Sockets connected & modules start                                                          ed ...
                  0|MagicMir | [22.06.2026 12:14.04.439] [LOG]   Launching application.
                  0|MagicMir | [22.06.2026 12:14.23.068] [LOG]   Create new calendarfetcher for ur                                                          l: https://outlook.live.com/owa/calendar/6c99173e-dacd-49dd-96ea-5a3e411d78e4/52                                                          8c0d07-d4d5-4407-9063-263319f80b1f/cid-7629F9D2FD840E3F/calendar.ics - Interval:                                                           300000
                  0|MagicMir | [22.06.2026 12:14.24.364] [LOG]   Received config for MMM-FRITZ-Box                                                          -Callmonitor
                  0|MagicMir | [22.06.2026 12:14.24.371] [LOG]   MMM-FRITZ-Box-Callmonitor is wait                                                          ing for incoming calls.
                  0|MagicMir | [22.06.2026 12:14.34.980] [INFO]  Calendar-Fetcher: Broadcasting 14                                                          2 events.
                  0|MagicMir | [22.06.2026 12:19.41.727] [INFO]  Calendar-Fetcher: Broadcasting 14                                                          2 events.
                  0|MagicMir | [22.06.2026 12:24.45.041] [INFO]  Calendar-Fetcher: Broadcasting 14                                                          2 events.
                  0|MagicMir | [22.06.2026 12:29.48.571] [INFO]  Calendar-Fetcher: Broadcasting 14                                                          2 events.
                  0|MagicMir | [22.06.2026 12:34.52.678] [INFO]  Calendar-Fetcher: Broadcasting 14                                                          2 events.
                  0|MagicMir | [22.06.2026 12:39.55.682] [INFO]  Calendar-Fetcher: Broadcasting 14                                                          2 events.
                  0|MagicMir | [22.06.2026 12:44.58.496] [INFO]  Calendar-Fetcher: Broadcasting 14                                                          2 events.
                  0|MagicMir | [22.06.2026 12:50.02.031] [INFO]  Calendar-Fetcher: Broadcasting 14                                                          2 events.
                  
                  0|MagicMirror  | [22.06.2026 12:55.06.772] [INFO]
                  0|MagicMirror  | Calendar-Fetcher: Broadcasting 142 events.
                  
                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @chris47803
                    last edited by

                    @chris47803

                    I think this

                    604] [ERROR] Got error: connect ECONNREFUSED 1

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      Thekk @Dentrass 0
                      last edited by

                      @Dentrass-0

                      Hello, thanks for your very nice module. I have 2 requests: will the module also support the knock-out stages of the world cup? Some teams have already placed and displaying the group matches for them doesn’t add too much anymore.

                      Can you make showing the stadium information toggle-able?

                      Thanks!

                      Dentrass 0D 1 Reply Last reply Reply Quote 0
                      • Dentrass 0D Offline
                        Dentrass 0 @Thekk
                        last edited by

                        @Thekk This project is no longer actively maintained as I am on vacation and therefore do not have the time to work on the module.

                        No new features or bug fixes are planned.

                        Sorry I do not have the time to fulfill your requests. :(

                        1 Reply Last reply Reply Quote 0

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better 💗

                        Register Login
                        • 1 / 1
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy