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

    hrmax23

    @hrmax23

    5
    Reputation
    4
    Profile views
    25
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    hrmax23 Unfollow Follow
    • RE: MMM-Life360

      Thanks @karsten13 . I’ve updated the module to add the API key to the config.

      posted in Showcase
      H
      hrmax23
    • 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!

      posted in System
      H
      hrmax23
    • 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.

      https://github.com/maxbethge/MMM-WebRTC

      posted in Showcase
      H
      hrmax23
    • RE: MMM-Life360

      @plainbroke glad it’s working and useful!

      posted in Showcase
      H
      hrmax23
    • RE: MMM-Life360

      Thanks @karsten13 . I’ve updated the module to add the API key to the config.

      posted in Showcase
      H
      hrmax23
    • RE: MMM-Life360

      @plainbroke glad it’s working and useful!

      posted in Showcase
      H
      hrmax23
    • 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.

      posted in Showcase
      H
      hrmax23
    • RE: MMM-Life360

      @plainbroke correct. It’s the long string after ‘bearer’

      posted in Showcase
      H
      hrmax23
    • RE: MMM-Life360

      @plainbroke On the tab row next to ‘Properties’ is a scroll button ‘>>’. Try clicking that and look for a ‘Network’ tab.

      posted in Showcase
      H
      hrmax23
    • 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.

      posted in Showcase
      H
      hrmax23
    • 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.

      posted in Showcase
      H
      hrmax23
    • 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.

      https://github.com/maxbethge/MMM-TeslamateWithLocation

      posted in Showcase
      H
      hrmax23
    • 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.

      https://github.com/maxbethge/MMM-GeneralMotorsEV

      posted in Showcase
      H
      hrmax23
    • 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 :)

      https://github.com/maxbethge/MMM-Life360

      posted in Showcase
      H
      hrmax23