MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. H3L1o150
    • Profile
    • Following 1
    • Followers 0
    • Topics 0
    • Posts 8
    • Best 3
    • Controversial 0
    • Groups 0

    H3L1o150

    @H3L1o150

    5
    Reputation
    696
    Profile views
    8
    Posts
    0
    Followers
    1
    Following
    Joined Last Online
    Age 36

    H3L1o150 Unfollow Follow

    Best posts made by H3L1o150

    • RE: [MMM-PIR-Sensor] Install failing

      @Bangee said in MMM-PIR-Sensor - White Screen:

      ok so lets go step by step:
      cd ~/MagicMirror/modules/

      now we will remove the PIR folder:
      rm -rf MMM-PIR-Sensor

      and from here, we’re going to reinstall the MMM-PIR-Sensor modul:
      git clone https://github.com/paviro/MMM-PIR-Sensor.git
      cd MMM-PIR-Sensor

      run the following cmd here:
      npm install and wait, this can take a few minutes.

      Now you’ll have to add pi to gpio
      sudo useradd -g pi gpio

      and reboot your Raspi:
      sudo reboot

      You’ll have to connect your PIR Sensor the right way with your Raspi.
      I’ve connected my PIR Sensor on the following Pins:
      GPIO
      I’ve got a Pi2 and use Pin 2 for power, Pin 6 for Ground and Pin 15 for Data.
      – correctin grn pin

      PIR Sensor

      and dont forget to add the config 🙂

      Attempts to remove and install the module again as the user @Bangee said

      Worked with me

      posted in Troubleshooting
      H3L1o150
      H3L1o150
    • RE: MMM-Temperature/Humidity Module (DHT11, DHT22 and AM2302 sensors.)

      Tanks @psk

      posted in Utilities
      H3L1o150
      H3L1o150
    • RE: Where are you from?

      I am from Lisboa, Portugal 🙂

      posted in General Discussion
      H3L1o150
      H3L1o150

    Latest posts made by H3L1o150

    • RE: [MMM-PIR-Sensor] Install failing

      @Bangee said in MMM-PIR-Sensor - White Screen:

      ok so lets go step by step:
      cd ~/MagicMirror/modules/

      now we will remove the PIR folder:
      rm -rf MMM-PIR-Sensor

      and from here, we’re going to reinstall the MMM-PIR-Sensor modul:
      git clone https://github.com/paviro/MMM-PIR-Sensor.git
      cd MMM-PIR-Sensor

      run the following cmd here:
      npm install and wait, this can take a few minutes.

      Now you’ll have to add pi to gpio
      sudo useradd -g pi gpio

      and reboot your Raspi:
      sudo reboot

      You’ll have to connect your PIR Sensor the right way with your Raspi.
      I’ve connected my PIR Sensor on the following Pins:
      GPIO
      I’ve got a Pi2 and use Pin 2 for power, Pin 6 for Ground and Pin 15 for Data.
      – correctin grn pin

      PIR Sensor

      and dont forget to add the config 🙂

      Attempts to remove and install the module again as the user @Bangee said

      Worked with me

      posted in Troubleshooting
      H3L1o150
      H3L1o150
    • RE: [MMM-PIR-Sensor] Install failing

      @Mareus you tried run the install with “sudo” command?

      posted in Troubleshooting
      H3L1o150
      H3L1o150
    • RE: Where are you from?

      I am from Lisboa, Portugal 🙂

      posted in General Discussion
      H3L1o150
      H3L1o150
    • RE: How to Adjust Font Size and Color in Clock Module

      On new version 2.1.0 just add the line:

      var config = {
      zoom: 0.9,

      posted in Troubleshooting
      H3L1o150
      H3L1o150
    • RE: MMM-Temperature/Humidity Module (DHT11, DHT22 and AM2302 sensors.)

      Tanks @psk

      posted in Utilities
      H3L1o150
      H3L1o150
    • RE: MMM-Temperature/Humidity Module (DHT11, DHT22 and AM2302 sensors.)

      @yawns Tanks for the help

      maybe i’m wrong in code. with me show a white screen

      posted in Utilities
      H3L1o150
      H3L1o150
    • RE: MMM-Temperature/Humidity Module (DHT11, DHT22 and AM2302 sensors.)

      @yawns so i left the config.js file like that?

        {
               module: 'MMM-Temperature-Humidity',
                position: 'top_right',
                config: {
                     ...
            }
        }
      

      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Utilities
      H3L1o150
      H3L1o150
    • RE: MMM-Temperature/Humidity Module (DHT11, DHT22 and AM2302 sensors.)

      Hi, i am really new on this, someone can help me, with the code on config.js file?

           {
                      module: 'MMM-Temperature-Humidity',
                      position: 'bottom_bar',
                      config: {
                        var dht = new rpiDhtSensor.DHT11(21);
      	    }
            },
      

      thanks

      posted in Utilities
      H3L1o150
      H3L1o150