MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S Offline
    • Profile
    • Following 0
    • Followers 110
    • Topics 92
    • Posts 21,389
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Electron error? js error? Javascrpt error?

      @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
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Electron error? js error? Javascrpt error?

      @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

      posted in Troubleshooting
      S
      sdetweil
    • RE: need help installing MMPM - losing my mind

      @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)

      posted in Troubleshooting
      S
      sdetweil
    • RE: Electron Browser Crashing?

      @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 - */
      },
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Electron Browser Crashing?

      @dathbe as I said, hard to catch

      posted in Troubleshooting
      S
      sdetweil
    • RE: MM install script failure on fresh install of Raspian

      @unfriendlydevice got it. Busy all day, will try to look at this evening

      posted in Troubleshooting
      S
      sdetweil
    • RE: How to synchronize pictures from mobile to the MM?

      @chrisfr1976 mmm-ImagesPhotos handles heic images too

      posted in Troubleshooting
      S
      sdetweil
    • RE: How to synchronize pictures from mobile to the MM?

      @plainbroke photos do not have to be resized w MMM-ImagesPhotos

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-JsonTable - error and does not load

      @sankum i use this online to to validate and format json

      https://codebeautify.org/jsonvalidator

      posted in Troubleshooting
      S
      sdetweil
    • RE: Open Weather not displaying

      @khrusher use my upgrade script, you need nodejs upgraded too

      see https://github.com/sdetweil/MagicMirror_scripts

      posted in Troubleshooting
      S
      sdetweil
    • RE: Update breaks MM

      @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

      posted in Troubleshooting
      S
      sdetweil
    • RE: Update breaks MM

      @ReD1470 dont use force unless i tell you.

      it skips some checks that are useful.

      its not documented intentionally.

      posted in Troubleshooting
      S
      sdetweil
    • RE: Different order in center after Upgrade to 2.32

      @falter I dont know yet. Haven’t had a chance to debug

      posted in Troubleshooting
      S
      sdetweil
    • RE: Different order in center after Upgrade to 2.32

      @falter I can’t help more, can’t use module here, no cameras.

      posted in Troubleshooting
      S
      sdetweil
    • RE: Nudging a Module to different location?

      @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

      posted in Troubleshooting
      S
      sdetweil
    • RE: MagicMirror install on LXC Container as a server will not do

      @kusselin I am on my desktop… not on a container

      posted in Troubleshooting
      S
      sdetweil
    • RE: Nodejs version/update issue

      @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 
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Installer scripts on Raspberry Pi Zero 2 W

      @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

      posted in Troubleshooting
      S
      sdetweil
    • RE: Installer scripts on Raspberry Pi Zero 2 W

      @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

      posted in Troubleshooting
      S
      sdetweil
    • RE: Installer scripts on Raspberry Pi Zero 2 W

      @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

      posted in Troubleshooting
      S
      sdetweil
    • 1
    • 2
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 84 / 87