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: Dreambox / Vu + timer list for MagicMirror.

      @Tribun
      I created a dreambox module for streaming to MM and play recordings at MM. Try my module MMM-Dreambox.
      If you like you can fork and modify it to your needs.

      AxLED

      posted in Requests
      A
      AxLed
    • RE: MMM-Navigate I have a question about the module

      See english tex below.
      Was genau geht mit MMM-pages nicht?
      Was ich auf die schnelle sehe ist dass 4 Seiten mit deiner config für 2 Seiten nicht geht. Gruß AxLED

      What part of MMM-pages isnt working?
      On a quick check i see that 4 pages doesnt match to your config for 2 sites.
      AxLED

      posted in General Discussion
      A
      AxLed
    • RE: MMM-Navigate I have a question about the module

      @TheDuDiop
      See english text below
      Hallo,
      ja MMM-Navigate überwacht “nur” die GPIO Pins deines Raspberry auf EIngaben eines Rotary Encoders und kann dann über das Notification System des Magic Mirror Befehle absetzen. Die Befehle funktionieren aber nur, wenn das zugehörige Modul diese erhält und verarbeitet.
      Bsp. (Befehl / empfangendes Modul)
      {notification:‘PAGE_INCREMENT’,payload:’’}/ MMM-Pages
      Test es mal mit News - mehr Details, sollte funktionieren, da News ein Standardmodul des MM ist.

      Gruß

      AxLED


      english:
      Hi,
      yes MMM-Navigate “only” monitors the GPIO pins of your Raspberry for inputs of a Rotary Encoder and can then send commands via the Magic Mirror Notification System. However, the commands only work if the associated module receives and processes them.
      ** Example (Command / receiving module) **
      {notification: 'PAGE_INCREMENT', payload: ''} / MMM-Pages
      Test it with News - more details, should work, because news is a standard module of MM.

      AxLED

      posted in General Discussion
      A
      AxLed
    • RE: MMM-Navigate I have a question about the module

      English Text see below
      Hi,
      welches Modul benutzt du um verschiedene Seiten anzuzeigen?
      Ich habe MMM-Pages im Einsatz, damit geht auch mein Mustercode im Modul MMM-Navigate.

      Gruß

      AxLED
      …
      Hi,
      which module do you use to display different pages?
      I use MMM-Pages, so my sample code in the module MMM-Navigate works.

      Greets

      AxLED

      posted in General Discussion
      A
      AxLed
    • RE: Question to MMM-Swipe (Simon089) and MMM-Pages and MMM-page-indicator

      @jonathancole85

      No, it never worked satisfieing for me. Thats the reason i wrote the MMM-Navigate Module for using a rotary encoder for interaction with mm.
      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: Power-saving modes?

      @wfsaxton
      I am using a HC-SR501.

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: unable to install dependencies

      @Terrago37
      You are logged in as root, did you try with logged in as pi?

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: Power-saving modes?

      @wfsaxton
      I am using the module MMM-PIR-Sensor and a physical PIR-Sensor, which works great.

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: Magic Mirror Not starting

      @Zapatainc
      What is shown if you type pm2 list in a terminal?

      Normally you call pm2 start mm or pm2 start MagicMirror, depends on the name listed with pm2 list

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: Screen Flashes/glitches after ~10 min of operation

      @jynx13
      As you are operating your mm in portrait mode, maybe it is an performance issue.

      Here is a link you can try https://forum.magicmirror.builders/topic/9707/save-performance-when-rotating-screen-e-g-on-raspberry-pi

      Maybe this helps.

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: [MMM-Remote-Control] Cannot GET /api

      @Carsten
      Are you sure your link example is complete?
      Is the following example $ curl -X GET http://magicmirrorip:8080/api/module/alert/showalert?message=Hello&timer=2000 working?
      Details see https://github.com/Jopyth/MMM-Remote-Control/blob/master/API/README.md

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • MMM-Dreambox, Version 2.0 released

      Hi to all MagicMirror users,

      i just released Version 2 of my MMM-Dreambox module.

      Download
      [card:Ax-LED/MMM-Dreambox]

      2.0 Changelog:

      • optimized configuration options, to reduce complexity (see also minimum configuration in readme of module)
      • added recordings mode (to stream recordings of your tuner to magic mirror)
      • extended notification system to select recordings and tuner mode

      Update:
      Do a git pull in the MMM-Dreambox directory.

      Thanks to @evroom for testing on different enigma2 receivers.

      AxLED

      posted in Entertainment
      A
      AxLed
    • RE: Error after latest MM Update

      @Vauxdvihl
      Did you run a npm install after updating in the magicmirror directory?
      As your log says that electron is missing.

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: V2.5.0 problem.

      @3zq3mh
      What happens or what messages are shown if you start your mm with npm start dev
      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: Is there a holiday API module.

      @cheng-cli
      Maybe not a direct answer to your question, but you can also use calendar .ics files for displaying holidays (with the default calendar module of mm), see links:
      https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar
      https://www.calendarlabs.com/online-calendar/2019-calendar/
      AxLED

      posted in Requests
      A
      AxLed
    • RE: Disabling sleep mode

      @jhwwhite
      See the tutorial, step 3. Link: https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/6

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: ELECTRON window starts on top of MM window after clean install!

      @Gryglas
      If you enter pm2 list in a console, what is the result?
      I guess your pm2 starts MagicMirror twice, as it will be installed by default from the MagicMirror installer script.

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: 55" LED TV Cr4z33 Mirror

      @Cr4z33
      Nice job, well done, very clean finish.
      AxLED

      posted in Show your Mirror
      A
      AxLed
    • RE: Virtual Magic Mirror...is it possible?

      I use Pixel Desktop Image inside of virtualbox, which works great for me.

      AxLED

      posted in General Discussion
      A
      AxLed
    • RE: rotate screen with display object in electron

      Try this thread save-performance-when-rotating-screen-e-g-on-raspberry-pi

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • 1
    • 2
    • 3
    • 4
    • 5
    • 11
    • 12
    • 3 / 12