• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Temperature/Humidity Module (DHT11, DHT22 and AM2302 sensors.)

Scheduled Pinned Locked Moved Utilities
34 Posts 11 Posters 31.0k Views 10 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H3L1o150
    last edited by Oct 2, 2016, 8:12 PM

    @yawns Tanks for the help

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

    P 1 Reply Last reply Oct 2, 2016, 8:58 PM Reply Quote 0
    • P Offline
      psk @H3L1o150
      last edited by paviro Oct 3, 2016, 12:26 PM Oct 2, 2016, 8:58 PM

      @H3L1o150 currently, to define the pin to which sensor is connected, you need to edit the node_helper.js file ind MMM-Temperature-Humidity directory and edit line number 12.
      var dht = new rpiDhtSensor.DHT11(2); to var dht = new rpiDhtSensor.DHT11(21);

      you can leave the config as

                  {
      			module: 'MMM-Temperature-Humidity',
      			position: 'bottom_right',
      			config: {
      				refreshInterval: 10000,
      				temperaturePrefix: "Room temperature: ",
      				temperatureSuffix: "°C",
      				humidityPrefix: "Humidity: ",
      				humiditySuffix: "%"
      			}
      		},
      

      guess this needs to be improved in future release… :D


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

      P.S.K

      1 Reply Last reply Reply Quote 0
      • H Offline
        H3L1o150
        last edited by Oct 2, 2016, 9:30 PM

        Tanks @psk

        1 Reply Last reply Reply Quote 1
        • J Offline
          jsyzthz
          last edited by Oct 17, 2016, 2:33 PM

          i found MMM cannot auto startup if use it. because it must be run with sudo. but i don’t know how to run sudo with ‘DISPLAY=:0’? @psk

          P 1 Reply Last reply Oct 19, 2016, 1:12 PM Reply Quote 0
          • B Offline
            Bangee Module Developer
            last edited by Oct 17, 2016, 2:39 PM

            @jsyzthz checkt this out: https://forum.magicmirror.builders/topic/738/mmm-dht22-humidity-and-temperature-module

            1 Reply Last reply Reply Quote 0
            • P Offline
              psk @jsyzthz
              last edited by psk Oct 19, 2016, 1:12 PM Oct 19, 2016, 1:12 PM

              @jsyzthz Unfortunately neither did I have any luck executing with sudo while using ‘DISPLAY=:0’ .

              For auto start I used PM2.

              This is my mm.sh file

              cd ~/MagicMirror
              DISPLAY=:0 sudo npm start
              

              P.S : I haven’t yet tried this alternative by Bangee. But it sure looks promising in this scenario where we need the mirror to start from ssh(or Terminal) while specifying the display device.

              If i come across any workarounds, I’ll update.
              Cheers.

              P.S.K

              1 Reply Last reply Reply Quote 0
              • J Offline
                jsyzthz
                last edited by Oct 20, 2016, 4:16 PM

                @psk , when i execute your command in my pi3 from putty. will get below error.
                0_1476980028924_upload-94e2d7d2-b3a1-493a-a093-7ac8645113c3

                1 Reply Last reply Reply Quote 0
                • D Offline
                  d3r
                  last edited by Oct 25, 2016, 4:26 PM

                  I’m going to order the dht-22 soon. I was reading about the sensor set up and most guides mention using a resistor. Do you guys have one in your set up?

                  P 1 Reply Last reply Nov 8, 2016, 1:56 PM Reply Quote 0
                  • P Offline
                    psk @d3r
                    last edited by Nov 8, 2016, 1:56 PM

                    @d3r Dht 22 and 11 series doesnt require one :)

                    PS: Just saw the post.Was out of town for two weeks…

                    P.S.K

                    Y 1 Reply Last reply Nov 8, 2016, 2:13 PM Reply Quote 0
                    • Y Offline
                      yawns Moderator @psk
                      last edited by Nov 8, 2016, 2:13 PM

                      @psk
                      That depends on the sensor you buy. If you use a sensor with 4 pins you need the resistor. If you use the sensor with 3 pins mounted to a circuit board you don’t need the resistor.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy