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

    Posts

    Recent Best Controversial
    • 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:

      Error: null in http://192.168.178.47/web/about

      I checked with some of the files you send me (all different 3 VU+ about xmls), the work in my environment. Is your VU+ maybe also in standby mode?

      AxLED

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

      @evroom
      I never tried my module in dreambox standby, as i dont use it. My dreambox is on or in deep standby.
      Can you please try with your receivers (Dreambox or VU) on?

      AxLED

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

      @evroom

      I did some furter bugfixing:

      • bugfixing the “http:8001” problem

      Please check the dev branch of my module:
      Rename your MMM-Dreambox folder to _MMM-Dreambox (for example)
      do a git clone --branch dev https://github.com/Ax-LED/MMM-Dreambox.git in your modules folder

      Now the module should work with dreambox, no matter if the dreambox uses a separat port or not.

      Regards

      AxLED

      posted in Entertainment
      A
      AxLed
    • RE: How to remotely add long links?

      @filmschooljefe
      If you pc is windows, you can also activate SMB on the Pi ans Edit files in you Windows Machine.
      AxLED

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

      @evroom

      1. I can fix the “http:8001” problem, if i find some time, so the module works for single tuner dreamboxes again.
      2. If you use the module (dev branch) with VU+, what happens?
        AxLED
      posted in Entertainment
      A
      AxLed
    • RE: [MMM-Dreambox] to connect a Dreambox or a Enigma2 Receiver (like VU or VU+) to MagicMirror and stream stations via omxplayer

      @evroom

      I did some modification to the dev branch.

      Modified/fixed:

      • error if used Dreambox-IP with a port
      • errors showing up in node_helper.js

      Now i can use my dreambox with a different port and the data requests (with defined port) and streaming (with port :8001) works correctly.

      Can you please try with your tuners?

      AxLED

      posted in Entertainment
      A
      AxLed
    • 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:

      Other observations (tested with Dreambox dm7020hd).
      1/
      When I start the Mirror, I no channel is selected.
      Then when you do DB-PLAY as first remote command, the list on the Mirror will have a grey background (as if everything is selected) and nothing is streamed.
      2/
      When you do DB-PLAY, I get multiple streams.
      I reported this before.
      3/ After a while the selection of a channel disappears.
      The selection sometimes is just a grey background and sometimes a grey background with a play button.
      4/ My Dreambox has 2 tuners.
      I probably see the “now playing” from tuner A, whilst tuner B is streaming.
      As the selection disappears, I do not know which channel is streaming.

      Here are some answers:
      to 1: Thats true, if module is loaded no channel is selected. Normally you should select a channel first an then start streaming (by DB-PLAY)
      to 2: I dont understand at which point you get multiple streams. If no channel was selected before?
      to 3: Thats true, if a channel is selected, the background of the selection should be grey. The grey selection will be reseted (to black background), if a refresh of datas is done (duration depends on your refresh interval in config.js). The refresh is hardly to see on the mirror, as i dont do a update.dom, i am updating the relevant dom datas directly. The play symbol is shown if you send a DB-PLAY after selection, so you can see that streaming will start within the next seconds. Because after start of streaming the datas are updatet, the grey selection and the play symbols dissapear.
      to 4: On my dreambox, if a start a stream on MM, the first line of the module now playing shows the channel i am streaming (if you dont defined the size of stream to full screen). I have no idea, what would be shown on now playing on a 2 tuner box.

      Most of the issues can be fixed, but i would like to get the some other issues (see this thread) fixed first.

      AxLED

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

      @evroom
      About the error for following usage: Dreambox and Dreambox-IP with a port.
      I will have to do some testing and come back to you if i have the solution.

      AxLED

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

      @evroom
      Answer to the 5 errors in node_helper.js:
      I comment the lines out, please try again with the dev branch.

      AxLED

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

      @evroom

      I did some bugfixing:

      • bugfixing in error response (node_helper.js)
      • bugfix in handling timerlist if empty (MMM-Dreambox.js)

      Please check the dev branch of my module:

      • Rename your MMM-Dreambox folder to _MMM-Dreambox (for example)
      • do a git clone --branch dev https://github.com/Ax-LED/MMM-Dreambox.git in your modules folder

      Tell me what happens now, if you try to connect to VU+ receiver.
      Regards

      AxLED

      posted in Entertainment
      A
      AxLed
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 23
    • 24
    • 9 / 24