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

    Posts

    Recent Best Controversial
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @paviro
      Hi,
      I need some help please, because my PIR-Sensor doesn´t work with your module.
      I do not know what I did wrong. I wrote my Problem in another category in the MM Forum, but unfortunately until now nobody could help me.

      My problem is that my monitor does not turn off. I configured the config.js like this

                  module: 'MMM-PIR-Sensor',
                  config: {
                          sensorPIN: 23,
                          powerSaving: true,  
      

      and connect the sensor to the raspberry like this
      https://www.tutorials-raspberrypi.de/wp-content/uploads/pir.png

      Waiting about one, two minutes, but the monitor does not turn off. I would be really happy if you could help me.

      Thanks in advance.

      posted in System
      K
      Klinge
    • Monitor with PIR-Sensor does not turn off

      Hello,

      I am building my first MM and have a problem with the PIR-Sensor.

      What have I done:
      Installing wiringPi
      1 git clone git://git.drogon.net/wiringPi
      2 cd wiringPi
      3 git pull origin
      4 ./build

      Installing the PIR-Module
      https://github.com/paviro/MMM-PIR-Sensor

      Configuring config.js like this

      {
                      module: 'MMM-PIR-Sensor',
                      config: {
                              sensorPIN: 23,
                              powerSaving: true,      
                      }
              },
      

      Connect the PIR to the raspberry like this
      https://www.tutorials-raspberrypi.de/wp-content/uploads/pir.png

      I am waiting about one, two minutes, but unfortunately the monitor does not turn off.

      Does somebody has any idea?

      Thanks in advance.
      Klinge

      posted in Troubleshooting
      K
      Klinge
    • RE: Weather module does not work (Please set the correct openweather appid in the...)

      Ah, ok! I misunderstood the logic of appid. Now it works!

      Thanks for your help!

      posted in Troubleshooting
      K
      Klinge
    • RE: Weather module does not work (Please set the correct openweather appid in the...)

      Thanks for your answer.

      But I did it. In my example is the correct New York appid.

      posted in Troubleshooting
      K
      Klinge
    • Weather module does not work (Please set the correct openweather appid in the...)

      Hi,
      I am a complete newbie to raspberry pi. I installed the MagicMirror and now I have problems with the weather module.

      When I start the MagicMirror I get the following error

      Please set the correct openweather appid in the…

      I have searched here in the forum, but I did not find a solution to my concrete problem.

      The code in my config.js

          module: 'currentweather',
                          position: 'top_right',
                          config: {
                                  location: 'New York',
                                  appid: '5128581'
                          }
                  },
                  {
                          module: 'weatherforecast',
                          position: 'top_right',
                          header: 'Wettervorhersage',
                          config: {
                              location: 'New York',
                                  locationID: '5128581',  //ID from http://www.openweathermap.org
                      appid: '5128581'
                          }
                  },
      

      Is it interesting, that I start the MagicMirror in Germany?

      Thanks for helping me.

      posted in Troubleshooting
      K
      Klinge
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 11 / 11