• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-Navigate, Navigation inside MagicMirror with Rotary Encoder

    @Eisblume
    I tested wih modules of your config.

    My testconfiguration:

    • Raspberry Pi 1
    • MagicMirror v2.7.1
    • npm v6.8.0
    • node v8.9.0
    • no electron (as i dont run/installable on Pi 1), i run node serveronly
    • display: Webbrowser

    My rotary encoder works as follows:

    • Seite blättern (press works and gives a red frame an a lock sign, cw an ccw dont work, as MMM-Pages isnt part of your config)
    • News (mehr/weniger Details) (press works and gives a red frame an a lock sign, cw an ccw works)
    • Test notification (press works, no cw or ccw functionality by design)
    • News - mehr Details (press works, no cw or ccw functionality by design)
    • News - weniger Details (press works, no cw or ccw functionality by design)
    • Neustart MagicMirror (PM2) (dont work in my testconfiguration, as i dont use PM on RPI1)
    • Neustart (press works, there is a pop up notification to press twice for reeboot, requires MMM-Remote-Control)
    • Herunterfahren (press works, there is a pop up notification to press twice for shutdown, requires MMM-Remote-Control)

    Two ideas:

    • wrong cabeling, here are the 3 pins for CW, CW and PRESS of your config.js (GPIOPins: [26,20,19])
      0_1558555492514_bmc.JPG
    • messed up setup, try to save your config and reinstall raspian an MM

    Greets

    AxLED

    posted in System
    A
    AxLed
    May 22, 2019, 8:08 PM
  • RE: MMM-Navigate, Navigation inside MagicMirror with Rotary Encoder

    @Eisblume
    Please post your config and make sure your private keys are x-ed. So i can try to copy your setup to my test pi and maybe find out whats the reason. That your rotary encoder generally works is good to know.
    AxLED

    posted in System
    A
    AxLed
    May 21, 2019, 9:10 PM
  • RE: MMM-Navigate, Navigation inside MagicMirror with Rotary Encoder

    @Eisblume
    I found the line in node_helper.js, its line 35

    const C = new Gpio(self.config.GPIOPins[2], 'in', 'both',{debounceTimeout : 20 }); //BCM Pin 19
    

    Here you can try to increase/reduce the debounceTimeout between 10 and 50 (in steps of 10) and see if there is a difference for your “pressed” problem.

    AxLED

    posted in System
    A
    AxLed
    May 21, 2019, 3:57 PM
  • RE: MMM-Navigate, Navigation inside MagicMirror with Rotary Encoder

    @Eisblume
    Conflicts with other modules are possible, but i dont think so, because press on cw/ccw works. You can try to change debounce time in node helper (i think, i am not sure about as i am on the road right now). I will check for the final line in node helper and let you know if i am in front of my computer.
    AxLED

    posted in System
    A
    AxLed
    May 21, 2019, 8:45 AM
  • RE: MMM-Navigate, Navigation inside MagicMirror with Rotary Encoder

    @Eisblume
    So the pin is correct. Some ideas.
    Press contains two operations, pressing and release. Did you try press and release in different speeds?
    How long are your cables between rotary and pi? Could also be a debouncing problem. Which pi are you using? (I tested the module on pi 1 and pi 3).
    AxLED

    posted in System
    A
    AxLed
    May 21, 2019, 7:17 AM
  • RE: MMM-Navigate, Navigation inside MagicMirror with Rotary Encoder

    @Eisblume
    You can also try to put clockwise or counterclockwise signal on pin 19 for testing, so cw or ccw should send the press command. So you can make sure if press switch of your rotary encoder is bad.
    AxLED

    posted in System
    A
    AxLed
    May 19, 2019, 4:48 PM
  • RE: MMM-Navigate, Navigation inside MagicMirror with Rotary Encoder

    @Eisblume
    Did you use the right Pin (either in config or on the pi) for the ‘press’ signal of the rotary encoder?
    Is the module MMM-Remote-Control installed and working?
    AxLED

    posted in System
    A
    AxLed
    May 17, 2019, 8:59 PM
  • RE: New weather module: Undefined header, invalid date

    @Canterrain
    For your second problem about the days, the documentation says it has to be maxNumberOfDays instead of days.

    AxLED

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

    @Eisblume
    I am glad the module works for you.
    Have fun.

    Greets

    AxLED

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

    @Eisblume
    I have some ideas and need your feedback:

    • is there a special reason why you are using the dev branch? If not, try the master branch instead
    • is streaming of recordings working?
    • your log shows that omx player is doing something, please consider it takes up to 15 seconds before a stream starts after you send DB-Play
    • are your enigma2 settings on your VU like this (similar, the following screenshot is of a Dreambox DM800SE with a oozoon image):
      0_1557941727960_DM800SE_Screenshot1.JPG

    AxLED

    posted in Entertainment
    A
    AxLed
    May 15, 2019, 5:37 PM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy