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

    Posts

    Recent Best Controversial
    • RE: Update Problem

      @sdetweil I managed to solve it by installing node with these commands below. I tried using nvm earlier with no luck.

      curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
      sudo apt install -y nodejs
      
      posted in Troubleshooting
      el97E
      el97
    • RE: Update Problem

      I’m facing the same issue here even though I have the latest version of node.js and npm installed.

      npm error code EBADENGINE
      npm error engine Unsupported engine
      npm error engine Not compatible with your version of node/npm: magicmirror@2.28.0
      npm error notsup Not compatible with your version of node/npm: magicmirror@2.28.0
      npm error notsup Required: {"node":">=20"}
      npm error notsup Actual:   {"npm":"10.8.1","node":"v18.17.1"}
      npm error A complete log of this run can be found in: /root/.npm/_logs/2024-07-02T15_30_26_428Z-debug-0.log
      pi@MagicMirror:~/MagicMirror $ node -v
      v22.4.0
      pi@MagicMirror:~/MagicMirror $ npm -v
      10.8.1
      
      
      posted in Troubleshooting
      el97E
      el97
    • RE: Similar errors from different modules.

      The error still occurs and i have not a single clue why… Have anyone else got any of these errors?

      posted in Troubleshooting
      el97E
      el97
    • RE: Similar errors from different modules.

      The mirror rebooted after a timeout and gave more errors that i don’t understand.

      0|mm  | (node:12615) [DEP0025] DeprecationWarning: sys is deprecated. Use util instead.
      0|mm  | MMM-MotionDetector: monitor display_power=1
      0|mm  | MMM-MotionDetector: monitor on true
      0|mm  | Launching application.
      0|mm  | libGL error: MESA-LOADER: failed to retrieve device information
      0|mm  | fatal: No remote repository specified.  Please, specify either a URL or a
      0|mm  | remote name from which new revisions should be fetched.
      0|mm  | MESA-LOADER: failed to retrieve device information
      0|mm  | MESA-LOADER: failed to retrieve device information
      
      
      
      posted in Troubleshooting
      el97E
      el97
    • Similar errors from different modules.

      Hi! I got this error from almost every module that i have installed. From what i can see all the modules have the same thing i common “gnutls_handshake() failed:”. I have no idea whats causing this so it would be really nice with some help.

      0|mm       |
      0|mm       | fatal: unable to access 'https://github.com/MichMich/mmm-systemtemperature.git/': gnutls_handshake() failed: Error in the pull function.
      0|mm       |
      0|mm       | fatal: unable to access 'https://github.com/fmandal/MMM-YrThen/': gnutls_handshake() failed: Error in the pull function.
      0|mm       |
      0|mm       | fatal: unable to access 'https://github.com/MichMich/MMM-WatchDog.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
      0|mm       |
      0|mm       | fatal: unable to access 'https://github.com/eouia/MMM-Remote-Control-Repository/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
      0|mm       |
      0|mm       | fatal: unable to access 'https://github.com/rejas/MMM-MotionDetector.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
      0|mm       |
      0|mm       | fatal: unable to access 'https://github.com/Jopyth/MMM-Remote-Control.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
      0|mm       |
      0|mm       | fatal: unable to access 'https://github.com/jclarke0000/MMM-MyCalendar.git/': gnutls_handshake() failed: Error in the pull function.
      
      
      posted in Troubleshooting
      el97E
      el97
    • RE: TV Tuner

      Im not sure if the request is solved or not but could this be something that can help you along the way? :)
      https://pimylifeup.com/news-raspberry-pi-tv-hat/

      posted in Requests
      el97E
      el97
    • RE: deinstall module?

      Remove the MMM-Remote-Control directory in the modules directory and that should be it.

      posted in Troubleshooting
      el97E
      el97
    • RE: mmm-systemtemperature liefert keinen Wert

      @renedd It would be easier if you could write in English so everyone understands.

      posted in Troubleshooting
      el97E
      el97
    • RE: NFL Standings chart module

      Could this be something? https://github.com/fewieden/MMM-NFL/tree/master/translations

      posted in Requests
      el97E
      el97
    • RE: Config help

      Post your config and we will be happy to help you :)

      posted in Troubleshooting
      el97E
      el97
    • RE: CO2 signal

      So is anyone interested? It would be really cool to have a module like this :)

      posted in Requests
      el97E
      el97
    • RE: Updating MagicMirror from v2.1.3 to v2.5.0

      @justjim1220 Np. We all can read stuff wrong sometimes :P

      posted in Troubleshooting
      el97E
      el97
    • RE: Updating MagicMirror from v2.1.3 to v2.5.0

      @justjim1220 Uum… Im not the one that needs help :P @chetnaik is the one that made the post ;)

      posted in Troubleshooting
      el97E
      el97
    • RE: Updating MagicMirror from v2.1.3 to v2.5.0

      @mykle1 Yeah but the only thing he says is that it wont work :P

      posted in Troubleshooting
      el97E
      el97
    • CO2 signal

      Hi! recently i found a map that shows how much electricity each country makes and how much CO2 that follows. It would be really cool if there was a module that showed how much electricity a country produces.
      You can see the map here: https://www.electricitymap.org
      API and that kind of stuff: https://www.co2signal.com

      posted in Requests
      el97E
      el97
    • RE: Updating MagicMirror from v2.1.3 to v2.5.0

      Are you in the MagicMirror directory when you type the command git pull && npm install?

      posted in Troubleshooting
      el97E
      el97
    • RE: Communication modules

      @asimhsidd I am so sorry for the late reply… I want to follow a chat from my mirror. There is no need for typing.

      posted in Requests
      el97E
      el97
    • RE: An error is spamming my terminal

      anyone knows what it means?

      posted in Troubleshooting
      el97E
      el97
    • An error is spamming my terminal

      Hi! I got an error that is spamming my terminal. I’m not sure what it means so i am asking you guys how to fix this. I can’t really see if my mirror is working either because the mirror is at work and i cant get in there for a couple of weeks or so…

      (node:10963) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'refs' of undefined
      
      posted in Troubleshooting
      el97E
      el97
    • RE: Communication modules

      Is it possible to make a module that i ask for?

      posted in Requests
      el97E
      el97
    • 1
    • 2
    • 1 / 2