Thanks @karsten13 . I’ve updated the module to add the API key to the config.
Read the statement by Michael Teeuw here.
-
RE: MMM-Life360
-
RE: MMM-Scenes2
@MMRIZE
I actually removed MMM-MyScoreboard from the scenario prior to your post and you are right that it’s the module causing the issue. That module seems dormant so I may try to see if I can fork it and try to fix it.Thanks for your help in looking into the issue!
-
MMM-WebRTC
I was having issues with getting rtsp streams from my Frigate NVR to reliably show as I wanted them so I decided to let AI create a module for me that uses WebRTC and it’s much simpler. I’m using it only to show a birdseye view from Frigate rather than multiple individual cameras but it’s working well for me so far but wanted to share.
-
RE: MMM-Life360
Thanks @karsten13 . I’ve updated the module to add the API key to the config.
-
RE: MMM-Life360
@plainbroke are you using the light or dark map in your config? Try the opposite one and see if the behaves the same.
-
RE: MMM-Life360
@plainbroke On the tab row next to ‘Properties’ is a scroll button ‘>>’. Try clicking that and look for a ‘Network’ tab.
-
RE: MMM-Life360
@plainbroke I logged into Life360 from a PC with a browser. There should be a developer tools browser option that shows all the API calls being made. Check for calls to Life360 and look for an Authorization request header with a bearer token. You just need to add that token to the MM config.
-
RE: MMM-Life360
@plainbroke I’m using a free account and it works. The user token has been working for over a week without being revoked.
-
MMM-TeslamateWithLocation - utilizes the data layer from Teslamate with new visualizations and map
I’ve used MMM-Teslamate and forked version of MMM-TeslamateLocation for quite some time but since I have 2 Teslas, it requires a total of four instances of these modules so I thought that I would merge them together. I also recently created MMM-GeneralMotorsEV so I tried to make the visual style the same so they looked very similar next to each other on a MagicMirror. It still requires Teslamate to feed mqtt events.
-
MMM-GeneralMotorsEV - visualization module for GM electric vehicles
I’ve come to love and rely on the MMM-Teslamate module and wanted something similar for our new GM EV. While GM doesn’t have an official public API, it’s possible to extract long-lived user tokens and use the same API as the app. Since GM utilizes a bunch of firewall rules on top of their crappy API, it’s nowhere near as useful or timely as Tesla API calls. The API often returns 429s but YMMV. To get a user token, it’s easiest to use https://github.com/metheos/onstar_firefox.
-
MMM-Life360
I created a module for the Life360 app. There isn’t an official public API but using a token extracted via developer tools in your browser seems to work fine when set in the module config. The tokens are long-running so unless you explicitly logout, it should continue to work. Hope you find this useful :)