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

    Posts

    Recent Best Controversial
    • RE: What are your MM/Pi statistics?

      @keineahnung123 I have been having the same issue. When RAM drops between 15 - 20% my mirror hangs so I have been disabling new modules I have added recently to see which ones are using up RAM. I have narrowed mine down to a few and have disabled them. I don’t know of a way to monitor the modules to see which ones use the most RAM. I usually hard boot, pull the plug, to get my mirror going again but I fear that may eventually damage my sd card.

      posted in General Discussion
      mumblebajM
      mumblebaj
    • RE: Magic Mirror and MMM-NetworkScanner and Echo Dot

      @chris47803 My echos appear online just fine. Are yours on the same network as the mirror?

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-MercedesMe

      @ashishtank Nicely done.

      posted in Transport
      mumblebajM
      mumblebaj
    • RE: Voice assistant

      @sdetweil All the best Sam. Get well soon.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Voice assistant

      @jste84 Have you looked at MMM-Assistant2Display?

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-Strava Auth Fail

      @huso15 Hi. You need to add the config to the config.js and start MM. Then run http://192.168.1.23:8080/MMM-Strava/auth in a browser. This should then open the auth page to Strava. Hope this helps.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-BoschSmartHome

      @Jalibu Looking good. Well done.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MagicMirror 5"

      Very nice mirror. Well done

      posted in Show your Mirror
      mumblebajM
      mumblebaj
    • RE: Remote Control update

      @pat59 I assume you have the module installed and you are just trying to update? If yes, do the following.

      cd ~/MagicMirror/modules/MMM-Remote-Control 
      git pull
      npm install
      

      The command you are running is to do a fresh install and not an update.

      posted in Show your Mirror
      mumblebajM
      mumblebaj
    • RE: New to this and have no idea how to implement this module, MMM-RottenTomatoes

      @Datfatboi You should only add the following to your config.js

      {
      module: “MMM-RottenTomatoes”,
      position: “top_left”,
      config: {
      showHeader: “true”
      showBoxOffice: “true”
      showOpeningThisWeek: “true”
      }
      },
      
      posted in Tutorials
      mumblebajM
      mumblebaj
    • RE: Need help on monitor power

      @ashishtank I use MMM-Networkscanner and control my screen via that. If it does not detect my device residents then it powers the monitor off and when the device is detected on the network then it powers the monitor on. That way when I go out it powers the monitor off automatically and powers it on when I am back home.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Close

      @Bugsounet said in Summary of my own modules and npm library:

      I will code other in 2021, don’t worry it’s planned

      Thanks Bugs. Will await your release.

      posted in Development
      mumblebajM
      mumblebaj
    • RE: Close

      @Bugsounet HI Bugs, do you have an ETA for the MMM-ModemRouter? I can’t wait for this one.

      posted in Development
      mumblebajM
      mumblebaj
    • RE: MMM-SpeedTest Fails to Install

      @Bugsounet Updated and it now works fine. Thanks @Bugsounet

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-SpeedTest Fails to Install

      @Bugsounet Thanks for the response. Will update and try again.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • MMM-SpeedTest Fails to Install

      Hi @Bugsounet Thanks for the great module but I am having issues with installing the above module. I managed to install it fine on my Laptop running Ubuntu on Windows. When I tried to install it on my Raspberry Pi 3B+ I get an error. The error I get right at the end of the install is as follows:

      8734 silly lifecycle MMM-SpeedTest@1.0.0~postinstall: Args: [ '-c',
      8734 silly lifecycle   'echo \'Building SpeedTest module, please wait...\' && electron-rebuild 2>/dev/null >/dev/null' ]
      8735 silly lifecycle MMM-SpeedTest@1.0.0~postinstall: Returned: code: 1  signal: null
      8736 info lifecycle MMM-SpeedTest@1.0.0~postinstall: Failed to exec postinstall script
      8737 verbose stack Error: MMM-SpeedTest@1.0.0 postinstall: `echo 'Building SpeedTest module, please wait...' && electron-rebuild 2>/dev/null >/dev/null`
      8737 verbose stack Exit status 1
      8737 verbose stack     at EventEmitter.<anonymous> (/home/pi/.npm-global/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
      8737 verbose stack     at EventEmitter.emit (events.js:180:13)
      8737 verbose stack     at ChildProcess.<anonymous> (/home/pi/.npm-global/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
      8737 verbose stack     at ChildProcess.emit (events.js:180:13)
      8737 verbose stack     at maybeClose (internal/child_process.js:936:16)
      8737 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)
      8738 verbose pkgid MMM-SpeedTest@1.0.0
      8739 verbose cwd /home/pi/MagicMirror/modules/MMM-SpeedTest
      8740 verbose Linux 4.14.52-v7+
      8741 verbose argv "/usr/bin/node" "/home/pi/.npm-global/bin/npm" "install"
      8742 verbose node v9.11.2
      8743 verbose npm  v6.14.8
      8744 error code ELIFECYCLE
      8745 error errno 1
      8746 error MMM-SpeedTest@1.0.0 postinstall: `echo 'Building SpeedTest module, please wait...' && electron-rebuild 2>/dev/null >/dev/null`
      8746 error Exit status 1
      8747 error Failed at the MMM-SpeedTest@1.0.0 postinstall script.
      8747 error This is probably not a problem with npm. There is likely additional logging output above.
      8748 verbose exit [ 1, true ]
      

      I tried uploading the full log but keep getting an error.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Cant Start MMPM GUI

      @sdetweil Still don’t like the response he made to you about not advising people to use your scripts.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Cant Start MMPM GUI

      @Zar You could just issue a pm2 delete mm and then pm2 save which will get rid of pm2 restarting the mirror. The feature helps with crashes and restarts the mirror automatically.
      The scripts from @sdetweil is awesome and has helped 100’s on the forum.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-Covid 19 does not show

      @trix2k This is my config that works.

          {
                  module: "MMM-COVID19",
                  header: "COVID-19 Stats",
                  position: "middle_center",
                  config: {
                           updateInterval: 86400000,
                           worldStats: true,
                           orderCountriesByName: true,
                           orderAscending: true,
                           delta: true,
                           lastUpdateInfo: true,
                           countries: [ "South Africa", "USA", "UK", "India", "Brazil", "France", "Spain", "Russia", "Argentina" ],
                           headerRowClass: "small",
                           infoRowClass: "small",
                           highlightCountry: "South Africa",
                           rapidapiKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
                          }
          },
      
      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 1
    • 2
    • 31
    • 32
    • 33
    • 34
    • 35
    • 38
    • 39
    • 33 / 39