@Dayzwell ok, so lets start over a little
for that module in config.js add
disabled:true,
after its module: line
and then do
cd ~/MagicMirror
git checkout package.json
rm -rf node_modules
npm run install-mm
then try
npm start
@Dayzwell ok, so lets start over a little
for that module in config.js add
disabled:true,
after its module: line
and then do
cd ~/MagicMirror
git checkout package.json
rm -rf node_modules
npm run install-mm
then try
npm start
@Dayzwell I see his instructions left out a step.
I opened this issue https://github.com/xadamxk/MMM-LOLESPORTS-SCHEDULES/issues/8
he has updated the instructions
@lmhmm thanks for the feedback. I see the delay in loading the list on installer.
don’t have solution yet, the list of modules is quite long (over 1200)
@dathbe said in Electron Browser Crashing?:
network_service_instance_impl.cc(612)] Network service crashed, restarting service
was another https://issues.chromium.org/issues/41487253
export CHROMIUM_FLAGS=–password-store=basic
there is also a config parm for flags , before the modules: array
electronSwitches:{
"password-store":"basic" /* needs quotes for the - */
},
@unfriendlydevice got it. Busy all day, will try to look at this evening
@chrisfr1976 mmm-ImagesPhotos handles heic images too
@plainbroke photos do not have to be resized w MMM-ImagesPhotos
@sankum i use this online to to validate and format json
@khrusher use my upgrade script, you need nodejs upgraded too
@ReD1470 this version, like last needs node version 22, you have version 20.
if you had used the upgrade script, it would have updated that too.
but once you do it manually and get to the current state, my script will abort
reun the upgrade script with force as the parm instead of apply
@ReD1470 dont use force unless i tell you.
it skips some checks that are useful.
its not documented intentionally.
@falter I dont know yet. Haven’t had a chance to debug
@falter I can’t help more, can’t use module here, no cameras.
@Durahl you could increase its top margin or border
Use the developers window elements tab to locate and test css to discover what should go in custom.css
See the second link in my signature below
@kusselin I am on my desktop… not on a container
@lightsaberluke yes, system is tricky sometimes
if you had used the install or upgrade script it would have handled this problem for you
see https://github.com/sdetweil/MagicMirror
but you can use one of the selective node tools
i recommend n
do this
sudo npm install n -g
sudo n 22.14
hash -r
node -v
you should now have node 22.14 or 22.15
now
cd ~/MagicMirror
npm run install-mm
@kribbitykrab Zero 2w is armv7, Zero w is armv6
the required nodejs is not available for armv6
send me the ~/install.log
file
same userid at gmail
i believe you have the pi Zero w. not 2w
MagicMirror manual install requires node 22.14 or higher
you have node 20
@kribbitykrab you can get an earlier release thru git by using the version tag
do
cd ~/MagicMirror
git fetch --tags
git checkout v2.30.0
npm run install-mm
you cannot upgrade from there
@kribbitykrab if you ran the setup _over_server
it should have changed the start script in
package.json to
"start":"./run-start.sh",
can you confirm that
looks like i had a bug in the script, run it again