@Rags Need to be bit more specific with what issues you are experiencing. If you are running you mirror with npm start then list the output from npm. Also check the developer console (shift + ctrl+i) and see if there are any errors there.
Read the statement by Michael Teeuw here.

Posts
-
RE: ChatGpt developed Module MMM-Dockerstat
-
RE: Module list updates since the beginning of November
@KristjanESPERANTO Will see if I can get one done for PGA. But heading on holidays tomorrow. Back in the new year.
-
RE: MMM-Strava stopped updating
@levon I think check if it is successfully hitting the API on Strava. Check https://www.strava.com/settings/api.
Also check if the Authorization Callback Domain matches your MM IP.
-
RE: Help. MM doesn't work Anymore
@extra said in Help. MM doesn't work Anymore:
[23.01.2022 14:55.17.502] [ERROR] Error [ERR_REQUIRE_ESM]: require() of ES Module /home/pi/MagicMirror/node_modules/node-fetch/src/index.js from /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js not supported.
Instead change the require of index.js in /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js to a dynamic import() which is available in all CommonJS modules.This is the wrong version of node-fetch that is installed on MM. You need to downgrade node-fetch to v2.6.1 or something earlier than v3 where the module was change to an ES module. I would uninstall node-fetch and check which module uses it and what specific version and install the correct version.
-
RE: MMM-PGA Not Working
-
RE: Automatic checking of all MagicMirror² modules
@KristjanESPERANTO Stats were great, fixed most of the issues identified in my modules. Majority package.json issues.
Great work @KristjanESPERANTO
-
RE: Recommend a Word of the Day module? (English)
@brentmatthews Hi, yes, I did not require a css file for the module. You are welcome to add and submit a pr if you like.
-
RE: MMM-Strava stopped updating
@levon Awesome. Glad you found the issue. The code uses the npm module strava-v3. It looks like the method used does not return walking.
-
RE: Two modules side by side
@mmuser I would suggest that you grab the module_id from the Developer Window|Elements Tab. then use the div id for the module and assign the CSS as per @hango using the div id. If I had 2 instances of
MMM-SweepClock
in my config it would be assignedmodule_0_MMM-SweepClock
andmodule_1_MMM-SweepClock
-
RE: MMM-PGA Not Working
Handing over the module
I have recently not had time to look after this module and I think that @dathbe will do a much better job looking after the module going forward.
Here is a link to his fork: MMM-PGA. I have updated the 3rd Party Modules to point to his fork.
I will archive my fork of the module this weekend.