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 3.2k 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.
    • mrmidiM Offline
      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 Offline
        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
        • yawnsY Offline
          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 Offline
            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

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • 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