MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Posts
    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 88
    • Posts 20,725
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: This command "node --run install-mm" causes error "-bash: node: command not found"

      @CaptainKen yes, you need node 22 for that

      MagicMirror requires 22.18.0 for v2.33
      Next release is 22.21.1

      Node 24 removes 32 bit support. So we are trying to hold on to 32bit support as long as we can.

      posted in Troubleshooting
      S
      sdetweil
    • RE: This command "node --run install-mm" causes error "-bash: node: command not found"

      @CaptainKen after you did the updates, did you reboot? or close and open the terminal window??

      if you updated the OS, then its best to reboot before doing anything else

      and they should have been in the opposite order…

      update the changes list
      then install the updates

      posted in Troubleshooting
      S
      sdetweil
    • RE: Trixie/node v24 - timeouts on request to the internet

      @Mr.Sponti do you have the gpu hardware enabled?
      If not then I think electron tries to emulate it, probably w the vlc content

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-MarineWeather

      @videogame95 the new v3 api requires a credit card for over use charges. First 1000 requests per day are not charged

      OpenWeatherMap has told us repeatedly that they are terminating the old 2.5 api, over and over
      We change the module to default to the new 3.0 /onecall api

      There is a pinned topic in the troubleshooting section on this

      posted in Requests
      S
      sdetweil
    • RE: MMM-HAEV: Electric vehicle charge info via Home Assistant

      @UncleRoger did you see the HACS integration
      https://github.com/Hyundai-Kia-Connect/kia_uvo

      And then his module instead of bluelinky

      posted in Transport
      S
      sdetweil
    • RE: Problems building opengpio when installing the MMM-GPIO-Notifications module

      @Queasy generally you would open an issue on the module GitHub page to engage the module author

      posted in Troubleshooting
      S
      sdetweil
    • RE: Calendar failed to load - check the logs

      @Richard238 said in Calendar failed to load - check the logs:

      about a minute ago

      If perhaps it could show the nature of the error?

      what does that mean?

      we requested the ics data from the calendar provider using the URL you provided in the config

      and the request failed, timeout… we don’t know why or anything more
      and we gave you all that in the messages we produced.

      And the route to the logs, because most of us have to look up where they are! ;-)

      you are LOOKING at the logs… so you must have found the route

      ---- as always — the logs IS the output of the MM start command,

      npm start
      node --run start 
      npm runs server
      node --run server
      

      whatever you used

      now, you can do it manually in some terminal window
      OR
      you can code it into the system startup
      OR
      you can use a pgm that does that FOR you, aka pm2

      WHERE that data is stored is up to that implementation
      as I do the install script, I use pm2, as it insulates me from the OS details…
      my script last lines is see the help

              echo please see the help for the pm2 command, pm2 --help
      	echo pm2 status will show the running apps, and their runtime status
      

      SO… one could/should detect that the command is pm2
      and so do pm2 --help

      and one core learning thing on linux
      ALL terminal commands , by agreed convention, provide a general help using the parameter --help

      so pm2 --help
      will tell you all the things it can do

      SOME commands ALSO provide a manual page (pm2 does not)
      which can be viewed with the man command
      man ls
      will show you the detailed help for the ls command

      Yes, there is a LOT to learn here…

      posted in Troubleshooting
      S
      sdetweil
    • RE: Calendar failed to load - check the logs

      @Richard238 good point…

      what is more friendly for you?

       Calendar Error. Could not fetch calendar:  https://calendar.google.com/calendar/ical/#################group.calendar.google.com/private-5##############################/basic.ics TypeError: fetch failed, timeout
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-RAIN-MAP covers part of the module above it

      @RonR ctrl-+. Should zoom in

      posted in Troubleshooting
      S
      sdetweil
    • RE: How to connect portable monitor to Rasp Pi 5 with single USB-C cable?

      @CaptainKen I might search on USB and see if any of those hit

      posted in Hardware
      S
      sdetweil
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 2072
    • 2073
    • 5 / 2073