paviro / MMM-FRITZ-Box-Callmonitor

This an extension for the MagicMirror. It provides a callmonitor for FRITZ!Box users alerting them about incoming calls.
28 stars 22 forks source link

Changing IP Address doesn't work. #27

Open Lausbuab1 opened 7 years ago

Lausbuab1 commented 7 years ago

Hi,

if I change the IP address to 192.168.178.200, the MM Interface will not load up because of an error.

I can set every options (not username and password) which works, but not with the IP address.

ERROR: { module: 'MMM-FRITZ-Box-Callmonitor', position: 'top_right', header: "Verpasste Anrufe", config: { fritzIP: 192.168.178.200, username: Username, password: XXXXX, minimumCallLength: 10, reloadContactsInterval: 0, maximumCallDistance: 600 } },

NO ERROR: { module: 'MMM-FRITZ-Box-Callmonitor', position: 'top_right', header: "Verpasste Anrufe", config: { minimumCallLength: 10, reloadContactsInterval: 0, maximumCallDistance: 600 } },

I need the option for the IP address because I use a different fritzBox for calls.

Versions: latest version of everything (RP3, Node.js, Debian Jessie)

Thanks!

c-m0s commented 6 years ago

Hi Lausbuab1,

I guess you need to put the IP-Adress in quotation marks, as the format of the IP-Adress is not a valid type other than a String.

fritzIP: "192.168.178.200",

Have you tried that? At least I do get the "missing config.js" screen when configuring the IP-address like you suggested.

Cheers cmos

SARCux commented 4 years ago

HI, I also can`t displayed my recent calls :-( grafik

fischbear commented 4 years ago

HI, I also can`t displayed my recent calls :-( grafik

Did you resolve the problem?

PieBa commented 3 years ago

HI, I also can`t displayed my recent calls :-( grafik

Did you resolve the problem?

If you got still this issue: Can you please provide the details from your config.js?