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

    Posts

    Recent Best Controversial
    • RE: HowTo use different calendar?

      Hi thanks for your hint. And will the modules be at the same place and fading from one to another?

      I just noticed right now hat alread every entry is shown. But one calender had so many entries that i did not notice the others. Now i increased the maximun Entries No. and noticed that all other are shown as well.

      posted in Troubleshooting
      D
      DirkS
    • HowTo use different calendar?

      Hi,

      i have problems to understand how i can use more than one calendar in a prober way.

      That’s how i did it now:

                      {
                              module: 'calendar',
                              header: 'Kalender',
                              position: 'top_left',
                              config: {
                                      calendars: [
                                              {
                                                      symbol: 'calendar-check-o ',
                                                      url: 'https://calendar.google.com
                                              },
                                              {
                                                      symbol: 'calendar-check-o ',
                                                      url: 'https://calendar.google.com
                                              },
                                              {
                                                      symbol: 'calendar-check-o ',
                                                      url: 'https://calendar.google.com
                                              },
                                              {
                                                      symbol: 'calendar-check-o ',
                                                      url: 'https://calendar.google.com
                                              }
                                      ]
                              }
                      },
      

      But the result is that it is fading from the first to the second and stay’s on the second right now. Also i would like to have a separate header for each calendar.

      How can i do it?

      greets
      Dirk

      posted in Troubleshooting
      D
      DirkS
    • RE: FHEM Module

      Oh that’s great! Do you have some programming skills? I’m more a hardware based skilled guy, but if i can help you in anyway please let me know.

      posted in Requests
      D
      DirkS
    • Camera RTSP module

      Another idea is also to have a module to fetch a RTSP stream of a IP camera. Like the podcast module with a button or as an static stream within the screen.

      That would be great because the button could be also triggered by a bell if you get some visitor.

      Best regards
      Dirk

      posted in Requests
      D
      DirkS
    • FHEM Module

      Is anybody using FHEM for house automation?

      It would be great to have a module to show status of sensors and so on.

      On the other hand a FHEM module for the Mirror would be also great just to send messages to the mirror.

      What do you think?

      Best regards
      Dirk

      posted in Requests
      D
      DirkS
    • RE: Fetching Calendar and Newsfeed fails

      OK i fixed it due to the log ;)

      I had a mistake within the config of the MMM-PIR Module.

      Now i fixed it and the calendar and newsfeed started to show up again!

      posted in Troubleshooting
      D
      DirkS
    • RE: Fetching Calendar and Newsfeed fails

      Here is some output after i’ve started the MM

      cat nohup.out
      
      > magicmirror@2.0.0 start /home/pi/MagicMirror
      > electron js/electron.js
      
      Loading config ...
      Loading module helpers ...
      Initializing new module helper ...
      No helper found for module: alert.
      No helper found for module: clock.
      Initializing new module helper ...
      No helper found for module: compliments.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper ...
      All module helpers loaded.
      Starting server op port 8080 ...
      Server started ...
      Connecting socket for: MMM-PIR-Sensor
      Connecting socket for: calendar
      Starting node helper for: calendar
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      Launching application.
      Missing error handler on `socket`.
      Error: wiringPiISR: IsInt32(arguments['pin']) === false
          at Error (native)
          at Class.module.exports.NodeHelper.create.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:56:12)
          at Socket.<anonymous> (/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)
          at Socket.socket.onevent (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:91:13)
          at Socket.onpacket (/home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:295:12)
          at Client.ondecoded (/home/pi/MagicMirror/node_modules/socket.io/lib/client.js:193:14)
          at Decoder.Emitter.emit (/home/pi/MagicMirror/node_modules/component-emitter/index.js:134:20)
      Missing error handler on `socket`.
      Error: wiringPiISR: IsInt32(arguments['pin']) === false
          at Error (native)
          at Class.module.exports.NodeHelper.create.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:56:12)
          at Socket.<anonymous> (/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)
          at Socket.socket.onevent (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:91:13)
          at Socket.onpacket (/home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:295:12)
          at Client.ondecoded (/home/pi/MagicMirror/node_modules/socket.io/lib/client.js:193:14)
          at Decoder.Emitter.emit (/home/pi/MagicMirror/node_modules/component-emitter/index.js:134:20)
      Missing error handler on `socket`.
      Error: wiringPiISR: IsInt32(arguments['pin']) === false
          at Error (native)
          at Class.module.exports.NodeHelper.create.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:56:12)
          at Socket.<anonymous> (/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)
          at Socket.socket.onevent (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:91:13)
          at Socket.onpacket (/home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:295:12)
          at Client.ondecoded (/home/pi/MagicMirror/node_modules/socket.io/lib/client.js:193:14)
          at Decoder.Emitter.emit (/home/pi/MagicMirror/node_modules/component-emitter/index.js:134:20)
      Missing error handler on `socket`.
      Error: wiringPiISR: IsInt32(arguments['pin']) === false
          at Error (native)
          at Class.module.exports.NodeHelper.create.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:56:12)
          at Socket.<anonymous> (/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)
          at Socket.socket.onevent (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:91:13)
          at Socket.onpacket (/home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:295:12)
          at Client.ondecoded (/home/pi/MagicMirror/node_modules/socket.io/lib/client.js:193:14)
          at Decoder.Emitter.emit (/home/pi/MagicMirror/node_modules/component-emitter/index.js:134:20)
      Missing error handler on `socket`.
      Error: wiringPiISR: IsInt32(arguments['pin']) === false
          at Error (native)
          at Class.module.exports.NodeHelper.create.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:56:12)
          at Socket.<anonymous> (/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)
          at Socket.socket.onevent (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:91:13)
          at Socket.onpacket (/home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:295:12)
          at Client.ondecoded (/home/pi/MagicMirror/node_modules/socket.io/lib/client.js:193:14)
          at Decoder.Emitter.emit (/home/pi/MagicMirror/node_modules/component-emitter/index.js:134:20)
      Missing error handler on `socket`.
      Error: wiringPiISR: IsInt32(arguments['pin']) === false
          at Error (native)
          at Class.module.exports.NodeHelper.create.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:56:12)
          at Socket.<anonymous> (/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)
          at Socket.socket.onevent (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:91:13)
          at Socket.onpacket (/home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:295:12)
          at Client.ondecoded (/home/pi/MagicMirror/node_modules/socket.io/lib/client.js:193:14)
          at Decoder.Emitter.emit (/home/pi/MagicMirror/node_modules/component-emitter/index.js:134:20)
      Missing error handler on `socket`.
      Error: wiringPiISR: IsInt32(arguments['pin']) === false
          at Error (native)
          at Class.module.exports.NodeHelper.create.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:56:12)
          at Socket.<anonymous> (/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)
          at Socket.socket.onevent (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:91:13)
          at Socket.onpacket (/home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:295:12)
          at Client.ondecoded (/home/pi/MagicMirror/node_modules/socket.io/lib/client.js:193:14)
          at Decoder.Emitter.emit (/home/pi/MagicMirror/node_modules/component-emitter/index.js:134:20)
      Missing error handler on `socket`.
      Error: wiringPiISR: IsInt32(arguments['pin']) === false
          at Error (native)
          at Class.module.exports.NodeHelper.create.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:56:12)
          at Socket.<anonymous> (/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)
          at Socket.socket.onevent (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:91:13)
          at Socket.onpacket (/home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:295:12)
          at Client.ondecoded (/home/pi/MagicMirror/node_modules/socket.io/lib/client.js:193:14)
          at Decoder.Emitter.emit (/home/pi/MagicMirror/node_modules/component-emitter/index.js:134:20)
      

      It seems i also have some problems with the PIR Module

      posted in Troubleshooting
      D
      DirkS
    • Fetching Calendar and Newsfeed fails

      Hi Folks,

      i spent now some time into that awsome project and i like it. But yesterday i faced also some problems.

      I created the config file and also setup the google calendar and newsfeed which worked pretty fine and was easy to do. Then i played around with additional moduls such as PIR, Button & Podcast. In addition i’ve installed FHEM on the Pi2 to get knowledge of the PIR status within my house automation.

      In the evening i’ve noticed that the Newsfeed and Calendar just shows “loading” after a reboot. All the day long there was no problem and after it worked i never touched the config. So which information do you need to help me with this?

      Best regards
      Dirk

      posted in Troubleshooting
      D
      DirkS
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 7 / 7