• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. Medo
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 7
  • Posts 44
  • Groups 0

Posts

Recent Best Controversial
  • RE: MMM-FRITZ-Box-Callmonitor: Show callers of two phones? (one DECT and one FON)

    Alright, found the solution by myself: The “deviceFilter” option is ment to be an “exclude” function. So, if you have two phones like me, just put in the name (which is stored in your router) of the phone you DONT want to display in the module.

    No clue what the problem was - but it works now… :-)

    posted in Troubleshooting
    M
    Medo
    Feb 2, 2018, 4:46 PM
  • MMM-PIR-Sensor: Everything works fine, just one thing not...

    My sensor is working fine for months now. It works as designed (shuts my mirror down after 5 minutes and is reactivated if someone enters the room or goes by).

    But i noticed this:
    After a reboot of the whole PI mirror system, the screen isn’ t turned off by the MMM-PIR-Sensor-module (even after waiting for more than an hour or more - i think it would be on forever). Only if someone goes by, the sensor shuts down the screen (monitor) for a millisecond and immediately after that, turns the screen on again. After that, the PIR sensor works fine like every day before…

    Does any one of you ever had a similar behavior of a PIR sensor configuration?

    Thanks!

    Medo

    posted in Troubleshooting
    M
    Medo
    Feb 2, 2018, 1:23 PM
  • MMM-FRITZ-Box-Callmonitor: Show callers of two phones? (one DECT and one FON)

    Great piece of software! I implemented it some time ago and im pretty satisfied! Works like a charm! Thanks PAVIRO/JOPYTH!

    But i have one question:

    What can i do with the “deviceFilter”? Its described by the documentation like that:

    *"You can enter the names of your real phone devices here (optional).
    …
    Example: deviceFilter: [“firstphone”, “secondphone”].

    Possible values: array of strings
    Default value: [ ]"*

    Lets say, i run two telephones at my FritzBox (one DECT phone and one “normal” FON phone - connected via a telephone-cable):

    All i can manage, is that both telephones are shown (if i leave the array brackets of deviceFilter[] empty).
    When i enter the name (like “telefon_one”) of my DECT single phone, nothing happens.

    How can i configure the module that only my DECT phone is shown?

    Thanks for your information about that…

    Medo

    posted in Troubleshooting
    M
    Medo
    Jan 29, 2018, 10:14 AM
  • RE: MMM-MyWastePickup (Toronto waste collection schedule)

    @J.e.f.f: Can you explain, how to add more than one day the calender is then displaying? If i understand your module correctly, when adding a collectionCalender (lets say “Tuesday2”) - only the dates from Tuesday2 (from the CSV file) are displayed. Right?
    My waste is collected on three different days a week. Is this possible to configure with your addon?

    posted in Productivity
    M
    Medo
    Dec 1, 2017, 3:06 PM
  • RE: FRITZ!Box Callmonitor - always know who is calling!

    Great piece of software! I implemented it some hours ago and im pretty satisfied! Works like a charm! Thanks PAVIRO/JOPYTH!

    But i have one question because the documentation (readme) is not stating this clear:

    What can i do with the “deviceFilter”? You described it like that:

    *"You can enter the names of your real phone devices here (optional). You should be redirected to the list after you login here.
    Example: deviceFilter: [“firstphone”, “secondphone”].

    Possible values: array of strings
    Default value: [ ]"*

    Lets say, i run two telephones at my FritzBox:
    Is this option meant like, that i can exclude a device by inserting "deviceFilter: “name_of_telephone_one_or_two” into the config.js - and this so excluded device, is then not shown in the caller list?

    Thanks for your information about that…

    Medo

    posted in Utilities
    M
    Medo
    Oct 22, 2017, 7:22 PM
  • MMM-WunderGround: Add a second weatherstation (pws id)?

    Hey guys!

    I would like to add a second weatherstation (pws id) in case that the one i declared over at config.js stops working (for reasons like not available any more or something). Where (if) can i store a second pws-id? Is this possible?

    Thanks in advance

    Medo

    posted in Troubleshooting
    M
    Medo
    Apr 10, 2017, 3:23 PM
  • RE: Newsfeed only loads once, then stops udating...

    @poutr
    Guess what: You were right!

    I changed from two rss-feed to only one and also took a site, which provides an URL which ends with .xml
    And see: No error since 7 days… The newsfeed is updating frequently and no errors ocurring…
    It seems, like there are sites which are not that available as i thought and they drop calls from time to time. But the mirror does not like those…

    Perfect! You gave me the right hint! Thanks a lot @poutr!

    posted in Troubleshooting
    M
    Medo
    Apr 2, 2017, 4:21 PM
  • RE: Newsfeed only loads once, then stops udating...

    Sad to say, but my problem keeps coming back.
    I installed a fresh version of the MagicMirror software - but still the newsfeed stops updating some times later (hours, days)

    Dont know, how to interprete this error log (even dont know, if its the source of my problem) - but i think i got some sort of a connection timeout. But where and why?

    See:

    pi@raspberrypi:~ $ pm2 logs mm --lines 100
    [TAILING] Tailing last 100 lines for [mm] process (change the value with --lines option)
    /home/pi/.pm2/logs/mm-error-0.log last 100 lines:
    0|mm       | npm ERR! There is likely additional logging output above.
    0|mm       | 
    0|mm       | npm ERR! Please include the following file with any support request:
    0|mm       | npm ERR!     /home/pi/MagicMirror/npm-debug.log
    0|mm       | { Error: connect ETIMEDOUT 95.100.183.154:443
    0|mm       |     at Object.exports._errnoException (util.js:1026:11)
    0|mm       |     at exports._exceptionWithHostPort (util.js:1049:20)
    0|mm       |     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14)
    0|mm       |   code: 'ETIMEDOUT',
    0|mm       |   errno: 'ETIMEDOUT',
    0|mm       |   syscall: 'connect',
    0|mm       |   address: '95.100.183.154',
    0|mm       |   port: 443 }
    0|mm       | { Error: socket hang up
    0|mm       |     at createHangUpError (_http_client.js:252:15)
    0|mm       |     at TLSSocket.socketCloseListener (_http_client.js:284:23)
    0|mm       |     at emitOne (events.js:101:20)
    0|mm       |     at TLSSocket.emit (events.js:188:7)
    0|mm       |     at TCP._handle.close [as _onclose] (net.js:493:12) code: 'ECONNRESET' }
    0|mm       | { Error: getaddrinfo ENOTFOUND www.gala.de www.gala.de:80
    0|mm       |     at errnoException (dns.js:28:10)
    0|mm       |     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
    0|mm       |   code: 'ENOTFOUND',
    0|mm       |   errno: 'ENOTFOUND',
    0|mm       |   syscall: 'getaddrinfo',
    0|mm       |   hostname: 'www.gala.de',
    0|mm       |   host: 'www.gala.de',
    0|mm       |   port: 80 }
    0|mm       | TypeError: Cannot read property 'statusCode' of undefined
    0|mm       |     at Request.request [as _callback] (/home/pi/MagicMirror/modules/MMM-Fuel/node_helper.js:40:25)
    0|mm       |     at self.callback (/home/pi/MagicMirror/modules/MMM-Fuel/node_modules/request/request.js:186:22)
    0|mm       |     at emitOne (events.js:96:13)
    0|mm       |     at Request.emit (events.js:188:7)
    0|mm       |     at Request.onRequestError (/home/pi/MagicMirror/modules/MMM-Fuel/node_modules/request/request.js:845:8)
    0|mm       |     at emitOne (events.js:96:13)
    0|mm       |     at ClientRequest.emit (events.js:188:7)
    0|mm       |     at TLSSocket.socketErrorListener (_http_client.js:308:9)
    0|mm       |     at emitOne (events.js:96:13)
    0|mm       |     at TLSSocket.emit (events.js:188:7)
    0|mm       | TypeError: Cannot read property 'statusCode' of undefined
    0|mm       |     at Request.request [as _callback] (/home/pi/MagicMirror/modules/MMM-Fuel/node_helper.js:40:25)
    0|mm       |     at self.callback (/home/pi/MagicMirror/modules/MMM-Fuel/node_modules/request/request.js:186:22)
    0|mm       |     at emitOne (events.js:96:13)
    0|mm       |     at Request.emit (events.js:188:7)
    0|mm       |     at Request.onRequestError (/home/pi/MagicMirror/modules/MMM-Fuel/node_modules/request/request.js:845:8)
    0|mm       |     at emitOne (events.js:96:13)
    0|mm       |     at ClientRequest.emit (events.js:188:7)
    0|mm       |     at TLSSocket.socketErrorListener (_http_client.js:308:9)
    0|mm       |     at emitOne (events.js:96:13)
    0|mm       |     at TLSSocket.emit (events.js:188:7)
    0|mm       | { Error: connect ETIMEDOUT 95.100.183.154:443
    0|mm       |     at Object.exports._errnoException (util.js:1026:11)
    0|mm       |     at exports._exceptionWithHostPort (util.js:1049:20)
    0|mm       |     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14)
    0|mm       |   code: 'ETIMEDOUT',
    0|mm       |   errno: 'ETIMEDOUT',
    0|mm       |   syscall: 'connect',
    0|mm       |   address: '95.100.183.154',
    0|mm       |   port: 443 }
    0|mm       | { Error: socket hang up
    0|mm       |     at createHangUpError (_http_client.js:252:15)
    0|mm       |     at TLSSocket.socketCloseListener (_http_client.js:284:23)
    0|mm       |     at emitOne (events.js:101:20)
    0|mm       |     at TLSSocket.emit (events.js:188:7)
    0|mm       |     at TCP._handle.close [as _onclose] (net.js:493:12) code: 'ECONNRESET' }
    0|mm       | { Error: connect ETIMEDOUT 95.101.30.23:80
    0|mm       |     at Object.exports._errnoException (util.js:1026:11)
    0|mm       |     at exports._exceptionWithHostPort (util.js:1049:20)
    0|mm       |     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14)
    0|mm       |   code: 'ETIMEDOUT',
    0|mm       |   errno: 'ETIMEDOUT',
    0|mm       |   syscall: 'connect',
    0|mm       |   address: '95.101.30.23',
    0|mm       |   port: 80 }
    0|mm       | { Error: socket hang up
    0|mm       |     at createHangUpError (_http_client.js:252:15)
    0|mm       |     at Socket.socketCloseListener (_http_client.js:284:23)
    0|mm       |     at emitOne (events.js:101:20)
    0|mm       |     at Socket.emit (events.js:188:7)
    0|mm       |     at TCP._handle.close [as _onclose] (net.js:493:12) code: 'ECONNRESET' }
    0|mm       | { Error: getaddrinfo EAI_AGAIN www.welt.de:443
    0|mm       |     at Object.exports._errnoException (util.js:1026:11)
    0|mm       |     at errnoException (dns.js:33:15)
    0|mm       |     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
    0|mm       |   code: 'EAI_AGAIN',
    0|mm       |   errno: 'EAI_AGAIN',
    0|mm       |   syscall: 'getaddrinfo',
    0|mm       |   hostname: 'www.welt.de',
    0|mm       |   host: 'www.welt.de',
    0|mm       |   port: 443 }
    0|mm       | { Error: getaddrinfo EAI_AGAIN www.gala.de:80
    0|mm       |     at Object.exports._errnoException (util.js:1026:11)
    0|mm       |     at errnoException (dns.js:33:15)
    0|mm       |     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
    0|mm       |   code: 'EAI_AGAIN',
    0|mm       |   errno: 'EAI_AGAIN',
    0|mm       |   syscall: 'getaddrinfo',
    0|mm       |   hostname: 'www.gala.de',
    0|mm       |   host: 'www.gala.de',
    0|mm       |   port: 80 }
    

    Any ideas on this?

    Thanks in advance…

    posted in Troubleshooting
    M
    Medo
    Mar 26, 2017, 7:27 AM
  • RE: MMM-Wunderground: Weather alert not disappearing...

    @yawns Of course, you`re right :-)

    posted in Troubleshooting
    M
    Medo
    Feb 27, 2017, 8:11 PM
  • RE: MMM-Wunderground: Weather alert not disappearing...

    Found it - late - but i found it.
    RedNax67 made an update…
    If you got an similar error, you need to change or replace the “MMM-WunderGround.js” file

    See here: https://github.com/RedNax67/MMM-WunderGround
    I downloaded the complete new js-file and replaced the one on my pi (Mirror)
    Now it seems that the message is gone (up to date to the current weather)

    Here the changes that were made (just if you`re interested):
    https://github.com/RedNax67/MMM-WunderGround/commit/9bc9c9f165876b6d4e10e2b57fb7751e1d227040

    Thanks to RedNax67!

    posted in Troubleshooting
    M
    Medo
    Feb 27, 2017, 7:34 PM
  • 1
  • 2
  • 3
  • 4
  • 5
  • 3 / 5
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy