I tried to install it but the MagicMirror stays blank after that. I noticed that you don’t use a pyhton-3 shebang in your Python file. Could this be the cause? I will try later to add that!
This is my config:
{
module: 'MMM-FRITZ-Box-Callmonitor-py3',
position: 'bottom_left', // This can be any of the regions. Best results in left or right regions.
header: "Verpasste Anrufe", // This is optional
config: {
username: "foo",
password: "bar",
reloadContactsInterval: 24*60,
}
},