You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
It looks like an issue I also had. I assume this happens if you have more than one phone book in your Fritzbox.
For me this workaround fixed the issue:
In file fritz_access.py just add .replace(",","") in line 26 before the :
So the complete new line 26 would be like this: for phonebook_id in result["NewPhonebookList"].replace(",",""):
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have the following problem: The contacts of my Fritzbox are not loading. A loading symbol is permanently displayed. What can I do?
My configuration looks like this:
{
module: 'MMM-FRITZ-Box-Callmonitor',
position: 'top_left',
header: 'Verpasste Anrufe',
config: {
//vCard: 'home/pi/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor/vCard1.vcf',
username: "pi",
password: "raspberry",
showContactsStatus: true,
maximumCallDistance: 300,
deviceFilter: [],
debug: "true"
}
},
Info: I use the user pi and the password raspberry also for the Fritzbox user.
The text was updated successfully, but these errors were encountered: