{"id":13830251,"url":"https://github.com/mochman/MMM-Nest","last_synced_at":"2025-07-09T11:32:35.576Z","repository":{"id":56544342,"uuid":"59791704","full_name":"mochman/MMM-Nest","owner":"mochman","description":"Display Nest Thermostat data on your MagicMirror","archived":true,"fork":false,"pushed_at":"2020-12-19T23:47:52.000Z","size":360,"stargazers_count":15,"open_issues_count":5,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-04T10:02:44.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mochman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-27T00:26:17.000Z","updated_at":"2023-12-02T01:59:48.000Z","dependencies_parsed_at":"2022-08-15T20:40:31.157Z","dependency_job_id":null,"html_url":"https://github.com/mochman/MMM-Nest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mochman%2FMMM-Nest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mochman%2FMMM-Nest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mochman%2FMMM-Nest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mochman%2FMMM-Nest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mochman","download_url":"https://codeload.github.com/mochman/MMM-Nest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225539361,"owners_count":17485313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T10:00:57.815Z","updated_at":"2024-11-20T11:30:34.713Z","avatar_url":"https://github.com/mochman.png","language":"JavaScript","funding_links":[],"categories":["Home Automation \u0026 Notifications"],"sub_categories":[],"readme":"# Module: MMM-Nest\nThe `MMM-Nest` module is a \u003ca href=\"https://github.com/MichMich/MagicMirror\"\u003eMagicMirror\u003c/a\u003e addon.\nThis module displays your \u003ca href=\"https://www.nest.com\"\u003eNest's\u003c/a\u003e data on your Mirror\n\n\u003ctable width=\"100%\" style=\"center\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eVisual Display\u003c/td\u003e\n\u003ctd\u003e\u003cimg src=\"https://cloud.githubusercontent.com/assets/19363185/26743718/e33860d4-47b0-11e7-8dab-c9b305358b01.png\"\u003cbr\u003eCan show a Nest, Protect, or both together.\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eList Display\u003c/td\u003e\n\u003ctd\u003e\u003cimg src=\"https://cloud.githubusercontent.com/assets/19363185/26743717/e3319588-47b0-11e7-86d8-e5e899bbf1ca.png\"\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## Installing the module\nrun `git clone https://github.com/mochman/MMM-Nest.git` from inside your `MagicMirror/modules` folder\n\n## Getting the Nest Token\nRun getToken.sh.  This will walk you through getting a token to allow this module to get data from your Nest.  It requires you to set up a Nest Developer Account.\n\n## Known Issues\nIf you have a family account, make sure you get the PIN with your master account's login (not a account you shared the thermostat with).\n\n## Using the module\nTo use this module, add it to the modules array in the `config/config.js` file:\n````javascript\nmodules: [\n\t{\n\t\tmodule: 'MMM-Nest',\n\t\tposition: 'bottom_right',\t// This can be any of the regions.\n\t\t\t\t\t\t\t\t\t// Best results in one of the side regions like: top_left\n\t\tconfig: {\n\t\t\t// See 'Configuration options' for more information.\n\t\t\ttoken: '1234567890zbcdefghijkl', //Nest Token - REQUIRED\n\t\t\tthermNum: 3, //Choose which thermostat - REQUIRED if you have multiple thermostats and want to use visual mode\n\t\t\tprotectNum: 2, //Choose which protect - REQUIRED if you have multiple protects and want to use visual mode\n\t\t\tdisplayMode: \"both\", //What data to display\n\t\t\tdisplayType: \"visual\" //Choose either the visual display or a list\n\t\t}\n\t}\n]\n````\n\n## Choosing your thermostat\nDo not enter a `thermNum:` or `protectNum:` in your config.js.  The module will list your available thermostats and/or alarms.  You will then be presented with a list to pick from.\n\n![Choose Thermostat](https://cloud.githubusercontent.com/assets/19363185/19137765/4768b484-8b44-11e6-8441-e9b43c3f32fd.png)\n\n## Configuration options\nThe following properties can be configured:\n\n\n\u003ctable width=\"100%\"\u003e\n\t\u003c!-- why, markdown... --\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eOption\u003c/th\u003e\n\t\t\t\u003cth width=\"100%\"\u003eDescription\u003c/th\u003e\n\t\t\u003c/tr\u003e\n\t\u003cthead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003etoken\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003eUsed to get data from your Nest\u003cbr\u003e\n\t\t\t\t\u003cbr\u003e\u003cb\u003eExample:\u003c/b\u003e \u003ccode\u003ec.alkjsfkljadsfj234....\u003c/code\u003e\n\t\t\t\t\u003cbr\u003e This value is \u003cb\u003eREQUIRED\u003c/b\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003ethermNum\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003eUsed to choose which thermostat is shown\u003cbr\u003e\n\t\t\t\t\u003cbr\u003e\u003cb\u003eExample:\u003c/b\u003e \u003ccode\u003e2\u003c/code\u003e\n\t\t\t\t\u003cbr\u003e This value is \u003cb\u003eREQUIRED only if you have multiple thermostats\u003c/b\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003edisplayMode\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003eChoose which of hardware is displayed\u003cbr\u003e\n\t\t\t\t\u003cbr\u003e\u003cb\u003ePossible Values:\u003c/b\u003e \u003ccode\u003e\"nest\"\u003c/code\u003e,\u003ccode\u003e\"protect\"\u003c/code\u003e,\u003ccode\u003e\"both\"\u003c/code\u003e\n\t\t\t\t\u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003e\"both\"\u003c/code\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n                        \u003ctd\u003e\u003ccode\u003edisplayType\u003c/code\u003e\u003c/td\u003e\n                        \u003ctd\u003eChoose how the data is displayed\u003cbr\u003e\n                                \u003cbr\u003e\u003cb\u003ePossible values:\u003c/b\u003e \u003ccode\u003e\"list\"\u003c/code\u003e, \u003ccode\u003e\"visual\"\u003c/code\u003e\n                                \u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003e\"visual\"\u003c/code\u003e\n                        \u003c/td\u003e\n                \u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003eunits\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003eWhat units to use. Specified by config.js\u003cbr\u003e\n\t\t\t\t\u003cbr\u003e\u003cb\u003ePossible values:\u003c/b\u003e \u003ccode\u003econfig.units\u003c/code\u003e = Specified by config.js, \u003ccode\u003emetric\u003c/code\u003e = Celsius, \u003ccode\u003eimperial\u003c/code\u003e =Fahrenheit\n\t\t\t\t\u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003econfig.units\u003c/code\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003ccode\u003eupdateInterval\u003c/code\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003eHow often this refreshes\u003cbr\u003e\n\t\t\t\t\u003cbr\u003e\u003cb\u003eExample:\u003c/b\u003e \u003ccode\u003e60000\u003c/code\u003e\n\t\t\t\t\u003cbr\u003e Nest recommends a call every minute or greater.\n\t\t\t\t\u003cbr\u003e\u003cb\u003eDefault value:\u003c/b\u003e \u003ccode\u003e60000\u003c/code\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\u003c/tbody\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmochman%2FMMM-Nest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmochman%2FMMM-Nest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmochman%2FMMM-Nest/lists"}