@sdetweil Seems to be more touch related changes. I may update my pi to this latest release and test how my MM runs with it.
Read the statement by Michael Teeuw here.
Posts
-
RE: new Raspi OS release
-
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: 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: MMM-Growatt
Update v2.1.4 - Released!
The module display has been too rigid and only worked in the
middle_centerposition.I have made a number of changes to the
csswhich now allows the module to be displayed in any of the other regions.The updates are currently on my dev branch for anybody who would like to test. I will release to main by the end of the weekend.
-
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: Need help with MMM-MQTTbridge not "communicating" with MMM-RTSPStream
@Cr4z33 said in Need help with MMM-MQTTbridge not "communicating" with MMM-RTSPStream:
MMM-RTSPStream
The position is incorrect. There is no
middle\_centerposition. -
RE: MMM-Growatt
Update v2.1.3 - Released
- Added animation to the lines to show a visual effect of charging or discharging. Have been wanting to do this for a while and only had the chance to implement this.
The above change is on my dev branch being tested by myself. I welcome others to checkout the dev branch and assist with testing. Everything looks good thus far. If no issues raised against the dev branch then I will release to main over the weekend.
Couple of examples below showcasing the changes.




-
RE: MMM-Carousel Pagination Icons
@com1cedric MMM-page-indicator was updated recently so you do not have to use the nth-child stuff anymore. Checkout the latest version and the readme. I have added some samples of how you can use it. You should reference the svg as either @sdetweil or @karsten13 has shown and it should work.
-
RE: MMM-PGA Not Working
@dathbe I have cleaned up a bit of the old code and done some changes. Before submitting the PR, do a git pull and test first.
-
RE: MMM-PGA Not Working
@dathbe I replaced node-fetch a while back. Maybe do a git pull first.