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

    Posts

    Recent Best Controversial
    • RE: Wunderlist - your todos on the mirror

      @laknermi glad you like it :slight_smile:

      posted in Troubleshooting
      paviroP
      paviro
    • RE: Wunderlist - your todos on the mirror

      @laknermi the App url should not be necessary :) or can be set to anything, like the callback too.

      posted in Troubleshooting
      paviroP
      paviro
    • RE: Face Recognition with inferred light

      @KirAsh4 why apt-get remove --purge shouldn’t apt-get purge do the same?

      posted in Troubleshooting
      paviroP
      paviro
    • RE: Face Recognition with inferred light

      @feuerball why do you want to reinstall it?

      posted in Troubleshooting
      paviroP
      paviro
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @sjuulbosmans white and black screens are mostly caused by wrong configuration. Check your web inspector!

      posted in Troubleshooting
      paviroP
      paviro
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @jrleeman feel free to send a pull request! :) the sensor I use cost 3€ do I don’t really see a reason to do it in software of the sensors are that cheap :smiley:

      posted in Troubleshooting
      paviroP
      paviro
    • RE: Wunderlist - your todos on the mirror

      @laknermi then set it to http://localhost I thought it was the default.

      posted in Troubleshooting
      paviroP
      paviro
    • RE: Wunderlist - your todos on the mirror

      Hey all of you! :slight_smile:
      Please try again with the updated version from GitHub!
      Thanks to @MichMich for now knowing how to better handle API requests in Node :D

      posted in Troubleshooting
      paviroP
      paviro
    • RE: Synchronous requests [solved]

      And there comes the “Doh!” moment! :D Thanks completely overlooked that…

      posted in Development
      paviroP
      paviro
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @Bangee in that case read the wiki ;)

      posted in Troubleshooting
      paviroP
      paviro
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @Bangee how do you start your mirror?

      posted in Troubleshooting
      paviroP
      paviro
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @Bangee it is node output! You have to check the log of the backend :)

      posted in Troubleshooting
      paviroP
      paviro
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @MichMich is it? Not sure I think one dependencies of THIS plugin does not support it, yet :/

      posted in Troubleshooting
      paviroP
      paviro
    • RE: Wunderlist - your todos on the mirror

      @laknermi does not matter just leave it as it is when you create the app.

      posted in Troubleshooting
      paviroP
      paviro
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @jrleeman you should be able to change that by modifying the PIR-Sensor mine has the possibility to exactly adjust that :)

      posted in Troubleshooting
      paviroP
      paviro
    • RE: Weekly Calendar

      @KirAsh4 makes sense :)

      posted in Requests
      paviroP
      paviro
    • RE: Weekly Calendar

      @KirAsh4 Definitely! Maybe the calendar module could be used to parse it and then send a notification this module could receive?

      posted in Requests
      paviroP
      paviro
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @Bangee Sure in the node_helper.js find the comment Detected movement and add console.log() so that it looks like the following:

      gpio.wiringPiISR(this.config.sensorPIN, gpio.INT_EDGE_BOTH, function(delta) {
              console.log(gpio.digitalRead(self.config.sensorPIN))
              ....
      }
      
      posted in Troubleshooting
      paviroP
      paviro
    • RE: Weekly Calendar

      @KirAsh4 He is probably thinking about a grid layout like that:
      Grid calendar

      posted in Requests
      paviroP
      paviro
    • RE: Face Recognition with inferred light

      Uhm @MichMich could it be that the module fading fails if no module has the class you are trying to fade?

      posted in Troubleshooting
      paviroP
      paviro
    • 1 / 1