Read the statement by Michael Teeuw here.
Need help with sdetweil script
-
@mymirror upgrade is for the next release, 3 months from now. ( and it’s 2 steps, one test, make sure you are happy, fix any issues, then once to DO the upgrade, you only ran the test phase)
do you mean u have a blank screen?
if so, then see here for how to fix
https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-laterwhat provider did u select? can you show the module def and config for MMM-Fuel?
node 17? my script installs node 16.
-
Hi Sam,
after my old MM didn’t work properly and this was apparently also due to the very old Jessie, I started a new mirror based on a PI4 with Bullseye.
For the initial installation I also took your script. But before that I manually updated Node to the latest version.
The mirror worked in the basic version. The first modul “MMM-Fuel” has then unfortunately no data delivered and I thought that your script possibly correct necessary dependencies.
Currently I do not know how to fix these problems soon:
there are 2 local files that are different than the master repo installers/mm.sh package-lock.json
Regarding MMM-Fuel I have to search something because of the certificate etc., right?
Jens
-
I forgot the MMM-Fuel modul:
{ module: "MMM-Fuel", position: "top_left", config: { api_key: "57ae...................2e", lat: xx.xxxxxxxx, lng: y.yyyyy, types: ["E5"], } },
Jens
-
-
MMM-Fuel problem solved.
My problem was:
UnhandledPromiseRejectionWarning: Error: Cannot find module ‘geolib’so i use
npm install geolib
And i get the mudul running.
Cheers
Jens