MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Trying to make a "Incoming call" module for iphone

    Scheduled Pinned Locked Moved Development
    2 Posts 1 Posters 896 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Offline
      cgillinger
      last edited by

      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-call with 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:

      1. Current methods for capturing iPhone call events
      2. Solutions for sending this data to the MagicMirror’s local endpoint
      3. 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!

      C 1 Reply Last reply Reply Quote 0
      • C Offline
        cgillinger @cgillinger
        last edited by

        After extensive googling, it seems this isn’t possible (any longer). Damnit.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy