@Sam-0 Have a look at my post about this.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Growatt
v2.2.0 Upgrade
I have decided to refactor the code to make it a little easier to manage
- Update growatt library to latest
- Added helper functions
- Add a connection retry in cases where connection to the Growatt server is down or interrupted
- Add better error handling
Current users do NOT have to update to the latest version unless you want to be on the latest version.
If you do decide to upgrade and experience any issues, please open an issue on the MMM-Growatt Github page.
The same updates were applied to the MMM-Growatt-Stats module. If you update and experience any issues please open a ticket at the MMM-Growatt-Stats Github page.
-
RE: is there a notes module out there
@1a2a3a There are a few on the 3rd party modules page.
https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules
Maybe one of them would do what you want?
-
RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs
@KristjanESPERANTO Not sure if it is advisable to update the modules
requiresVersionto the latest MM version. With the issue of older PI’s not able to run the latest version of MM you run the risk of the modules no longer working even if they can still work on older versions of MM. I prefer to keep my version 2 versions behind as they worked on those. Unless your module has specifically been updated with dependencies of the latest MM. -
RE: Hello everyone, do you know if there is an MM module for rugby
@Manu85 You can have a look at the following. I think there is room for some improvements but you can use the first pass. Please check the README carefully for leagues and other options etc.
-
RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs
I just done a fresh install of the module and it works fine for me.

Just out of curiosity, did you do the following steps?
-
cd MMM-PublicTransportHafas -
npm ci --omit=dev
@KristjanESPERANTO ) saw the below in the log, I am assuming it is nothing to be concerned about?

-
-
RE: Issues with MMM-Screen-Powersave-Notification
@Rags Hi. I am running Trixie since the beginning of the year. I wrote a post about setting up the screen stuff and monitor on and monitor off. See my post. When you turn on the monitor with a script you can set the resolution,
-
RE: Can anyone revive AviationWX, PilotWX, or TAF
@sdetweil There is a simple api call from the site to get the metar data whicg might be simpler to use.
-
MMM-CovidStats
I have had an issue with the MMM-COVID19 module as it has stopped pulling stats since the 2nd March 2022. I decided t0 make my own from a different source. No API keys required. :clinking_glasses:
See Github module page:
MMM-CovidStats
In order to get the module you need to follow these steps:Module includes a country flag for the selected countries to display.
Module is best positioned in positionmiddle_centercd ~/MagicMirror/modules git clone https://github.com/mumblebaj/MMM-CovidStats.git cd MMM-CovidStats npm installOptions:
-
Include multiple countries
-
Include World Stats
Screenshots

-