• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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

Scheduled Pinned Locked Moved Troubleshooting
11 Posts 7 Posters 1.7k Views 6 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
    chris47803
    last edited by Jan 25, 2021, 9:33 AM

    Hi there,

    I’m sorry for my bad english.
    I had it translated with google.

    I would like to run the call monitor in my mirror.
    An incoming call is also indicated.
    Unfortunately not missed calls.
    Even if I enter the wrong password, nothing changes on the display.
    I hope you can help me.

    Kind regards

    01.jpg

    config.js

    {
    		module: "MMM-FRITZ-Box-Callmonitor",
    		position: "bottom_left",	// This can be any of the regions. Best results in left or right regions.
    		header: "Letzte Anrufe", // This is optional
    		config: {
    			showContactsStatus: "true",
    			fritzIP: "192.168.2.2",
    			showContactsStatus: "true",
    			maximumCallDistance: "60",
                            maximumCalls: "5",
                            reloadContactsInterval: "1",
    		        username: "pi",
                            password: "*****",
                            //vCard: "/home/pi/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor/vCard Export.vcf",
    			debug: "true",
    			
    		}
    	},
    
    

    MMM-FRITZ-Box-Callmonitor.js

    Module.register("MMM-FRITZ-Box-Callmonitor", {
    
    	requiresVersion: "2.0.0",
    
    	// Default module config.
    	defaults: {
    		numberFontSize: 30,
    		vCard: false,
    		fritzIP: "192.168.2.2",
    		fritzPort: 1012,
    		minimumCallLength: 0,
    		maximumCallDistance: 60,
    		maximumCalls: 5,
    		fade: false,
    		debug: false,
    		fadePoint: 0.25,
    		username: "pi",
    		password: "*****",
    		reloadContactsInterval: 1, // 30 minutes, set to 0 to disable
    		deviceFilter: [], // [] means no filtering
    		showContactsStatus: true
    	},
    
    
    1 Reply Last reply Reply Quote 0
    • C Offline
      chris47803
      last edited by Jan 25, 2021, 5:27 PM

      Now it’s working.

      I uninstalled Python and installed version 0.5.0.

      best regards, Chris

      S M 2 Replies Last reply Nov 26, 2021, 5:10 PM Reply Quote 0
      • S Offline
        ShadowMG Project Sponsor @chris47803
        last edited by Nov 26, 2021, 5:10 PM

        @chris47803 said in MMM-FRITZ-Box-Callmonitor:

        I uninstalled Python and installed version 0.5.0

        Any hint on where you got this from and how you installed it?
        Thx!

        1 Reply Last reply Reply Quote 0
        • M Offline
          Murph @chris47803
          last edited by Apr 10, 2022, 1:20 PM

          @chris47803 How did you do?

          1 Reply Last reply Reply Quote 0
          • C Offline
            coernel
            last edited by Jan 1, 2023, 10:27 AM

            I have the same problem. What do you mean by “I uninstalled Python?” So if I uninstall Python many other things won’t work.

            S ? 2 Replies Last reply Jan 1, 2023, 5:07 PM Reply Quote 0
            • S Away
              sdetweil @coernel
              last edited by Jan 1, 2023, 5:07 PM

              @coernel he installed a prior version of python

              I added words to complete his sentence

              I uninstalled the current version of Python and installed python version 0.5.0 
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              C 1 Reply Last reply Jan 3, 2023, 6:34 PM Reply Quote 0
              • C Offline
                coernel @sdetweil
                last edited by Jan 3, 2023, 6:34 PM

                @sdetweil Hey thanks, that is exactly what I understood. And that arises the question: With an older version of python isn’t there the danger of other modules being broken? So would there be the possibility to force an older python version for the specific module only?

                S 1 Reply Last reply Jan 3, 2023, 6:35 PM Reply Quote 0
                • S Away
                  sdetweil @coernel
                  last edited by Jan 3, 2023, 6:35 PM

                  @coernel sorry, no idea how to run specific versions of python with specific modules

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • ? Offline
                    A Former User @coernel
                    last edited by May 31, 2024, 9:08 AM

                    Dear all,

                    has anyone here come up with a more, shall I say, “sustainable” solution? According to Chris, he has installed version 0.5.0 of Python , I have versions 2.7 and 3.9 on my Raspi, version 0.5.0 seems very old and dangerous in conjunction with other modules. In addition, Python no longer lists this version under the ancient versions and does not offer it for download. So now I have no way of getting the module to work. I would be grateful for any help, including instructions on how to install version 0.5.0.

                    Thanks and regards,

                    Docci

                    U 1 Reply Last reply Jun 2, 2024, 11:54 AM Reply Quote 2
                    • U Offline
                      uschmitt @Guest
                      last edited by Jun 2, 2024, 11:54 AM

                      @Docjump said in MMM-FRITZ-Box-Callmonitor:

                      s, he has installed version 0.5.0 of Python , I have versions 2.7 and 3.9 on my Raspi, version 0.5.0 seems very old and dangerous in conjunction with other modules. In addition, Python no longer lists this version under the

                      There is another fork of this module
                      MMM-FRITZ-Box-Callmonitor-py3
                      There is a comment:
                      The Code is updated to work with python 3 and the latest MagicMirror Version ( Updates of this Module last year ), so much younger than the module you are using.

                      I installed this version 2 Month ago on Bullseye and Bookworm Debian 11/12.

                      And when I remember correct I had had only problems with installing the addon fritzconnection on Bookworm. Bullseye was fine.
                      Issue was “sudo pip install fritzconnection”.
                      I have to look what I did there exactly. One Solution was simple to copy the python modules manually to a directory, the other was to make a “virtual” python installation with “python3 -m venv xyz”.

                      If interests are there I can try to reinstall and note some instructions.

                      Regards
                      Uwe

                      ? 1 Reply Last reply Jun 9, 2024, 9:39 AM Reply Quote 1
                      • 1
                      • 2
                      • 1 / 2
                      • 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