A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Default Calendar & Nextcloud Calendar - CERT_HAS_EXPIRED
-
Same problem here with CALEXT2 and MM newsfeed module.
-
It seems to be related with this;
https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/To fix this there might be a few options;
- upgrade your node version with
--use-openssl-ca
flag. (at least node ver 16) - modify source code. Check
agentOptions.rejectUnauthorized
offetch
orrequest
(anywhich in source). I think that value or equivalent option should befalse
(to skip unauthorized request) - DANGER :
process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0
This is dirty and dangerous but quick solution.
- upgrade your node version with
-
2.16 dropped request and moved to node-fetch
looks like older modules using request are still working, but fetch maybe not
-
@mmrize
Get the same error you write :( -
@assassins Which method did you use?
-
@mmrize
request -
@assassins
I think it’s better to upgrade your node version to v16. (and if possible, electron to v15)
Anyway, at this moment, MM 2.17 is released. Try it first. -
@mmrize
Same error with 2.17.0 with both node 14 and 16 -
@assassins
Well, sorry. I have no idea anymore. -
@mmrize
But thanks for you try mate :)