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

    Posts

    Recent Best Controversial
    • RE: MMM-Wunderlist not updating

      I have the same issue. I think it depends on the mirror is losing its wlan connection for some time. but I’m not sure… I can’t find anything in the logs.

      posted in Troubleshooting
      W
      witschi87
    • RE: MMM-voice

      Hey guys,

      i’ve installed the plugin but getting this error:

      pocketsphinx_continuous: error while loading shared libraries: libpocketsphinx.so.3: cannot open shared object file: No such file or directory

      Any suggestions?

      posted in Utilities
      W
      witschi87
    • RE: Podcast

      via ssh-console? How can I do that?

      posted in Troubleshooting
      W
      witschi87
    • RE: Help with tables?

      Can you show us the generated html? And I think rowspan="0"is not cross-browser compatible. You should use rowspan="2".

      posted in Development
      W
      witschi87
    • RE: Podcast

      I’m using the 100 seconds Tagesschau podcast. The video is downloaded properly and I can play it from directory. I have also checked, that the omx.play()-Command is reached with a console.log. But nothing happens - no error message and no video is playing :(
      While we are at it: what is the best way to develop a module? Do I need to restart the application (pm2 restart/reload mm) every time I am changing a node_helper?

      posted in Troubleshooting
      W
      witschi87
    • RE: Podcast

      @paviro Yes, I mean setTimeout(function(){socketNotificationReceived(notification, payload)},2000);. This is an even call to wait the download is finished. The downloadVideo-Function has a callback to set the this.loaded = true and after that the socketNotificationReceived-Function runs the omx.play()-Command. But at this point nothings happens…

      posted in Troubleshooting
      W
      witschi87
    • Podcast

      Two things:

      1. in your node_helper.js the line socketNotificationReceived(notification, payload) should be self.socketNotificationReceived(notification, payload), otherwise the scripts stops with an error and the omx.play command will never executed.
      2. in my case, the omx.play command line is reached, but nothing happens. Do I have to set the position in the config.js?
      posted in Troubleshooting
      W
      witschi87
    • RE: PIR-Sensor - put your mirror to sleep if not used

      Can you tell me how to do that, please?!

      posted in Troubleshooting
      W
      witschi87
    • RE: PIR-Sensor - put your mirror to sleep if not used

      I’m getting the following error:

      start-magic-0 (err): WARNING! Could not find config. Please create one.
      start-magic-0 (err): App threw an error when running [Error: Module version mismatch. Expected 47, got 48.]
      start-magic-0 (err): [Error: Module version mismatch. Expected 47, got 48.]
      

      I’ve just cloned the git repository and installed the dependencies.
      And that is my config:

      {
      	module: 'MMM-PIR-Sensor',
      	config: {
      		sensorPIN: 22,
      		powerSaving: true
      	}
      },
      
      posted in Troubleshooting
      W
      witschi87
    • 1 / 1