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

    Posts

    Recent Best Controversial
    • MMM-Remote-Control API Questions

      @Jopyth Hey so i was going through your MMM-Remote-Control API and i had some questions.
      So i am trying to make a python script that detects a swiping motion to then change pages, but since this is a seperatte python script (not in a module), the MMM-pages module cant accept the notifications given to it.
      So the creater of MMM-pages, told me if i had a look at your API i could possible achieve this. but after giving it a thorough read, i was having difficulty figuring it out.

      So essentially i wanted something like this

      def swiper():
        #code here to detect swipe
        if leftSwipe:
          #send a notification to pages to go left
        if rightSwipe:
          #send a notification to pages to go right
      
      posted in Troubleshooting
      S
      sgarg15
    • RE: Bored during Quarantine

      @bhepler cool i will have a look through, for MMM-Globe do you know which style they used to get this ?
      eddd9c9b-db80-4387-9287-160b5907732f-image.png

      posted in General Discussion
      S
      sgarg15
    • RE: Bored during Quarantine

      @bhepler Yea i have a raspberry 2 b+ so i dont think it can handle the ecnom globe module, so could you tell me the one that is like MMM-Globe but for the moon and any other modules that will look really nice and that my raspberry pi will probably be able to handle?

      posted in General Discussion
      S
      sgarg15
    • RE: Bored during Quarantine

      @bhepler Yea i am mainly looking for things that would impress, i like the MMM-Globe module and other suggestions that would look really cool on a mirror and that would impress

      posted in General Discussion
      S
      sgarg15
    • RE: Bored during Quarantine

      This was meant to be an open topic but i see your point,
      So basically i wanted a mirror which could display time and the weather but after finding out theres a whole community on this i wanted to take a step further. But i dont know where to start. This mirror will be going in my room and most of the time i will be the only one looking at the mirror.

      currently i am working on getting ultrasonic sensors to work with pages so i can do a sliding motion and switch pages.

      If there are other questions to help me out please post on this forum

      Thanks

      posted in General Discussion
      S
      sgarg15
    • Bored during Quarantine

      Hey guys,
      So i during these times, i am locked inside my house because the situation going on. So i am wondering if you guys have any suggestions as to what i could add to my magic mirror software wise(since i dont have my build done yet). Anything from adding new cool modules to anything else.

      Thanks

      posted in General Discussion
      S
      sgarg15
    • RE: MMM-usonic Problems

      @sdetweil oh ok oh well then

      posted in Troubleshooting
      S
      sgarg15
    • RE: MMM-usonic Problems

      @sdetweil so is this problem solvable or should i find another module?

      posted in Troubleshooting
      S
      sgarg15
    • RE: MMM-usonic Problems

      @sdetweil after reasearching a bit i dont think this modules works anymore with the new updates of pi and MMM a ssaid here
      https://forum.magicmirror.builders/topic/205/mmm-swipe-hand-gestures/32

      posted in Troubleshooting
      S
      sgarg15
    • RE: MMM-usonic Problems

      @sdetweil so i had a look and apparently this was missing || hardware === 'BCM2835' from else if (hardware === 'BCM2709' || hardware === 'BCM2835') but when i added that now its giving a different error

      [14:05:10.212] [ERROR]  Error: EACCES, Permission denied
          at /home/pi/MagicMirror/modules/MMM-Swipe/node_modules/mmm-gpio/lib/gpio.js:30:18
          at ChildProcess.exithandler (child_process.js:299:7)
          at ChildProcess.emit (events.js:210:5)
          at maybeClose (internal/child_process.js:1021:16)
          at Socket.<anonymous> (internal/child_process.js:430:11)
          at Socket.emit (events.js:210:5)
          at Pipe.<anonymous> (net.js:658:12) {
        errno: 13,
        code: 'EACCES',
        syscall: 'init'
      }
      [14:05:10.252] [LOG]    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [14:05:10.254] [LOG]    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      [14:05:10.276] [LOG]    Whoops! There was an uncaught exception...
      [14:05:10.278] [ERROR]  Error: EACCES, Permission denied
          at /home/pi/MagicMirror/modules/MMM-Swipe/node_modules/mmm-usonic/lib/usonic.js:32:20
          at ChildProcess.exithandler (child_process.js:299:7)
          at ChildProcess.emit (events.js:210:5)
          at maybeClose (internal/child_process.js:1021:16)
          at Socket.<anonymous> (internal/child_process.js:430:11)
          at Socket.emit (events.js:210:5)
          at Pipe.<anonymous> (net.js:658:12) {
        errno: 13,
        code: 'EACCES',
        syscall: 'init'
      }
      
      posted in Troubleshooting
      S
      sgarg15
    • 1 / 1