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

    Posts

    Recent Best Controversial
    • RE: MMM-Fritz-Box-Callmonitor: Notification formatting

      @xIExodusIx that’s due to changes in the handling of the python packages. I installed “fritzconnection” in a virtual environment:

      python -m venv venv
      
      source venv/bin/activate
      
      python -m pip install fritzconnection
      

      to make the Callmonitor use the fritzconnection, I edited the nodehelper.js (in ~/MagicMirror/modules/MMM-FritzBox-Callmonitor-py3) in line 212 to look like this (user is “pi”, must be adapted if you use another user):

      pythonPath: '/home/pi/venv/bin/python',
      

      Don’t know if it’s the best solution, but it works.

      posted in Troubleshooting
      R
      rabbit83ka
    • RE: Timetable from Untis.at

      @ichel For me it also stopped working, but I’m unsure if it’s due to the module or due to a changed configuration on school’s side. Respective issue.

      posted in Requests
      R
      rabbit83ka
    • RE: upgrade 2.24 to 2.25 on arch linux - broken

      MMM-DWD-WarnWeather is now fixed.

      posted in Troubleshooting
      R
      rabbit83ka
    • RE: Timetable from Untis.at

      Hi, there’s a module available, works fine for me.

      posted in Requests
      R
      rabbit83ka
    • RE: Black screen with MMM Pir sensor after update

      @sdetweil Hi Sam, I deleted the package-lock.json, after that npm install still fails with the same error message. npm install electron rebuild also doesn’t help…

      I wiped the module folder and reinstalled it from github, now it works.

      posted in Troubleshooting
      R
      rabbit83ka
    • RE: Black screen with MMM Pir sensor after update

      I have the same error. Atteached the console output. Logfile can be found here.

      An unhandled error occurred inside electron-rebuild
      Could not detect abi for version 6.1.7 and runtime electron.  Updating "node-abi" might help solve this issue if it is a new release of electron
      
      Error: Could not detect abi for version 6.1.7 and runtime electron.  Updating "node-abi" might help solve this issue if it is a new release of electron
          at Object.getAbi (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/node-abi/index.js:30:9)
          at new Rebuilder (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/rebuild.js:122:28)
          at rebuildWithOptions (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/rebuild.js:393:23)
          at Object.doRebuild [as rebuild] (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/rebuild.js:400:16)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/cli.js:115:33)
          at Generator.next (<anonymous>)
          at fulfilled (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/electron-rebuild/lib/src/cli.js:5:58)
      npm ERR! code ELIFECYCLE
      npm ERR! errno 255
      npm ERR! Magic-Mirror-Module-PIR-Sensor@1.1.0 postinstall: `electron-rebuild -e ../../node_modules/electron`
      npm ERR! Exit status 255
      npm ERR! 
      npm ERR! Failed at the Magic-Mirror-Module-PIR-Sensor@1.1.0 postinstall script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2020-04-02T08_25_32_202Z-debug.log
      processing complete for module MMM-PIR-Sensor
      
      
      posted in Troubleshooting
      R
      rabbit83ka
    • RE: MMM-TomTomTrafficIncidents without street name

      @BigMan There’s another thread with your problem here. So far nobody knows a fix.

      posted in Troubleshooting
      R
      rabbit83ka
    • RE: MMM-TomTomTrafficIncidents funktioniert nicht...

      I’ve changed to MMM-TomTomTraffic which works correctly. But I’m still wondering why MMM-TomTomTrafficincidents doesn’t.

      posted in Troubleshooting
      R
      rabbit83ka
    • RE: MMM-TomTomTrafficIncidents funktioniert nicht...

      I tried the config from @Lordy (even with his API-key, many thanks Lordy), but still the same behavior (nothing shows up from the module). I reinstalled the module, double- and trible checked the config, it just doesn’t show the map. Any further ideas?

      posted in Troubleshooting
      R
      rabbit83ka
    • RE: MMM-TomTomTrafficIncidents funktioniert nicht...

      @Lordy
      Thanks for your reply. I want to display

      lng: 8.35,
      lat: 49.08,
      

      I’ve already tested the coordinates for New York from your example above - same behavior.

      Danke für die Antwort. Ich will die oben genannten Koordinaten darstelllen. Ich habe es auch schon mit deinem New York Beispiel von oben probiert, mit dem gleichen Ergebnis. Falls ich dich irgendwie unterstützen kann, sag Bescheid.

      posted in Troubleshooting
      R
      rabbit83ka
    • 1 / 1