MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    MMM-Nest-Thermostat: Display Nest Thermostats in Magic Mirror

    Utilities
    4
    4
    2364
    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.
    • mrmidi
      mrmidi last edited by mrmidi

      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
        smallfishhk last edited by yawns

        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
        • yawns
          yawns Moderator last edited by

          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
            maugerc last edited by

            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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy