@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

-
-
RE: 2.32.0 Calendar module limitDays and excludedEvents stopped working
@AndyHazz You can do the following from the docker host,
docker compose up -dthis will launch you container. Then you can run the following commanddocker exec -it magicmirror bashreplacingmagicmirrorwith your container name. This essentially puts you into the MagicMirror directory. You can then acces the debug log from there. -
RE: Hello everyone, do you know if there is an MM module for rugby
@Manu85 I saw your request to him. The module is not built for you and only you. Others are using it right now. You don’t seem to appreciate and understand the complexities around the data and how it the API’s are defined.
This module is being used by a number of people, and unless you raise a feature request and everybody agree to request will I entertain the idea. What you are asking for is not easily achievable with the way the API calls are structured.
For my own personal use the module is fine as is.
I hope you come right but this matter I consider closed now and module will remain as is.
-
RE: Hello everyone, do you know if there is an MM module for rugby
@Manu85 Way too much work. You are welcome to can make a PR.
-
RE: Developer Wanted to Create A Module to Add Notion Pages to MM
@emile-gasbarri You can have a look at the 3rd Party module page. There is a module for Notion already on there. Have a look at that and see if it meets your needs. If not then you could raise an enhancement to the developer of the module on his Github page.