Read the statement by Michael Teeuw here.
Live phone location
-
I want to involve myself in this thread and want to use a phone location tracker for my family. I have 8 members in total in my family. I want to track them all using a single app. Is there anything for free?
-
It’s amazing to update you again here. I found something in the meantime that I want to share. Though I had been searching something for free this time. I read a nice article a while ago. This one has shown how to find the location of the person you are tracking, but also track the history of all the places they’ve been in. If you want to visit and read this article click here for more details.
-
@CharlesBarden
That is some expensive free stuff. 48 bucks a month. Not something this community wants to know about I would guess. Spy ware is not always clean it usually has some kind of virus or key logger to steal your information for the person providing the spyware. -
@daryl_thorpe
There are a few ways to integrate live phone tracking into MagicMirror:Life360 Integration:
Life360 provides real-time location data via its API. While there’s no official MagicMirror module, a few users have created custom modules using their API tokens. You’d need a bit of coding, but it’s doable. Check out Life360’s developer docs and look into how to fetch JSON data into a MagicMirror module.Google Maps:
You can use Google Maps’ “Share Location” feature and embed a shared map via iframe in a MagicMirror iFrame module. It won’t show real-time movement but will update locations as they refresh.Custom GPS Tracker Apps:
Some people use GPS tracker apps (like “GPSWOX” or “Traccar”) that feed live data to a server. From there, you can write a script or small module to read and display that data on the mirror.As a parent myself, I totally get the importance of this feature—it’s a great idea for the dashboard.
-
@maria151
Where do you find the UNOFFICIAL modules for Life360?