Read the statement by Michael Teeuw here.
MMM-CollegeFootballTop 25
-
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 startmagicmirror@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)
(Useelectron --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. -
@vandam3b this module is missing a line of code
add this as line 1 of the node_helper.js
const NodeHelper = require("node_helper")
-
Thanks, I really appreciate it. It loads but now says “Awaiting update” so maybe this module is no longer good?
-
Thanks, I appreciate it. It loads but now says “Awaiting Update” maybe the module does not work anymore. Thanks
-
@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
-
@vandam3b I do not know about the data source the module uses. the modules is 5 years since last update.
-
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.