Read the statement by Michael Teeuw here.
nest-status access token
-
@djsri Hi mate . Thank you so much. It’s Worked. Don’t know where I made mistake but it’s working now. Last couple of days I repeat this whole process so many times but it Worked this time. Really appreciate you help.
Now I’m facing another problem. I changed the update interval from 2 min to 5 seconds and im receiving this massage ( the device access API rate limit has been exceeded this module will try to load data again in 10 minutes ) Do I have to go back to the 2 minutes or is there anything I can do? -
@tanvir586 the google api limits how often you can call their api. Every 5 seconds to way too often. I’d say set it anywhere from 3-10 minutes and you should be good.
-
@xadamxk Thanks mate. I’m on 2min now and it looks good
-
Hi guys I’m having a new problem, it freeze after couple of hours. If I restart my magicmirror then it works fine then again after few hours it freeze again. Any solution?
-
@tanvir586 Does your entire mirror freeze or just the module? When you say freeze, does the screen turn black or does every module just stop updating?
-
@xadamxk … just my nest module. Everything else working fine.
-
@tanvir586 Hard to say what the problem might be without having access to your device. If you read the console output of the magic mirror, or run in server only mode, you might be able to read the logs for any errors associated with the module.
-
@xadamxk this is my error log…
[13.03.2022 13:12.50.413] [ERROR] Whoops! There was an uncaught exception…
[13.03.2022 13:12.50.431] [ERROR] TypeError: Cannot read properties of undefined (reading ‘statusCode’)
at Request._callback (/home/pi/MagicMirror/modules/mmm-nest-status/node_helper.js:16:22)
at self.callback (/home/pi/node_modules/request/request.js:185:22)
at Request.emit (node:events:394:28)
at Request.onRequestError (/home/pi/node_modules/request/request.js:877:8)
at ClientRequest.emit (node:events:394:28)
at TLSSocket.socketErrorListener (node:_http_client:447:9)
at TLSSocket.emit (node:events:394:28)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
[13.03.2022 13:12.50.438] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
[13.03.2022 13:12.50.439] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues -
@tanvir586 Apologies for the late reply, I think the notification of your reply was eaten.
https://github.com/michael5r/mmm-nest-status/blob/master/node_helper.js#L18Looks like the response from the API isn’t returning the expected response. There are several things it could be but it’s hard to know for sure. If you open your configuration file, do you have a custom
updateInterval
set? If not, add this:"updateInterval": 240000
This will change the update interval from 2 to 4 minutes, which might help your issue. Give this a try and let me know if it works better for you.
-
@xadamxk Hi mate thanks for replying. Im using module refresher now and it refresh my module every few hours. I don’t see any errors after start using it.