@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#L18
Looks 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.