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

    Posts

    Recent Best Controversial
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      I am trying to have this module running succesfully in Ubuntu Desktop, but it doesn’t work right now.

      I ran the bash setup command and choosed the master build (dev build gave the same errors).

      [2020-07-14 16:46:29.279] [LOG]    Starting MagicMirror: v2.12.0
      [2020-07-14 16:46:29.282] [LOG]    Loading config ...
      [2020-07-14 16:46:29.284] [LOG]    Loading module helpers ...
      [2020-07-14 16:46:29.286] [LOG]    Initializing new module helper ...
      [2020-07-14 16:46:29.286] [LOG]    Module helper loaded: MMM-WatchDog
      [2020-07-14 16:46:29.335] [LOG]    Initializing new module helper ...
      [2020-07-14 16:46:29.335] [LOG]    Module helper loaded: MMM-Remote-Control
      [2020-07-14 16:46:29.339] [ERROR]  WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'node-rtsp-stream-es6'
      Require stack:
      - /home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js
      - /home/cr4z33/MagicMirror/js/app.js
      - /home/cr4z33/MagicMirror/js/electron.js
      - /home/cr4z33/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      - 
      [2020-07-14 16:46:29.340] [LOG]    Loading module helpers ...
      [2020-07-14 16:46:29.340] [LOG]    Initializing new module helper ...
      [2020-07-14 16:46:29.340] [LOG]    Module helper loaded: MMM-WatchDog
      [2020-07-14 16:46:29.340] [LOG]    Initializing new module helper ...
      [2020-07-14 16:46:29.341] [LOG]    Module helper loaded: MMM-Remote-Control
      [2020-07-14 16:46:29.342] [ERROR]  App threw an error during load
      [2020-07-14 16:46:29.342] [ERROR]  Error: Cannot find module 'node-rtsp-stream-es6'
      Require stack:
      - /home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js
      - /home/cr4z33/MagicMirror/js/app.js
      - /home/cr4z33/MagicMirror/js/electron.js
      - /home/cr4z33/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      - 
          at Module._resolveFilename (internal/modules/cjs/loader.js:627:15)
          at Function.Module._resolveFilename (/home/cr4z33/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:41:16)
          at Function.Module._resolveFilename (/home/cr4z33/MagicMirror/node_modules/module-alias/index.js:49:29)
          at Function.Module._load (internal/modules/cjs/loader.js:531:27)
          at Module.require (internal/modules/cjs/loader.js:685:19)
          at require (internal/modules/cjs/helpers.js:16:16)
          at Object.<anonymous> (/home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js:10:14)
          at Module._compile (internal/modules/cjs/loader.js:786:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)
          at Module.load (internal/modules/cjs/loader.js:645:32)
      [2020-07-14 16:46:29.343] [ERROR]  Whoops! There was an uncaught exception...
      [2020-07-14 16:46:29.343] [ERROR]  Error: Cannot find module 'node-rtsp-stream-es6'
      Require stack:
      - /home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js
      - /home/cr4z33/MagicMirror/js/app.js
      - /home/cr4z33/MagicMirror/js/electron.js
      - /home/cr4z33/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      - 
          at Module._resolveFilename (internal/modules/cjs/loader.js:627:15)
          at Function.Module._resolveFilename (/home/cr4z33/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:41:16)
          at Function.Module._resolveFilename (/home/cr4z33/MagicMirror/node_modules/module-alias/index.js:49:29)
          at Function.Module._load (internal/modules/cjs/loader.js:531:27)
          at Module.require (internal/modules/cjs/loader.js:685:19)
          at require (internal/modules/cjs/helpers.js:16:16)
          at Object.<anonymous> (/home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js:10:14)
          at Module._compile (internal/modules/cjs/loader.js:786:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)
          at Module.load (internal/modules/cjs/loader.js:645:32) {
        code: 'MODULE_NOT_FOUND',
        requireStack: [
          '/home/cr4z33/MagicMirror/modules/MMM-RTSPStream/node_helper.js',
          '/home/cr4z33/MagicMirror/js/app.js',
          '/home/cr4z33/MagicMirror/js/electron.js',
          '/home/cr4z33/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js',
          undefined
        ]
      }
      [2020-07-14 16:46:29.345] [ERROR]  MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-07-14 16:46:29.346] [ERROR]  If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      [2020-07-14 16:46:29.414] [LOG]    Launching application.
      
      posted in Utilities
      Cr4z33C
      Cr4z33
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @drippyer said in MMM-DarkSkyForecast - Yet ANOTHER weather module:

      Just wanted to let folks know that DarkSky is no longer accepting new users to the API now that they have been acquired by Apple.

      Maybe I shouldn’t say it, but… you can find many working DarkSky API codes around (that can be used simultaneously by more than one user).

      Just do a proper search in Google Images and here you go. 😂

      posted in Utilities
      Cr4z33C
      Cr4z33
    • RE: Upgrading Mirror Mark II

      @bhepler can you guess what brand and model of glass it is?

      posted in Show your Mirror
      Cr4z33C
      Cr4z33
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @BKeyport could you please share the link here?

      I would like to give it a try because right now OMXplayer embedded streams are playing in a wrong resize (almost full screen lol). :D

      posted in Utilities
      Cr4z33C
      Cr4z33
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @BKeyport it is already connected there. :D

      Fact is that 1080p videos, streams, etc. work perfectly if running in VLC as standalone.

      The same does NOT happen when using VLC (or OMXplayer) in this module.

      posted in Utilities
      Cr4z33C
      Cr4z33
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @shbatm I’ve moved MagicMIrror to a brand new RPI 4.

      Can you see any reason why 1080i/1080p streams are not showing into your module?

      I can hear them, but not see them. :confused_face:

      This happens both if using omxplayer and VLC.

      Standard resolution streams show up normally.

      @evroom what about your experience?
      Did you get a RPI 4 too?

      posted in Utilities
      Cr4z33C
      Cr4z33
    • RE: MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs

      @shbatm and everybody here I am trying to setup a Fire Stick, but I am stuck at step #3 of the module’s instructions because I don’t know WHERE in the file 99-btremote.rules I’ve got to insert the remote name (in my case it’s mice)? :confused_face:

      posted in Utilities
      Cr4z33C
      Cr4z33
    • 1 / 1