@karsten13 mouahmouah… I’m a Magician…
Wow You have shared one link of my app!!
Read the statement by Michael Teeuw here.
Posts
-
RE: "node-abi" problem with MM v2.18.0
-
RE: Trying to update node.js fails
@thad said in Trying to update node.js fails:
E: Repository ‘http://archive.raspberrypi.org/debian buster InRelease’ changed its ‘Suite’ value from ‘testing’ to ‘oldstable’
E: Repository ‘http://raspbian.raspberrypi.org/raspbian buster InRelease’ changed its ‘Suite’ value from ‘stable’ to ‘oldstable’@sdetweil : to correct this:
sudo apt-get --allow-releaseinfo-change update
(I’m really so kind, this cannot last !!! :dizzy_face: )
-
RE: electron-rebuild and MagicMirror v2.18 (and more)
@susl :
- Recommended version of npm: v6.14.15
- Recommended version of node: v14.x.x or v16.x.x
to verify, try this in a terminal (or ssh):
node -v npm -v
-
RE: electron-rebuild and MagicMirror v2.18 (and more)
I have open this PR (Pull Request) for commit this change with
MagicMirror-rebuild
to @paviro to accept it (or not) -
RE: electron-rebuild and MagicMirror v2.18 (and more)
@lhops said in electron-rebuild and MagicMirror v2.18 (and more):
npm ERR! JSON.parse “name”: "Magic-Mirror-Module-PIR-Sen’
If you have modified the “package.json” file … and you do not respect the syntax.
here is the result ;)
(Info: it is not like this that we rename a module)to correct your issue try this:
cd ~/MagicMirror/modules/MMM-PIR-Sensor rm -rf node_modules package-lock.json git reset --hard HEAD npm install magicmirror-rebuild --save npm remove electron-rebuild npm install
(Sometime, i’m very kind… So kind for me)
-
RE: electron-rebuild and MagicMirror v2.18 (and more)
@lhops said in electron-rebuild and MagicMirror v2.18 (and more):
I get an error when " ~/node_modules $ ~/.bin/MagicMirror-rebuild"
execute
./node_modules/.bin/MagicMirror-rebuild
INSIDE the module directory ;)not inside other directory ;)
Note :- every module in MagicMirror is there:
cd ~/MagicMirror/modules
- After change again the directory to your wanted module,
forMMM-PIR-Sensor
module (for example):
cd MMM-PIR-Sensor
- after install
magicmirror-rebuild
npm i magicmirror-rebuild
- execute
MagicMirror-rebuild
program
./node_modules/.bin/MagicMirror-rebuild
-
you will see
MagicMirror Rebuild Complete
-
it’s done ;)
-
RE: electron-rebuild and MagicMirror v2.18 (and more)
@hedmik : i just share (one of) my own library ;)
-
RE: electron-rebuild and MagicMirror v2.18 (and more)
If it can help, it’s perfect ;)
I have do the same too for rebuild modulesbut don’t forget to delete
"electron-rebuild": "v.xxx",
from for package.json file ;)
because this old package is not needed now -
RE: Problem whit MMM-PIE-Sensor modules
@joefranz : I think, this can help
Warn: MM v2.18.x needs nodejs v14.x or v16.x :)
to verify, just try this commands:
node -v
-
RE: Playstation Users
@benexus I can’t help for this, because i don’t have PS :/