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

    Posts

    Recent Best Controversial
    • RE: new update/upgrade script, ready for testing

      @bobwilliams i need to see the MagicMirror/installers/upgrade.log…

      and also, open the developers window (ctrl-shift-i) and select the tab labebed ‘console’ and scroll up to find any errors…

      also the pm2.log

      posted in General Discussion
      S
      sdetweil
    • RE: PIR-Sensor with relay

      @PottiMc awesome… glad it worked out

      posted in Troubleshooting
      S
      sdetweil
    • RE: Error : cannot find module "rrule"

      @JohnB7777 cool… can u mark this solved now… 3 dots next to the message that u think resolves it

      posted in Troubleshooting
      S
      sdetweil
    • RE: PIR-Sensor with relay

      @PottiMc i would guess that you have the wrong pin for the relay

      from the onoff library

      Note that EPERM: operation not permitted, write isn't actually related to permissions. An EPERM error occurs when an operation is not permitted because it doesn't make sense. In this case it looks like the EPERM error occurred because an an attempt was made to write data to an input. Here's an example:
      
      pi@raspberrypi:~ $ cd /sys/class/gpio/
      pi@raspberrypi:/sys/class/gpio $ echo 17 > export 
      pi@raspberrypi:/sys/class/gpio $ cd gpio17
      pi@raspberrypi:/sys/class/gpio/gpio17 $ echo in > direction 
      pi@raspberrypi:/sys/class/gpio/gpio17 $ echo 1 > value 
      -bash: echo: write error: Operation not permitted
      pi@raspberrypi:/sys/class/gpio/gpio17 $ 
      Errors related to permissions are usually EACCES errors.
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Error : cannot find module "rrule"

      @JohnB7777

      you have two instances running…

      npm start is what pm2 does for you under the covers

      posted in Troubleshooting
      S
      sdetweil
    • RE: Error : cannot find module "rrule"

      @JohnB7777

      MagicMirror will not quit,
      

      already have MagicMirror running

      pm2 stop 0
      pm2 start 0
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Error : cannot find module "rrule"

      @JohnB7777 said in Error : cannot find module "rrule":

      MMM-Tools

      do this

      cd MagicMirror
      npm install async
      

      then restart mirror

      posted in Troubleshooting
      S
      sdetweil
    • RE: Error : cannot find module "rrule"

      @JohnB7777 yeh, you used sudo somehwere… NEVER use sudo (except when told, for specific things)

      do this

      cd ~
      sudo chown -R pi MagicMirror
      

      then redo the command above.

      why would you delete a module?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Error : cannot find module "rrule"

      @JohnB7777 said in Error : cannot find module "rrule":

      I removed the module

      removed what module?

      do this

      cd ~MagicMirror
      npm install rrule@2.6.2
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Reinstall a default module

      @JohnB7777 I posted the wrong instructions. i fixed it before replying…

      so, try again

      posted in Troubleshooting
      S
      sdetweil
    • 1 / 1