Read the statement by Michael Teeuw here.
[MMM-PushBulletNotifications] Push stream error: Error: certificate has expired
-
Since a couple of days the module wasn’t showing new notifications.
Giving a look at the terminal it now displays
[2021-10-02 15:43:21.294] [LOG] [MMM-PushBulletNotifications][Error] 15:43:21.294 - Push stream error: Error: certificate has expired
Does anybody know please how to sort it out?
-
@cr4z33 install 2.17.1 which has a fix for this
see last post in
https://forum.magicmirror.builders/topic/15662/v2-17-0 -
@sdetweil thank you, but I am worried it might screw up my modules.
I haven’t updated since like 2 years or so. 😅
-
@cr4z33 fun times. make a copy of the folder, use my upgrade script.
-
@sdetweil thanks it’s been a while since last time I made something to my MM, but I surely will do it tomorrow with your script!
-
@cr4z33 my upgrade script is a two pass thing
-
test the upgrade, without making any changes. let u know if there are files that would block it. give u opportunity to resolve them
-
actually DO the upgrade. because electron and other things are changing, I also run thru all the modules with package.json files and redo the npm install there (or npm upgrade if they provide one)
I do NOT git pull for modules
note that in 2.16 (last release) we removed some deprecated libraries. many modules didn’t document that they were used so we get black screen problems.
my upgrade does not test for that.
-