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

    Posts

    Recent Best Controversial
    • RE: Bathroom mirror: "Frameless, thin, gesture and voice controlled"

      awesome.

      posted in Show your Mirror
      slametpsS
      slametps
    • RE: MMM-PrayerTime

      @me-osama :
      sorry, I’m quite long time not monitoring this project. Is your problem solved?

      Please make sure this config option:

      playAdzan: ['fajr', 'dhuhr', 'asr', 'maghrib', 'isha'],
      
      posted in Education
      slametpsS
      slametps
    • RE: MMM-PrayerTime

      @heuss60100 : So far, I didn’t face that problem. What MM version You use and you should check pm2 error log also.

      posted in Education
      slametpsS
      slametps
    • RE: Got error when run MM 2.14.0

      @sdetweil said in Got error when run MM 2.14.0:

      @slametps fun…

      do

      cd ~
      sudo rm -rf  .npm
      rm -rf MagicMirror
      

      note the dot in front of npm

      then run the install script again.

      It works like a charm. Thx a lot @sdetweil .

      posted in Troubleshooting
      slametpsS
      slametps
    • RE: Got error when run MM 2.14.0

      @sdetweil said in Got error when run MM 2.14.0:

      @slametps ok, don’t know what happened… looks like u ran install 5 separate times…

      so lets do this

      cd ~/MagicMirror
      rm  package-lock.json
      rm -rf node_modules
      npm install --only=prod
      

      then try to start MM,

      npm start 
      

      I got the following error when execute
      npm install --only=prod

      pi@raspberrypi:~/MagicMirror $ npm install --only=prod
      npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EINTEGRITY: sha512-zd8xmga7H8fqb09boh5SICtctwp4gI+dLMANKCXpdihRn/ggW2ZimSQo/H3cBcfzsjljTDoAiOPc6deEOSWKDw== integrity checksum failed when using sha512: wanted sha512-zd8xmga7H8fqb09boh5SICtctwp4gI+dLMANKCXpdihRn/ggW2ZimSQo/H3cBcfzsjljTDoAiOPc6deEOSWKDw== but got sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==. (0 bytes)
      npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
      npm ERR! code EINTEGRITY
      npm ERR! errno EINTEGRITY
      npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/chai: sha512-zd8xmga7H8fqb09boh5SICtctwp4gI+dLMANKCXpdihRn/ggW2ZimSQo/H3cBcfzsjljTDoAiOPc6deEOSWKDw== integrity checksum failed when using sha512: wanted sha512-zd8xmga7H8fqb09boh5SICtctwp4gI+dLMANKCXpdihRn/ggW2ZimSQo/H3cBcfzsjljTDoAiOPc6deEOSWKDw== but got sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==. (0 bytes)
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2021-03-07T13_53_31_822Z-debug.log
      
      posted in Troubleshooting
      slametpsS
      slametps
    • RE: Got error when run MM 2.14.0

      @sdetweil said in Got error when run MM 2.14.0:

      @slametps ok, don’t know what happened… looks like u ran install 5 separate times…

      so lets do this

      cd ~/MagicMirror
      rm  package-lock.json
      rm -rf node_modules
      npm install --only=prod
      

      then try to start MM,

      npm start 
      

      Yap, the installation has failed several times. I’ll try re-install as your direction.

      posted in Troubleshooting
      slametpsS
      slametps
    • RE: Got error when run MM 2.14.0

      @slametps said in Got error when run MM 2.14.0:

      @sdetweil : no, it is a fresh install.
      Here is the link to install.log

      The raspberry is also a fresh install, I created the disk using Raspberry Pi Imager.

      posted in Troubleshooting
      slametpsS
      slametps
    • RE: Got error when run MM 2.14.0

      @sdetweil : no, it is a fresh install.
      Here is the link to install.log

      posted in Troubleshooting
      slametpsS
      slametps
    • Got error when run MM 2.14.0

      I’m installing a new fresh MM 2.14.0 using installation script . After everything seems OK through installation, but the MM is not loaded. MM and PM2 is installed successfully. When I tried to run manually, got the following error:

      pi@raspberrypi:~/MagicMirror $ npm run start
      
      > magicmirror@2.14.0 start /home/pi/MagicMirror
      > ./run-start.sh $1
      
      ./run-start.sh: line 41: [: too many arguments
      [07.03.2021 16:04.29.213] [ERROR] App threw an error during load
      [07.03.2021 16:04.29.233] [ERROR] Error: Cannot find module 'lodash'
      Require stack:
      - /home/pi/MagicMirror/node_modules/express-ipfilter/lib/ipfilter.js
      - /home/pi/MagicMirror/node_modules/express-ipfilter/index.js
      - /home/pi/MagicMirror/js/server.js
      - /home/pi/MagicMirror/js/app.js
      - /home/pi/MagicMirror/js/electron.js
      - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      - 
          at Module._resolveFilename (internal/modules/cjs/loader.js:798:15)
          at Function../lib/common/reset-search-paths.ts.Module._resolveFilename (electron/js2c/browser_init.js:7718:16)
          at Module._load (internal/modules/cjs/loader.js:691:27)
          at Function.Module._load (electron/js2c/asar.js:748:26)
          at Module.require (internal/modules/cjs/loader.js:853:19)
          at require (internal/modules/cjs/helpers.js:74:18)
          at Object.<anonymous> (/home/pi/MagicMirror/node_modules/express-ipfilter/lib/ipfilter.js:12:11)
          at Module._compile (internal/modules/cjs/loader.js:968:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:986:10)
          at Module.load (internal/modules/cjs/loader.js:816:32)
      A JavaScript error occurred in the main process
      Uncaught Exception:
      Error: Cannot find module 'lodash'
      Require stack:
      - /home/pi/MagicMirror/node_modules/express-ipfilter/lib/ipfilter.js
      - /home/pi/MagicMirror/node_modules/express-ipfilter/index.js
      - /home/pi/MagicMirror/js/server.js
      - /home/pi/MagicMirror/js/app.js
      - /home/pi/MagicMirror/js/electron.js
      - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      

      What’s wrong? Any one have the same/similar problem and already had the solution?
      Thx.

      posted in Troubleshooting
      slametpsS
      slametps
    • RE: MMM-NetworkConnection

      @Cr4z33 said in MMM-NetworkConnection:

      @slametps I had long read at speedtest readme however I couldn’t figure out what to edit to have a different server selected as best/favourite server.

      These are the details of the wanted server:

      server url="http://speedtestrm1.telecomitalia.it/speedtest/upload.php" lat="41.9000" lon="12.5000" name="Rome" country="Italy" cc="IT" sponsor="Telecom Italia S.p.A." id="3243" host="speedtestrm1.telecomitalia.it:8080"
      

      Currently, the module is using default test server provided by speedtest-net node module. You should modify node_helper.js to add your desired test server.
      You can find how to add the options, in here.

      posted in Utilities
      slametpsS
      slametps
    • 1
    • 2
    • 3
    • 4
    • 5
    • 13
    • 14
    • 1 / 14