Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/indoor humidity #1025

Merged
merged 5 commits into from
Sep 20, 2017
Merged

Conversation

ryck
Copy link
Contributor

@ryck ryck commented Sep 17, 2017

Please send your pull requests the develop branch.
Don't forget to add the change to CHANGELOG.md.

Note: Sometimes the development moves very fast. It is highly
recommended that you update your branch of develop before creating a
pull request to send us your changes. This makes everyone's lives
easier (including yours) and helps us out on the development team.
Thanks!

  • Does the pull request solve a related issue?
  • If so, can you reference the issue?
  • What does the pull request accomplish? Use a list if needed.
  • If it includes major visual changes please add screenshots.

ryck added 5 commits July 23, 2017 23:52
* 'develop' of github.com:ryck/MagicMirror:
  Add template for v2.1.3
  Set dev version.
* upstream/develop: (71 commits)
  Update sample address
  set version of express-ipfilter:
  Describe default in comment of sample config
  More secure defaults.
  Fix grunt errors
  Weather forecast settings match current weather
  Fix JavaScript error in weatherforecast
  Update fr.json
  TestSuite: Show the missing strings for translations files.
  Update fr.json with added translations
  Added e2e test for font files
  Fix issue MagicMirrorOrg#986
  Fix extra tab file translations/zh_cn.json
  Add Changelog entry for new e2e test for helloworld module
  Small change for re-running Travis CI
  Change Two Conditionals to UpperCase-If
  Fix linting?
  Show Scale of Temperature if config flag is set
  Change to install Roboto fonts by npm
  Update stylelint package
  ...
* develop: (71 commits)
  Update sample address
  set version of express-ipfilter:
  Describe default in comment of sample config
  More secure defaults.
  Fix grunt errors
  Weather forecast settings match current weather
  Fix JavaScript error in weatherforecast
  Update fr.json
  TestSuite: Show the missing strings for translations files.
  Update fr.json with added translations
  Added e2e test for font files
  Fix issue MagicMirrorOrg#986
  Fix extra tab file translations/zh_cn.json
  Add Changelog entry for new e2e test for helloworld module
  Small change for re-running Travis CI
  Change Two Conditionals to UpperCase-If
  Fix linting?
  Show Scale of Temperature if config flag is set
  Change to install Roboto fonts by npm
  Update stylelint package
  ...

# Conflicts:
#	CHANGELOG.md
@nhubbard
Copy link
Contributor

@ryck Just curious, I'm having a little bit of trouble determining where the data for this comes from. Are you getting it from OpenWeatherMap? (we're having a bit of trouble with specific endpoints, so I'm trying to figure out some changes)

@ryck
Copy link
Contributor Author

ryck commented Sep 18, 2017

Hi @nhubbard

It's coming from a DHT22 sensor, using this module: https://github.com/ryck/MMM-DHT-Sensor; it's the indoor humidity after all 😛

@nhubbard
Copy link
Contributor

@ryck Sounds good to me, but this may need to be changed into a second-party (external contributors) module. Either that, or merge the DHT sensor technology into this module.
@MichMich What's your opinion on this?

@ryck
Copy link
Contributor Author

ryck commented Sep 18, 2017

@nhubbard Whatever you think is best, I just did the PR under the impression this was similar to the INDOOR_TEMPERATURE (ie, have support for the notification, no matter where it comes). IMHO, there is no point in merge anything else: either we want the currentwheather to support it or not (which is also fine, maybe having the ext temperature, int temperature and int humidity is a little too much)

@MichMich
Copy link
Collaborator

I like this contribution, especially since the source can be determined by an external module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants