Giter VIP home page Giter VIP logo

mmm-dht-sensor's Introduction

MMM-DHT-Sensor

###Work in progress

This an extension for the MagicMirror.

It monitors temperature and humidity from DHT11 sensor.

Used on my personal Smart mirror project

Installation

  1. Navigate into your MagicMirror's modules folder
  2. Clone repository git clone https://github.com/bernardpletikosa/MMM-DHT-Sensor
  3. Go to newly created directory
  4. Execute npm install to install the node dependencies.

Using the module

Add it to the modules array in the config/config.js file:

modules: [
	...
	{
		module: 'MMM-DHT-Sensor',
		config: {
			// See below for more information.
		}
	}
	...
]

Configuration options

Configurations properties

Property Description
sensorType Supports DHT11, DHT22 and AM2302 sensors
Type: int
Values: 11|22
Default: 11
sensorPIN The BCM pin your sensor is connected to
Type: int
Default: 4
updateInterval Wait interval between readings of temperature and humidity values
Type: int
Default: 2000 ms
animationSpeed Animation of changes
Type: int
Default: 0
titleText Widget title text
Type: string
Default: DHT
units Unit system to use
Type: string
Default: from default configuration

Developer Notes

For more details abput BCM pin numbers check here

Dependencies

Thanks

Thanks for the library

roland-vachter

momenso

mmm-dht-sensor's People

Contributors

bernardpletikosa avatar birkjaer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.