@Sean That sounds great :-) Thank you!
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Spotify
Hello,
i installed this module today. Works perfect, thanks for this great work :-) I just overwrited the css a little bit, hope this is ok for you!
And now my question: is it possible to show this module only on my mirror when i play music on it? Because when i am not at home i think my music selection isnt very interessting for my girlfriend :-D
Thank you
Kwaeksler -
TimeTree Calendar
Hey Guys,
well i have a question about the Calendar Module. Is it possible to use an other calander instead of icould?
I already tried it but it doesnt work…
I use with my girlfriend a community calendar called TimeTree. Started with just an app but now there have also a web access. Is it possible to use this one?Would be very cool because then i can see all appointments in the mirror.
Maybe someone have some experience with that.
Thanks :-)
Kwaeksler -
RE: MMM-FRITZ-Box-Callmonitor
@ostfilinchen i had the nodejs Version 6.9.4.
So i updated the version with:
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - sudo apt-get install -y nodejs sudo npm install -g npm
Now i have Version v7.4.0 but still the same error like before :-(
-
RE: MMM-FRITZ-Box-Callmonitor
Yes, i updated the pi yesterday with:
sudo apt-get update
sudo apt-get dist-upgrade
sudo rebootafter a long time of waiting the same warning sign :-(
-
RE: MMM-FRITZ-Box-Callmonitor
@ostfilinchen No :-(
i still get a small warning sign and an “unknown error”the incoming call shows me a number, not a name.
-
RE: MMM-FRITZ-Box-Callmonitor
@ostfilinchen my current config looks like this:
{ module: 'MMM-FRITZ-Box-Callmonitor', position: 'top_right', header: "Anrufliste", config: { maximumCallDistance: 7200, username: "***********", password: "********************", showContactsStatus: true, vCard: false } },
i think it looks good?
-
RE: MMM-FRITZ-Box-Callmonitor
@ostfilinchen
i tried the vCard option first, but actually it should be disabled…
i think so. with git pull in “/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor” i get “Already up-to-date”. -
RE: MMM-FRITZ-Box-Callmonitor
@ostfilinchen said in MMM-FRITZ-Box-Callmonitor:
@kwaeksler if you start the mirror with pm2, what says the pm2 logs mm?
in mm-error-0.log i searched for “callmonitor” and got this error:
TypeError: path must be a string or Buffer
at TypeError (native)
at Object.fs.readFile (fs.js:303:11)
at Object.fs.readFile (ELECTRON_ASAR.js:451:25)
at Object.parseVcardFile (/home/pi/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor/node_modules/vcard-json/lib/vcard-json.js:65:6)
at Class.parseVcardFile (/home/pi/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor/node_helper.js:107:9)
at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor/node_helper.js:56:10)
at Socket. (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:98:10)
at emitTwo (events.js:106:13)
at Socket.emit (events.js:191:7)
at Socket.onevent (/home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:335:8)
Missing error handler on socket. -
RE: MMM-FRITZ-Box-Callmonitor
@ostfilinchen said in MMM-FRITZ-Box-Callmonitor:
The Best way to find errors is to Start the mirror with npm start dev directly on the pi. On the right side you find Infos about the error.
Mhm… i dont get any warnings or errors in the console