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-MusicOnDemand] - Play music from deezer with a browser in the background

      @ptrk95 OK thanks now MM is loading properly, but yout module keeps saying ‘Initializing…’ and nothing happens. :grimacing_face:

      This is the error in log:

      Error: Failed to launch chrome!
      
      
      TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
      
          at onClose (/home/pi/MagicMirror/modules/MMM-MusicOnDemand/node_modules/puppeteer/lib/Launcher.js:342:14)
          at ChildProcess.helper.addEventListener (/home/pi/MagicMirror/modules/MMM-MusicOnDemand/node_modules/puppeteer/lib/Launcher.js:332:60)
          at emitTwo (events.js:131:20)
          at ChildProcess.emit (events.js:214:7)
          at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
      
      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: [MMM-Dreambox] to connect a Dreambox or a Enigma2 Receiver (like VU or VU+) to MagicMirror and stream stations via omxplayer

      @evroom said in [MMM-Dreambox] to connect a Dreambox or a Enigma2 Receiver (like VU or VU+) to MagicMirror and stream stations via omxplayer:

      Hope that the ‘baby’ will be a real baby and I wish you and your partner all the best.

      Lol no it’s actually my first MM mirror. :face_with_stuck-out_tongue_winking_eye:

      If there will be any improvement into getting Vu+ devices to work I will be trying it in a Duo² dual DVB-S / DVB-T tuner decoder.

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: [MMM-MusicOnDemand] - Play music from deezer with a browser in the background

      @ptrk95 but then why should I need puppeteer if we have already Chromium installed in the Pi? :confused_face:

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: [MMM-Dreambox] to connect a Dreambox or a Enigma2 Receiver (like VU or VU+) to MagicMirror and stream stations via omxplayer

      @AxLed sorry for not being so much available lately, but apart from work and mirror assembly (the ‘baby’ is going to born into the next days if everything goes well… :crossed_fingers_medium-light_skin_tone: ) I see that @evroom is much more skilled and suitable for the debugging. :grimacing_face:

      I hope that everything will be sorted soon and thanks @AxLed for taking care into it.

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: [MMM-MusicOnDemand] - Play music from deezer with a browser in the background

      @ptrk95 it keeps displaying a black screen.

      This is my config section for this module:

      		{
      			module: "MMM-MusicOnDemand",
      			position: "top_right",
      			disabled: false,
      			config: {
      				chromiumPath : "/usr/bin/chromium-browser",
      				// chromiumPath : null,
      				showCover : true,
      				email : "****",
      				password : "****",
      				}
      		 },
      
      

      and this is the MM dev log:

      pi@raspberrypi:~/MagicMirror $ npm start dev
      
      > magicmirror@2.6.0 start /home/pi/MagicMirror
      > sh run-start.sh "dev"
      
      Starting MagicMirror: v2.6.0
      Loading config ...
      Loading module helpers ...
      Initializing new module helper ...
      Module helper loaded: MMM-Remote-Control
      No helper found for module: alert.
      Initializing new module helper ...
      Module helper loaded: updatenotification
      Initializing new module helper ...
      Module helper loaded: newsfeed
      Initializing new module helper ...
      Module helper loaded: MMM-AssistantMk2
      No helper found for module: clock.
      Initializing new module helper ...
      Module helper loaded: MMM-PushBulletNotifications
      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'puppeteer'
      Loading module helpers ...
      Initializing new module helper ...
      Module helper loaded: MMM-Remote-Control
      No helper found for module: alert.
      Initializing new module helper ...
      Module helper loaded: updatenotification
      Initializing new module helper ...
      Module helper loaded: newsfeed
      Initializing new module helper ...
      Module helper loaded: MMM-AssistantMk2
      No helper found for module: clock.
      Initializing new module helper ...
      Module helper loaded: MMM-PushBulletNotifications
      App threw an error during load
      Error: Cannot find module 'puppeteer'
          at Module._resolveFilename (module.js:543:15)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
          at Function.Module._load (module.js:473:25)
          at Module.require (module.js:586:17)
          at require (internal/module.js:11:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MusicOnDemand/node_helper.js:4:19)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MusicOnDemand/node_helper.js:310:3)
          at Module._compile (module.js:642:30)
          at Object.Module._extensions..js (module.js:653:10)
          at Module.load (module.js:561:32)
      Whoops! There was an uncaught exception...
      { Error: Cannot find module 'puppeteer'
          at Module._resolveFilename (module.js:543:15)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
          at Function.Module._load (module.js:473:25)
          at Module.require (module.js:586:17)
          at require (internal/module.js:11:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MusicOnDemand/node_helper.js:4:19)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-MusicOnDemand/node_helper.js:310:3)
          at Module._compile (module.js:642:30)
          at Object.Module._extensions..js (module.js:653:10)
          at Module.load (module.js:561:32) code: 'MODULE_NOT_FOUND' }
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      Launching application.
      
      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: [MMM-MusicOnDemand] - Play music from deezer with a browser in the background

      @ptrk95 getting a black screen when I launch MagicMirror no matter if I use default Chromium or puppeteer.

      Actually I was going now to delete the puppeteer package, but it wasn’t installed at all. :thinking_face:

      Running everything on a Raspberry Pi 3 B+.

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: [MMM-MusicOnDemand] - Play music from deezer with a browser in the background

      @ptrk95 yes finally a Deezer module and what is great is that it’s standalone THANKS! :smiling_face_with_heart-eyes:

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @jopyth I’ve done the Italian translation if you would like to add it. ;)

      https://pastebin.com/g7hKLiad

      posted in System
      Cr4z33C
      Cr4z33
    • RE: [MMM-Dreambox] to connect a Dreambox or a Enigma2 Receiver (like VU or VU+) to MagicMirror and stream stations via omxplayer

      @axled alright. :thumbs_up_medium-light_skin_tone:

      posted in Entertainment
      Cr4z33C
      Cr4z33
    • 1 / 1