@plainbroke How do you get free membership? I checked out their pricing page and they only offer a 7-day trial if you provide payment info.
Read the statement by Michael Teeuw here.

Posts
-
RE: Life 360 Module
-
RE: Life 360 Module
Looks like they have an unofficial API here: https://krconv.github.io/life360-api-docs/#tag/Circles/operation/getCircle
That endpoint returns everyone in the circle along with their LAT/LONG, which could be put onto a map.Because it’s a paid service, I’m not going to pay for membership. But if someone would be willing to add me to an account or pay for a month of service it should be pretty doable.
-
RE: nest-status access token
@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.
-
RE: nest-status access token
@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.
-
RE: MMM-NetworkScanner
@plainbroke I was going to do it, but the module doesn’t use a template for the design. They do it all in javascript, so it wouldn’t be as easy as I was hoping.
The developer of this module hasn’t made updates for over 2 years, so you’d be better off trying this fork that has been updated to allow column layouts: https://github.com/spitzlbergerj/MMM-NetworkScanner
-
RE: nest-status access token
@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?
-
RE: nest-status access token
@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.
-
RE: MM Calendar events not updating on all three of my calenders
Doesn’t look like anyone has helped you out here.
You may have more luck in this section: https://forum.magicmirror.builders/category/29/troubleshooting -
RE: Volkswagen ID3/ID4 data
Hello @Pocoyo!
It looks like We Connect has an API, which is what a potential module would use to pull your desired data. However, I’ve got a couple questions and issues I wanted to mention.
- What is the purpose of your requested module? Specifically, what kind of data did you want to see? The following data is available from a quick glance:
- Personal data
- Real car data
- Users
- Speed Alerts
- Position
- Heating status
- Trip data
- Destinations
- Charger status
- History
- Battery charge
- I do not own a Volkswagen or use this service. If we answer questions from #1 and set a direction, I would need you to provide temporary access to your account in order for me to develop and debug the module. However, we can talk about this after we answer the questions above.
-
MMM-LOLESPORTS-STANDINGS: LOL Esports league standings
Description
Display LOL Esports league standings on your magic mirror!
Provide a tournament id (defaults to LCS) and track the standings of your favorite esport leagues. Module is customizable with snippets and screenshots in the readme.Screenshot
Link
GitHub Repository