MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. maugerc
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    maugerc

    @maugerc

    0
    Reputation
    174
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    maugerc Unfollow Follow

    Latest posts made by maugerc

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

      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
            			}
          		},
      
      posted in Utilities
      M
      maugerc