Read the statement by Michael Teeuw here.
Trying to make a "Incoming call" module for iphone
-
Hi everyone,
I’m trying to set up real-time iPhone call notifications on my MagicMirror² display. I’ve set up a basic “PhoneCalls” module, that acts as an endpoint that can receive call information.
What I already have working:
- Module “listening”
- Server endpoint running on port 8282
- CSS styling for call display
- Module configured to show caller name and duration
- Backend ready to receive POST requests to
/phone-callwith this structure:
{
“deviceId”: “iphone1”,
“status”: “started” or “ended”,
“caller”: “Phone Number or Contact Name”
}
What I’m missing:
A way to get my iPhone to send these call status updates to the endpoint. Has anyone successfully implemented this? I’m particularly interested in:- Current methods for capturing iPhone call events
- Solutions for sending this data to the MagicMirror’s local endpoint
- Alternative modules or approaches if this isn’t the best way
My setup:
- MagicMirror²
- iPhone (latest iOS)
- Local network access between phone and mirror
Any guidance would be greatly appreciated!
-
After extensive googling, it seems this isn’t possible (any longer). Damnit.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login