MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-FRITZ-Box-Callmonitor

    Troubleshooting
    27
    99
    52646
    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.
    • S
      sdetweil @Ghost2000 last edited by

      @Ghost2000 if you use pm2 u have to stop that instance before using npm start

      pm2 stop all

      Sam

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • G
        Ghost2000 last edited by

        Where can I find this file?

        S 1 Reply Last reply Reply Quote 0
        • S
          sdetweil @Ghost2000 last edited by

          @Ghost2000 come on. in the module folder, there is a folder called translations

          Sam

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • G
            Ghost2000 last edited by Ghost2000

            Great thanksworks. @sdetweil
            De, json has to look like this for everyone

            {
              "title": "Eingehender Anruf",
              "noCall": "Keine kürzlichen Anrufe.",  
            
              
              "calllist_parse_error": "Anrufliste unlesbar.",
              "phonebook_parse_error": "Telefonbuch unlesbar.",
              "vcf_parse_error": "vCard unlesbar.",
              "login_error": "Logindaten falsch?",
              "network_error": "FRITZ!Box nicht erreichbar.",
              "unknown_error": "Unbekannter Fehler."
            }
            
            

            en.json

            {
              "title": "Incoming Call",
              "noCall": "No recent calls.",
            
              
              "calllist_parse_error": "Can't parse calllist.",
              "phonebook_parse_error": "Can't parse phonebook.",
              "vcf_parse_error": "Can't parse vCard.",
              "login_error": "Login data wrong?",
              "network_error": "Could not reach FRITZ!Box.",
              "unknown_error": "Unknown error."
            }
            
            
            S 1 Reply Last reply Reply Quote 0
            • S
              sdetweil @Ghost2000 last edited by sdetweil

              @Ghost2000 in 2.14 it will not fail like this, but the translation file will not be loaded. an error message in the dev window will indicate what file failed.

              fix also available in the develop branch

              this issue is pinned to the top of the troubleshooting section currently

              https://forum.magicmirror.builders/category/10/troubleshooting

              Sam

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • F
                Foxy25 last edited by Foxy25

                Hi,
                First: everything works well, but i have some question about the devicefilter:

                What do I have to register exactly there?

                The Telephonnumber? The name of the “device”? The “intern number”?

                I know that this works like:
                the “devicefilter entry” filters, the incoming calls for this phonenumber, out.

                In my case we have 3 DECT-Phones and i want display only one from this devices on the MM-Screen when the call come in.

                Thank you all for your Support.

                Greetngs from Germany
                Foxy

                L 1 Reply Last reply Reply Quote 0
                • L
                  Laurids @Foxy25 last edited by

                  @foxy25 Hi, after a new installation of MagicMirror I have problems with the callmonitor. The MM shows the number of incoming calls, but the list of missing calls is empty. When I set

                  showContactsStatus: true
                  

                  ,then I only get two rotating arrows behind “no calls”, instead of the number of entrys of my phonebook.
                  I tried all the advices in this thread, but nothing works. In another thread I found, that it would be helpful to uninstall Python and install version 0.5.0. Can someone explain, how to do this?
                  Thanks and best regards

                  1 Reply Last reply Reply Quote 0
                  • S
                    ShadowMG Project Sponsor last edited by ShadowMG

                    Hi, tried endlessly on a new installation to get calls showing again.
                    Current call works
                    I get the error of:

                    pi@WestMainServ100:~/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor $ python fritz_access.py -p xxxxxx -u xxx -i 192.168.62.1
                    Traceback (most recent call last):
                      File "fritz_access.py", line 1, in <module>
                        import argparse, os, fritzconnection, urllib2, sys, json
                    ImportError: No module named fritzconnection
                    

                    Changed the files node_helper.js, package.json and fritz_access.py.

                    This is my config.js part:

                            {
                                    //disabled: true,
                                    module: 'MMM-FRITZ-Box-Callmonitor',
                                    position: 'top_left',   // This can be any of the regions. Best results in left or right regions.
                                    header: "Letzte Anrufe", // This is optional
                                    config: {
                                            user: "",
                                            password: "xxxxxx",
                                            deviceFilter: ["TelefoneWestFritzbox"],
                                            vCard: "/home/pi/MagicMirror/contacts.vcf",
                                            maximumCallDistance: 3000,
                                            maximumCalls: 5,
                                            fritzIP: "192.168.62.1",
                                            // See 'Configuration options' for more information.
                                    }
                            },
                    

                    And the MMM-FRITZ-Box-Callmonitor.js:

                            // Default module config.
                            defaults: {
                                    numberFontSize: 30,
                                    vCard: true,
                                    fritzIP: "192.168.62.1",
                                    fritzPort: 1012,
                                    minimumCallLength: 0,
                                    maximumCallDistance: 60,
                                    maximumCalls: 5,
                                    fade: true,
                                    debug: false,
                                    fadePoint: 0.25,
                                    username: "",
                                    password: "xxxxx",
                                    reloadContactsInterval: 30, // 30 minutes, set to 0 to disable
                                    deviceFilter: ["TelefoneWestFritzbox"], // [] means no filtering
                                    showContactsStatus: true
                            },
                    

                    I installed different versions of fritzconnect. No clue what to do next…

                    Thank you, Matthias

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      requiemmg @ShadowMG last edited by

                      @shadowmg
                      Just did a fresh install today. Installed MMM-FRRITZ-Box-Callmonitor, did npm install and installed fritzconnection.
                      Also installed fritzconnection.

                      pi@smartmirror:~/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor $ fritzconnection
                      
                      fritzconnection v1.8.0
                      FRITZ!Box 6591 Cable at http://169.254.1.1
                      FRITZ!OS: 7.29
                      

                      But when I use

                      python fritz_access.py -u user -p pass -i 192.168.0.1
                      

                      i get

                      Traceback (most recent call last):
                        File "fritz_access.py", line 1, in <module>
                          import argparse, os, fritzconnection, urllib2, sys, json
                      ImportError: No module named fritzconnection
                      

                      Any idea on how to fix this? @paviro @sdetweil?

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        sdetweil @requiemmg last edited by

                        @requiemmg u need the python library for fritzconnection, whatever that is. separate install

                        Sam

                        Create a working config
                        How to add modules

                        R 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 6
                        • 7
                        • 8
                        • 9
                        • 10
                        • 9 / 10
                        • 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