Hi all,
i’ve installed MM on a new pi4 (bullseye) with sdetweil’s script.
Everything ok, node version 17.3.0 and npm at 8.3.0.
After the first start, i have cloned MMM-Fuel and modified the config.js (with api-key and lat/lng).
The mirror starts but i didn#t get infos from MMM-Fuel.
Then i tried the sdetweil’s update script.
I get following:
pi@pi4:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
No LSB modules are available.
doing test run = true, NO updates will be applied!
update log will be in /home/pi/MagicMirror/installers/upgrade.log
Check current Node installation ...
Node currently installed. Checking version number.
Minimum Node version: v16.9.1
Installed Node version: v17.3.0
No Node.js upgrade necessary.
Check current NPM installation ...
NPM currently installed. Checking version number.
Minimum npm version: V7.11.2
Installed npm version: V8.3.0
No npm upgrade necessary.
saving custom.css
upgrading from version 2.18.0 to 2.18.0
fetching latest revisions
there are 2 local files that are different than the master repo
installers/mm.sh
package-lock.json
any *-lock.json files do not need to be saved
do you want to save these files for later (Y/n)?n
skipping restore for installers/mm.sh, doing test run
skipping restore for package-lock.json, doing test run
Checking for modules with removed libraries
processing dependency changes for active modules with package.json files
processing for module MMM-Fuel please wait
----------------------------------
skipped processing for MMM-Fuel, doing test run
processing complete for module MMM-Fuel
restoring custom.css
How can i fix this?
Thanks for helping me.