Thank you very much it works I don’t know how to thank you so happy cordially
Read the statement by Michael Teeuw here.
Posts
-
RE: Update
-
Update
hello my MagicMirror asks me for an update I wanted to do it by remote control but my MagicMirror does not restart what to do thank you.
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
pi@raspberrypi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
pi@raspberrypi:~ $ node -v
v18.18.0
pi@raspberrypi:~ $ grep version ~/MagicMirror/package.json
“version”: “2.28.0”,
pi@raspberrypi:~ $ -
photovoltaique
Hello, would anyone have the possibility to program to display the production of photovoltaic corn, best regards

-
RE: update

Here’s the photo
Thank you, it worked with your MagicMirror² installation and configuration scripts
thank you again cordially -
update

hello how to proceed with the update because this one is not a module I don’t know how to do it thank you -
update
Hello MagicMirror asks me to update Google Photos, last time I did it with remt control and did not restart is there another method of updating thank you

-
RE: module update
yes great it works very well thanking you for your sympathy and your patience
Sincerely -
RE: module update
sorry it doesn’t restart
pi@raspberrypi:~ $ cd ~/MagicMirror/modules
pi@raspberrypi:~/MagicMirror/modules $ sudo rm -rf node_modules
pi@raspberrypi:~/MagicMirror/modules $ npm installmagicmirror@2.26.0 postinstall
npm run install-vendor && npm run install-fonts && echo "MagicMirror² installation finished successfully!
"magicmirror@2.26.0 install-vendor
echo "Installing vendor files …
" && cd vendor && npm install --loglevel=error --no-audit --no-fund --no-update-notifierInstalling vendor files …
up to date in 3s
magicmirror@2.26.0 install-fonts
echo "Installing fonts …
" && cd fonts && npm install --loglevel=error --no-audit --no-fund --no-update-notifierInstalling fonts …
up to date in 2s
MagicMirror² installation finished successfully!magicmirror@2.26.0 prepare
[ -f node_modules/.bin/husky ] && husky install || echo no husky installed.husky - Git hooks installed
up to date in 33s
196 packages are looking for funding
runnpm fundfor details
pi@raspberrypi:~/MagicMirror/modules $ pm2 start mm
[PM2] Applying action restartProcessId on app [mm](ids: [ 0 ])
[PM2] mm ✓
[PM2] Process successfully started
┌─────┬────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
├─────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 1 │ MagicMirror │ default │ 2.26.0 │ fork │ 911 │ 3m │ 0 │ online │ 0% │ 2.5mb │ pi │ enabled │
│ 0 │ mm │ default │ N/A │ fork │ 1697 │ 0s │ 0 │ online │ 0% │ 2.4mb │ pi │ disabled │
└─────┴────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
pi@raspberrypi:~/MagicMirror/modules $