MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    MMM-FRITZ-Box-Callmonitor

    Troubleshooting
    5
    8
    517
    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
      chris47803 last edited by

      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
        chris47803 last edited by

        Now it’s working.

        I uninstalled Python and installed version 0.5.0.

        best regards, Chris

        S M 2 Replies Last reply Reply Quote 0
        • S
          ShadowMG Project Sponsor @chris47803 last edited by

          @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
            Murph @chris47803 last edited by

            @chris47803 How did you do?

            1 Reply Last reply Reply Quote 0
            • C
              coernel last edited by

              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 1 Reply Last reply Reply Quote 0
              • S
                sdetweil @coernel last edited by

                @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

                Create a working config
                How to add modules

                C 1 Reply Last reply Reply Quote 0
                • C
                  coernel @sdetweil last edited by

                  @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 Reply Quote 0
                  • S
                    sdetweil @coernel last edited by

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

                    Sam

                    Create a working config
                    How to add modules

                    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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy