@htilburgs Hi, thanks for the complement. I have updated accordingly. Thanks for that.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-NOAA3 - Revived
-
RE: Long time no see and need a help.
@MMRIZE Major hit to the community. Hope things work out for you an hope you find a solution around this. Till later…
-
RE: Default Weather Updates not working
@Freddy_boy You can have a look at the following link.
This is my forked version which works and caters for different providers.
-
RE: Default Weather Updates not working
@Freddy_boy Just out of interest, why use multiple instances for current and forecast if you can get both in a single module? There are a few different modules that provide the combined view.
My apologies, just want to know out of interest.
Below is an example of both rolled into one.

-
RE: new Raspi OS release
@sdetweil So, I have not seen any issues thus far other than having to figure out the screen blanking for me on Labwc, I have to test the
wlopm, but for now I have switched back to Wayfire. No other issues in logs etc. -
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: new Raspi OS release
@sdetweil I did not see it mentioned for
trixie, but that is possible. -
RE: new Raspi OS release
@BKeyport X11 does not work for me, hence I use Wayfire. As Labwc is supposed to be the newer lighter compositor, I would like to get that to work for me.
-
RE: new Raspi OS release
@rkorell I just switched back to Wayfire now and it works fine for me. I am running Pi5. When I tested X11 the screen blanking did not work for me. I have been reading around Labwc and
wlopmbut have seen a lot of people having issues with Labwc. I will test it later today but for now I have switched back to Wayfire. -
RE: new Raspi OS release
@sdetweil As was expected, my screen on and screen off scripts no longer work. I will have a look at them today and see if I can get them to work with Labwc else I will switch back to Wayfire. Will advise after I have had a chance to look at them.
First have to give the boss his time today then I can play…😉
-
RE: new Raspi OS release
@mumblebaj After the upgrade I got presented with a screen asking me to
Keep WayfireorSwitch to Labwc. I elected to switch to labwc. I have opted to switch to labwc.Warning to others: this has reset my screen orientation and resolution. Easy fix for me but others may have a problem.What I have noticed, when upgrading, around 99% mark, it asked a bunch of questions around keeping labc configs or install the vendor ones, I elected Y to install the vendor ones for those and I have noticed that my MM splash screen at startup has been replaced by the Raspi one. Not an issue for me but for anybody else who may want to keep theirs say no to those questions.
Started the MM and it is running. Now, just to test my Screen On and Off scripta later this evening and tomorrow morning to see if they still work as is. Will update but it looks fine thus far.
-
RE: new Raspi OS release
@sdetweil Busy upgrading now. Will provide some feedback once done and MM is up and running. Will advise if my screen on and off stuff still work but may only be tomorrow sometime.
-
RE: new Raspi OS release
@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.
-
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.