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

    teandryk

    @teandryk

    0
    Reputation
    431
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    teandryk Unfollow Follow

    Latest posts made by teandryk

    • RE: Raspbian is fullscreen, but the MM not

      fount it,
      in ~/MagicMirror/js/electron.js in

      function createWindow()
      …
      width: 800,
      height: 600,
      …

      To get the current resolution:

      fbset

      posted in Troubleshooting
      T
      teandryk
    • RE: Raspbian is fullscreen, but the MM not

      Thanks for the fast reply but it does not work. I done

      cd ~
      pm2 stop mm.sh
      rm -rf .config/Electron
      pm2 start mm.sh

      and still have 600x800

      posted in Troubleshooting
      T
      teandryk
    • RE: Raspbian is fullscreen, but the MM not

      Have the same issue and can’t seem to find the answer. Did anyone figure out how to fix it? Can you share, please?

      posted in Troubleshooting
      T
      teandryk
    • RE: MagicMirror v2.1.0 Update error

      @arosenhave
      It worked and even didnt took a split sec :)

      thanks !!!

      posted in Troubleshooting
      T
      teandryk
    • RE: MagicMirror v2.1.0 Update error

      @yawns I did and thats what i got now :)

      pi@raspberrypi:~/MagicMirror $ npm install
      \
      \> electron@1.4.13 postinstall /home/pi/MagicMirror/node_modules/electron
      \> node install.js
      
      
      \> electron-prebuilt@1.4.13 postinstall /home/pi/MagicMirror/node_modules/electron-prebuilt
      \> node install.js
      
      npm WARN unmet dependency /home/pi/MagicMirror/node_modules/grunt-eslint/node_modules/eslint/node_modules/escope/node_modules/esrecurse requires estraverse@'~4.1.0' but will load
      npm WARN unmet dependency /home/pi/MagicMirror/node_modules/grunt-eslint/node_modules/eslint/node_modules/estraverse,
      npm WARN unmet dependency which is version 4.2.0
      npm ERR! Linux 4.4.21-v7+
      npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
      npm ERR! node v4.3.2
      npm ERR! npm  v2.14.12
      npm ERR! code EPEERINVALID
      
      npm ERR! peerinvalid The package grunt@1.0.1 does not satisfy its siblings' peerDependencies requirements!
      npm ERR! peerinvalid Peer grunt-yamllint@0.2.0 wants grunt@~0.4.0
      npm ERR! peerinvalid Peer grunt-eslint@19.0.0 wants grunt@>=0.4.0
      
      npm ERR! Please include the following file with any support request:
      npm ERR!     /home/pi/MagicMirror/npm-debug.log
      
      posted in Troubleshooting
      T
      teandryk
    • RE: MagicMirror v2.1.0 Update error

      Hi, after update

      pi@raspberrypi:~ sudo git pull
      …

      my MM does not start anymore, so i tried from terminal and getting this error:

      *pi@raspberrypi:~ $ ./mm.sh

      >magicmirror@2.1.0 start /home/pi/MagicMirror
      >electron js/electron.js

      App threw an error during load
      Error: Cannot find module ‘express-ipfilter’
      at Module._resolveFilename (module.js:455:15)
      at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron-prebuilt/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      at Function.Module._load (module.js:403:25)
      at Module.require (module.js:483:17)
      at require (internal/module.js:20:19)
      at Object. (/home/pi/MagicMirror/js/server.js:13:16)
      at Module._compile (module.js:556:32)
      at Object.Module._extensions…js (module.js:565:10)
      at Module.load (module.js:473:32)
      at tryModuleLoad (module.js:432:12)
      A JavaScript error occurred in the main process
      Uncaught Exception:
      Error: Cannot find module ‘express-ipfilter’
      at Module._resolveFilename (module.js:455:15)
      at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron-prebuilt/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      at Function.Module._load (module.js:403:25)
      at Module.require (module.js:483:17)
      at require (internal/module.js:20:19)
      at Object. (/home/pi/MagicMirror/js/server.js:13:16)
      at Module._compile (module.js:556:32)
      at Object.Module._extensions…js (module.js:565:10)
      at Module.load (module.js:473:32)
      at tryModuleLoad (module.js:432:12)
      *

      posted in Troubleshooting
      T
      teandryk