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.

    MMM-FRITZ-Box-Callmonitor-py3 and MMM-Callmonitor-Current-Call

    Scheduled Pinned Locked Moved Utilities
    54 Posts 6 Posters 12.5k Views 7 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.
    • J Offline
      Jose1701 @Jose1701
      last edited by

      said in MMM-FRITZ-Box-Callmonitor-py3 and MMM-Callmonitor-Current-Call:

      I’m not sure if this is correct: In your config a username is missing. As far as I’m aware of you have to use a username/password combination - therefore I remember that I had to create a separate user for using the module.
      

      Well, until now I didn’t need more. Everything is working fine except the arrows and colours. But I will see if sth. is needed.

      That was the reason. Don`t know it shows the calls without a password but not the arrows.

      Now everything is working fine.

      Thanks a greets

      Jose

      1 Reply Last reply Reply Quote 0
      • M Online
        Mathes75
        last edited by

        @xiexodusix - I set up my MagicMirror from scratch and now wanted to integrate the FRITZ-Callmonitor to it, unfortunately with no luck. No calls are displayed, the phonebook has non-stop rotating icon. In the docker logs (Yes, I’m using latest MagicMirrorOS with integrated Docker) I get the following error:

        [2026-01-11 02:10:11.646] [ERROR] [app] Whoops! There was an uncaught exception... 
        [2026-01-11 02:10:11.684] [ERROR] [app] Error: spawn python3 ENOENT
            at ChildProcess._handle.onexit (node:internal/child_process:285:19)
            at onErrorNT (node:internal/child_process:483:16)
            at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
          errno: -2,
          code: 'ENOENT',
          syscall: 'spawn python3',
          path: 'python3',
          spawnargs: [
            '/opt/magic_mirror/modules/MMM-FRITZ-Box-Callmonitor-py3/fritz_access.py',
            '-i',
            '192.168.0.1',
            '-p',
            '*********',
            '-u',
            'magicmirror'
          ]
        } 
        [2026-01-11 02:10:11.686] [ERROR] [app] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 
        
        

        As you can see, I have created username and password only for MM.

        Starting fritzconnection from (host) commandline works, incomming calls are registered and shown in Terminal.

        karsten13K 1 Reply Last reply Reply Quote 0
        • karsten13K Online
          karsten13 @Mathes75
          last edited by

          @Mathes75

          probably python missing, see https://khassel.gitlab.io/magicmirror/faq/dependencies/#use-the-fat-image

          You can change the image in the .env file.

          M 1 Reply Last reply Reply Quote 0
          • M Online
            Mathes75 @karsten13
            last edited by

            @karsten13 to get this right: Using the fat image would have at least python on board. And to get everything to work I would need to add a script, adding the dependencies for MMM-FRITZ-Box-Callmonitor-py3:

            Execute npm install to install the dependencies.
            (Optional) Execute sudo apt-get install python3-dev libxml2-dev libxslt1-dev zlib1g-dev && sudo pip install --break-system-packages fritzconnection to allow access to your FRITZ!Box phone book and recent calls. This can take a few minutes.

            Will definitely give it a try!

            1 Reply Last reply Reply Quote 0
            • 1
            • 2
            • 3
            • 4
            • 5
            • 6
            • 6 / 6
            • 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