@sdetweil Its working with the desktop version!!!
Thanks for you help and comments.
@sdetweil Its working with the desktop version!!!
Thanks for you help and comments.
I am trying to install MagicMirror on a 32 bit version of raspberry pi Trixie using sdetweils install script.
Screen output:
install log being saved to /home/pi/install.log
Updating packages …
Installing helper tools …
installing correct version of node and npm, please wait
/usr/local/bin/n: line 753: /usr/local/bin/node: cannot execute: required file not found
node failed to install, exiting
Last few lines of install.log:
added 1 package in 467ms
installing on trixie
installed node version = v20.19.2
[0mNo npm engines section specified in package.json, using default=V10.9.3 …[0m
[96minstalling correct version of node and npm, please wait[0m
installing : node-v22.18.0
mkdir : /usr/local/n/versions/node/22.18.0
fetch : https://nodejs.org/dist/v22.18.0/node-v22.18.0-linux-arm64.tar.xz
copying : node/22.18.0
installed : (with npm 10.9.3)
Note: the node command changed location and the old location may be remembered in your current shell.
old : /usr/bin/node
new : /usr/local/bin/node
If “node --version” shows the old version then start a new shell, or reset the location hash with:
hash -r (for bash, zsh, ash, dash, and ksh)
rehash (for csh and tcsh)
node version was installed
node failed to install, exiting
Any idea on what’s wrong or how to fix it?
I am using 32 bit because I have 2 raspberry pi zero 2w that I run a small display on.
The zero 2w doesn’t like 64 bit, very slow.
Thanks!
The install was successful :)
I still get a bunch of these waning’s though that’s probably not your issue.
Thanks for all the effort you put into this project.
(node:2431) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
@sdetweil I was doing a install on a fresh bullseye system.
I will try the install script again. I have nothing to update, sorry.
Clean install on PI 4 16gb sd card. Did the node 20 install from https://github.com/sdetweil/MagicMirror_scripts successfully.
Then ran the install script and got this:
Any ideas?
(node:16817) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:16817) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:16817) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:16817) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:16817) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:16817) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:16817) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:16817) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:16817) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:16817) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:16817) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
npm ERR! code ETIMEDOUT
npm ERR! syscall read
npm ERR! errno ETIMEDOUT
npm ERR! network Invalid response body while trying to fetch https://registry.npmjs.org/playwright-core: read ETIMEDOUT
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network ‘proxy’ config is set properly. See: ‘npm help config’
npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2023-10-02T15_57_42_305Z-debug-0.log
Unable to install dependencies!
pi@piMM2a:~ $
@sdetweil Its working with the desktop version!!!
Thanks for you help and comments.
At one point I had MagicMirror working on a lite version, I installed X11 and Chromium but when Electron updated and needed a node.js version that didn’t work on the arm6 CPU I gave up and used a pi 4.
I want to free up the pi 4 and am hoping I can use the new pi zero 2w for MagicMirror.