• 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-Nest-Thermostat: Display Nest Thermostats in Magic Mirror

Scheduled Pinned Locked Moved Utilities
4 Posts 4 Posters 2.8k Views 4 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.
  • M Offline
    mrmidi
    last edited by mrmidi Jul 17, 2018, 7:23 PM Jul 16, 2018, 3:50 AM

    Greetings,

    Just wrapped up a new Magic Mirror Module that adds Nest Thermostats.

    https://github.com/manifestinteractive/MMM-Nest-Thermostat

    screenshot

    Features:

    • Fetches all thermostats in your house
    • Can be displayed in one of four sizes
    • Cherry-pick which thermostats to display
    • Shows current status and temperature of thermostats
    • There is also a bash script to help generate the Nest API Token
    1 Reply Last reply Reply Quote 0
    • S Offline
      smallfishhk
      last edited by yawns Jul 26, 2018, 7:51 AM Jul 26, 2018, 12:04 AM

      Hi , I am new to MagicMirror. just try to install the Nest. Mirror would not start and indicated that it need config file.
      my entry in config file as follow

      {
            		module: :"MMM-Nest-Thermostat",
            		position: "top_right",
            		config: {
              	token: ."c.xxxxxxE4jV1tO4jKqyLwTIosBXxEtewFAfLNxLUAM4JY574ZhZGNmdHBn4t0ysH9ngIg2081ATeJfrlKQ" ,
              	size: 'medium',
              	onlineOnly: true,
              	roomFilter: ['']
            			}	
          		},
      

      May you help and what go wrong? Thanks inadvance

      1 Reply Last reply Reply Quote 0
      • Y Offline
        yawns Moderator
        last edited by Jul 26, 2018, 7:51 AM

        There is a : too much in the module line, and there is a dot before the token value

        1 Reply Last reply Reply Quote 0
        • M Offline
          maugerc
          last edited by Sep 4, 2018, 5:37 PM

          Hi, I installed this new Nest thermostat module and i’m very happy with it, but it never seems to update. I connected and it is showing the thermostats i have correctly, but i never updates itself from there. I have the updateInterval set to 6000, but still nothing. I took the token out just for viewing purposes. Any thoughts on why this isn’t updating info?

          		{
                		module: 'MMM-Nest-Thermostat',
                		position: 'lower_third',
                		config: {
                  			token: "xxxxxxxxxx",
                  			size: 'mini',
                  			onlineOnly: true,
                  			roomFilter: [''],
          				updateInterval: 6000
                			}
              		},
          
          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • 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