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: Cannot start after reboot?

      @Smedegaard
      Can you please post the output of

      tail -f ~/.pm2/logs/MagicMirror-out-0.log
      

      and

      tail -f ~/.pm2/logs/MagicMirror-error-0.log
      

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: calendar events time to reach the place

      @zolabus
      Yes there is a module, check MMM-MyCommute.

      AxLED

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

      @Cr4z33

      it is not easy to give support, with this less informations.
      As you send me .xml files some days ago, i saw some minor errors in your config.js

      1. apibouquet and listmax is missing, so module use defaults (apibouquet: 0, listmax: 15)
      2. apiepgnow and apiServicelistplayable are wrong, to match to your receiver/xml file you send me the should look as follows:
      • apiepgnow: ‘/web/epgnow?bRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet.TerrestrialTv.tv%22%20ORDER%20BY%20bouquet’,
      • apiServicelistplayable: ‘/web/servicelistplayable?sRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet.TerrestrialTv.tv%22%20ORDER%20BY%20bouquet’,

      Can you please also answer my question:
      Playing does not work, is selecting DB-SERVICE-NEXT (PREV) working?

      To help you further i need some screenshots of the module on your mirror and some logs (pm2 or from the browser by using F12).

      AxLED

      posted in Entertainment
      A
      AxLed
    • RE: Dom Update refresh take to long

      @marc-malus
      There is Not always the need to use update dom, you can manipulate the content afterwards. See Internet for Dom.
      AxLED

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

      @Cr4z33
      Can you show me the MMM-Dreambox Part of your config and some logs?

      Playing does not work, is selecting DB-SERVICE-NEXT (PREV) working?

      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

      @Cr4z33
      As you have MMM-Remote-Control installed you can test MMM-Dreambox with MMM-Remote-Control first, to make sure it works at all. (Requirement: Your mirror is reachable by browser in the same network). Open browser and enter (without the spaces around &):

      • http://yourmmip:8080/remote?action=NOTIFICATION & notification=DB-SERVICE-NEXT (for selecting next service)

      • http://yourmmip:8080/remote?action=NOTIFICATION & notification=DB-SERVICE-PREV (for selecting prev.service)

      • http://yourmmip:8080/remote?action=NOTIFICATION & notification=DB-PLAY (for start streaming)

      • http://yourmmip:8080/remote?action=NOTIFICATION & notification=DB-STOP (for stop streaming)

      Hint: HD Services need MPG License so maybe start with SD services.

      You can also try the dev branch, as this is the newer one with more functions.

      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
      here are some questions:
      to 1: apibouquet expects a number (integer) and in java it starts with 0. If i use the xml-sample file of /web/getallservices you send me its in your case as follows:
      0: Favourites (TV)
      1: Nederland (TV)
      2: Duitsland (TV)

      to 2: i cant reproduce this behavior

      to 3 & 4: try disabling some other modules, to find out if there is a intolerance beetween modules.

      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
      In your feature request, you wanted to select a bouquet (if there is more than one):

      Okay.
      Let’s say I have the bouquet “MagicMirror (TV)”, could there be an option to use this one, instead of the default “Favourites (TV)” ?
      I assume “Favourites (TV)” is the default.

      Please check the dev branch of my module.

      1. Rename your MMM-Dreambox folder to _MMM-Dreambox (for example)
      2. do a git clone --branch dev https://github.com/Ax-LED/MMM-Dreambox.git in your modules folder
      3. add new parameters to your config.js, as descriped in readme. (see apibouquet and listmax).

      Regards

      AxLED

      posted in Entertainment
      A
      AxLed
    • RE: MMM podcast stops working since YQL service was turned off

      Hi,

      i was annoyed to, that MMM-Podcast stops working, so i made a “quick & dirty” replacement.

      [card:Ax-LED/MMM-Podcast2]

      Difference to MMM-Podcast:

      • no need to download the videofile first
      • no need of the yahoo YQL service

      Goodies:

      • i used the same notification BUTTON_PRESSED to use the module, so not much changes in your config.js neccessary
      • no node dependencies, so no npm install is required

      Note:

      • quick & dirty, need some improvement as i have time

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: MMM-Podcast need Help

      @robiv8
      There is missing a config for “Button_Pressed”, but this doesnt matter right now, the module seems to be broken because of the yahoo API. I opened an issue for the module.
      How many buttons are connected to your pi?

      Axled

      posted in Troubleshooting
      A
      AxLed
    • RE: MMM-Podcast need Help

      @robiv8
      Do you only select page6 with your buttons? For playing a video with MMM-Podcast you need 2 things:

      1. video must be downloaded to pi (does the module itself, but your not able to play it, unless it is downloaded complete)
      2. you have to send a notification BUTTON_PRESSED to MMM-Podcast (see line 77 https://github.com/PtrBld/MMM-Podcast/blob/master/MMM-Podcast.js

      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

      Hi, if the to monitors are close together you can still view 2 different shows :-) .
      I checked your 4 feature requests and added 2 of them in the module.
      For the other two i can not promise, if they will be implemented.

      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
      Good to hear you had success and thanks for your challenge with more than one bouquet 😂, helped debugging the module.

      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
      Here is a screenshot of my Mirror0_1546103144414_MM_Screenshot.gif

      I have a PIR-Sensor (for turning screen on/off) and a rotary encoder connected (to the GPIO PINs of the Pi).

      In the bottom right corner you see my “first” module MMM-Navigate which interacts with the rotary encoder.

      So depending on the navigation menu i am able to:

      • swipe pages (i have four)
      • show Details to newsfeeds (opens website to the newsfeed)
      • adjust brightness
      • select dreambox channels
      • start/stop streaming dreambox channels
      • control the mirror (restart mm, shutdown, reboot)
      • and for the future: everything which can handle the MM notification system

      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

      @Cr4z33
      You should be able to send notifications by voice commands also.
      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

      @Cr4z33
      I dont know if it makes sense, to use a favorite list of services/stations/channels that wont fit on the screen of MM, as the list is to long.

      Start streaming can be done by selecting one service/station/channel (by using yourmmip:8080/remote?action=NOTIFICATION&notification=DB-SERVICE-NEXT for example) and than start streaming by (yourmmip:8080/remote?action=NOTIFICATION&notification=DB-PLAY).

      Do you have MMM-Remote-Control installed?
      Se my previous answer to evroom.

      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
      How do you plan to interact with your MM?
      I have a rotary encoder. Buttons or touch is also fine.
      For the beginning you can use MMM-Remote-Control to send notifications.
      I have to complete my Readme, that the sample links only work with MMM-Remote-Control

      So install MMM-Remote-Control, open an browser, modify the links matching to your environment and you should be able to select channels and stream them.

      Important: Try with SD Channels first, as for HD channels the mpg2 codec is needed.

      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

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

      @axled OK gimme a minute and I send them.

      @Cr4z33
      Thanks for your files, one a fast view you also have more than one bouquet in “getallservices”, so my last fix should work for you also.

      Try agit pull (master repository).

      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:

      I sent the files

      @evroom
      Thanks for the files, i checked them and found an Error in MMM-Dreambox.js

      My “getallservices” xml only has one “bouquet”, so i checked only for one.
      As your “getallservices” xml has three “bouquets” i changed the code.

      If you do a git pull (master repository) it should work.

      So far i decided only to show the services/stations/channels of the first bouquet only, (userbouquet.favourites.tv) in your case.

      AxLED

      posted in Entertainment
      A
      AxLed
    • 1 / 1