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-CollegeFootballTop 25

    Scheduled Pinned Locked Moved General Discussion
    7 Posts 2 Posters 694 Views 2 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.
    • V Offline
      vandam3b
      last edited by

      Re: MMM College top 25
      Hi, I installed the MMM-CollegeFootballTop25 but when I go to run it I get this and it wont start. vandam3b@raspberrypi:~/MagicMirror $ npm start

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

      [17.11.2023 17:09.12.845] [LOG] Starting MagicMirror: v2.25.0
      [17.11.2023 17:09.12.864] [LOG] Loading config …
      [17.11.2023 17:09.12.873] [DEBUG] config template file not exists, no envsubst
      [17.11.2023 17:09.12.886] [LOG] Loading module helpers …
      [17.11.2023 17:09.12.892] [LOG] No helper found for module: alert.
      [17.11.2023 17:09.12.954] [LOG] Initializing new module helper …
      [17.11.2023 17:09.12.956] [LOG] Module helper loaded: updatenotification
      [17.11.2023 17:09.12.960] [LOG] No helper found for module: clock.
      [17.11.2023 17:09.13.535] [LOG] Initializing new module helper …
      [17.11.2023 17:09.13.538] [LOG] Module helper loaded: calendar
      [17.11.2023 17:09.13.548] [LOG] No helper found for module: compliments.
      [17.11.2023 17:09.13.551] [LOG] No helper found for module: weather.
      [17.11.2023 17:09.13.583] [LOG] Initializing new module helper …
      [17.11.2023 17:09.13.585] [LOG] Module helper loaded: MMM-MyScoreboard
      [17.11.2023 17:09.13.600] [LOG] Initializing new module helper …
      [17.11.2023 17:09.13.601] [LOG] Module helper loaded: MMM-ImageSlideshow
      [17.11.2023 17:09.15.041] [LOG] Initializing new module helper …
      [17.11.2023 17:09.15.043] [LOG] Module helper loaded: MMM-History
      [17.11.2023 17:09.15.060] [ERROR] (node:10256) UnhandledPromiseRejectionWarning: ReferenceError: NodeHelper is not defined
      at Object. (/home/vandam3b/MagicMirror/modules/MMM-CollegeFootballTop25/node_helper.js:19:18)
      at Module._compile (node:internal/modules/cjs/loader:1271:14)
      at Object…js (node:internal/modules/cjs/loader:1326:10)
      at Module.load (node:internal/modules/cjs/loader:1126:32)
      at node:internal/modules/cjs/loader:967:12
      at Function._load (node:electron/js2c/asar_bundle:2:13327)
      at Module.require (node:internal/modules/cjs/loader:1150:19)
      at require (node:internal/modules/cjs/helpers:110:18)
      at loadModule (/home/vandam3b/MagicMirror/js/app.js:180:19)
      at loadModules (/home/vandam3b/MagicMirror/js/app.js:210:10)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      at async App.start (/home/vandam3b/MagicMirror/js/app.js:258:3)
      (Use electron --trace-warnings ... to show where the warning was created)
      [17.11.2023 17:09.15.061] [ERROR] (node:10256) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
      [10256:1117/170916.908663:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.portal.Desktop was not provided by any .service files
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      This is what I put in the Config.js file
      {
      module: “MMM-CollegeFootballTop25”,
      position: “lower_third”,
      config: {
      headertext: “College Top 25”,
      }
      },
      Any help would be appreciated.

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

        @vandam3b this module is missing a line of code

        add this as line 1 of the node_helper.js

        const NodeHelper = require("node_helper")
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • V Offline
          vandam3b
          last edited by

          Thanks, I really appreciate it. It loads but now says “Awaiting update” so maybe this module is no longer good?

          1 Reply Last reply Reply Quote 0
          • V Offline
            vandam3b
            last edited by

            Thanks, I appreciate it. It loads but now says “Awaiting Update” maybe the module does not work anymore. Thanks

            S 2 Replies Last reply Reply Quote 0
            • S Offline
              sdetweil @vandam3b
              last edited by

              @vandam3b posts for users with less than reputation 2 are reviewed before being posted. I review every post

              patience

              this module IS 5 years old

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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

                @vandam3b I do not know about the data source the module uses. the modules is 5 years since last update.

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • V Offline
                  vandam3b
                  last edited by

                  Thanks for your reply , you are great help. Sorry for the double post I just wasn’t sure I hit the reply button. Rookie mistake. Thanks again for your help.

                  1 Reply Last reply Reply Quote 0
                  • 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