@KristjanESPERANTO Will see if I can get one done for PGA. But heading on holidays tomorrow. Back in the new year.
Read the statement by Michael Teeuw here.
Posts
-
RE: Module list updates since the beginning of November
-
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: 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.
-
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: MMM-NOAA3 not working since last update
The issue was that I had to specify the lon and lat manually in the config.js.
-
RE: Best practice 'package-lock.json' for modules
My 2 cents worth.
@Jalibu I agree with your view.
It is highly recommended you commit the generated package lock to source control: this will allow anyone else on your team, your deployments, your CI/continuous integration, and anyone else who runs npm install in your package source to get the exact same dependency tree that you were developing on.
@KristjanESPERANTO Personally I always add it to
.gitignorealong withnode_modulesfolder. -
RE: new Raspi OS release
@rkorell Just read that X11 is still there in Trixie. So no stress yet, but yes, it is old and may be on it’s way out one of these good ol days.
-
RE: Where to git clone MagicMirror 2.16
@plainbroke There you go. Use the upgrade script by @sdetweil with the apply option and it should sort out your modules’ missing dependencies. If you still have issues then post the logs so we can see what else is wrong.