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 108
    • Topics 92
    • Posts 21,165
    • Groups 1

    Posts

    Recent Best Controversial
    • 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
    • RE: mmm-calendarEXT3 multiple questions

      @redux703 see this post

      https://forum.magicmirror.builders/post/127508

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default Calendar Symbols

      @almightyyoshi you can always use css

      .CX3 .symbol {
              display: none !important;
      }
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Need "correct" version of node-libgpiod ....

      @rkorell yes, you edit the wiki page, and then the 3rd party list will pick up those changes on the next refresh (once a day)

      posted in Troubleshooting
      S
      sdetweil
    • RE: Cant exit auto running MM

      @_V_ pm2’s JOB is to start the app AND KEEP IT RUNNING, so if it fails (you do a ctrl-q) pm2 restarts it

      pm2 has lots of command options

      in linux by convention commands don’t return any message when successful (as they were built when tty was VERY SLOW)

      also, each command has help

      pm2 --help
      

      and a manual page

      man pm2
      

      SO, to stop MM with pm2, minimize MM, ctrl-m, (or alt-spacebar, n) open a terminal window, ctrl-alt-v, and type

      pm2 status
      

      then

      pm2 stop xx
      

      where xx is the name or the number of the row with the app on it…
      one can create MULTIPLE managed apps with the SAME name, so sometimes the number matters

      posted in Troubleshooting
      S
      sdetweil
    • RE: CalendarEXT3 questions

      @_V_ said in CalendarEXT3 questions:

      The CW counting not

      try this

                minimalDaysOfNewYear: "1",
      

      I posted somewhere before (a month ago I think) , but can’t find it…

      posted in Troubleshooting
      S
      sdetweil
    • RE: 2.32.0 Calendar module limitDays and excludedEvents stopped working

      @AndyHazz these fixes are in the next release Oct 1

      posted in Troubleshooting
      S
      sdetweil
    • RE: Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)

      @ember1205 great feedback, thank you
      Glad it’s working again

      posted in Troubleshooting
      S
      sdetweil
    • 1 / 1