Skip to content

Commit

Permalink
1.4.3: Update about Nest API (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael5r authored Nov 30, 2019
1 parent fcbf291 commit f8b8ab0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 80 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Module: mmm-nest-status

## Important Note About the Nest API
Due to Google closing down the `Works with Nest`-program, the only people who can currently use this module are the ones that already have a non-migrated Nest API account (there is no way to create a new Nest API account anymore).

When Google launches their [`Device Access`](https://developers.google.com/nest/device-access) program in 2020, I'll hopefully be able to update this module to use that API instead, but right now there's nothing I can do about this, unfortunately.

## About This Module

The `mmm-nest-status` module is a [MagicMirror](https://github.com/MichMich/MagicMirror) addon.
This module requires MagicMirror version `2.5` or later.

Expand All @@ -22,7 +29,6 @@ This module displays both your [Nest](https://www.nest.com) thermostats and prot
## Table of Contents

- [Installing the module](#installing-the-module)
- [Getting the Nest Token](#getting-the-nest-token)
- [Using the module](#using-the-module)
- [General Configuration Options](#general-configuration-options)
- [Configuration Options specific to the Grid view](#configuration-options-specific-to-the-grid-view)
Expand All @@ -48,10 +54,6 @@ This module displays both your [Nest](https://www.nest.com) thermostats and prot
Run `git clone https://github.com/michael5r/mmm-nest-status.git` from inside your `MagicMirror/modules` folder.


## Getting the Nest Token
Run `getToken.sh` in your terminal. This will walk you through setting up a [Nest Developer Account](https://developers.nest.com) (which is free) and will get you the token you need to allow this module access to the data from your Nest products.


## Using the module
To use this module, simply add it to the `modules` array in the MagicMirror `config/config.js` file:

Expand Down
74 changes: 0 additions & 74 deletions getToken.sh

This file was deleted.

2 changes: 1 addition & 1 deletion mmm-nest-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Module.register('mmm-nest-status', {
updateInterval: 120 * 1000,
animationSpeed: 2 * 1000,
initialLoadDelay: 0,
version: '1.4.2'
version: '1.4.3'
},

getScripts: function() {
Expand Down

0 comments on commit f8b8ab0

Please sign in to comment.