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
    • Using Unicode Character and symbols in module

      Hi,
      i have a problem, i want to use a Unicode character in my module.

      Its the lock character (🔒), see http://graphemica.com/%F0%9F%94%92.

      If i insert this, it works on the published IP Adress of MagicMirror (via browser) but not on MagicMirror (Electron) itselft:

      Browser:
      0_1527703300152_browser.jpg

      Electron:
      0_1527703311543_electron.jpg

      I use follwing code:

      link.innerHTML = this.config.Alias[index] + '\u{1F512}'+'🔒';
      the second locksymbol is '& # 128274 ;' written with no spaces.
      

      Electron is running in a Pixel VM (Oracle Virtualbox), for development purposes.

      Can somebody give me a tip how to solve this?

      Thanks in advance.

      AxLED

      posted in Development
      A
      AxLed
    • RE: Glue Mirror for wooden case

      Hi Gubert,
      i used double-sided adhesive tape, which works perfect for me.

      AxLED

      posted in General Discussion
      A
      AxLed
    • RE: MMM-Navigate, Navigation inside MagicMirror with Rotary Encoder

      Thank you yawns

      posted in System
      A
      AxLed
    • RE: Navigation inside MagicMirror with Buttons / Rotary Encoder on GPIO

      Hi to all,
      i finished the first version of my module, detail see: MMM-Navigate

      AxLED

      posted in Development
      A
      AxLed
    • MMM-Navigate, Navigation inside MagicMirror with Rotary Encoder

      Here is my first module.

      Description

      A module to connect a rotary encoder to MagicMirror and use it for Navigation inside of MagicMirror I wanted to use interaction to the MagicMirror and decided to use a rotary encoder, which has 3 functions: Clockwise, Counterclockwise and Press. These fucntions where combined to a navigation, so you have some possibilities, f.e.: Page increment/decrement, Newsfeed Article more/less details and actions for notification system. The navigation fades out, if not used.

      Screenshot

      MMM-Navigate

      Download

      [card:Ax-LED/MMM-Navigate]

      Update 06.06.2018
      Version 1.1 is online
      Changelog:

      • added ability to send notifications to MMM-Navigate by other modules
      • added locked mode, so you can put two(2) actions in one(1) navigation link which belong together (like PAGE_INCREMENT and PAGE_DECREMENT). More details see Configuration options (Action).
      • modified css, so locked mode is visual (red frame when locked) in MM
      • added second click confirmation notification’ for the following REMOTE_ACTIONs (SHUTDOWN, RESTART, REBOOT)

      Please let me know what you think.

      AxLED

      posted in System
      A
      AxLed
    • RE: Anything about Drop-Down List

      Hi,
      how would you do the interaction? Touch, Button, Keyboard, Mouse?

      I am writing a module for a rotary encoder right now.

      AxLED

      posted in Requests
      A
      AxLed
    • RE: Problem with MMM-Button

      Here you go:
      https://github.com/ptrbld/MMM-Button
      and
      https://github.com/Jopyth/MMM-Buttons

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: Navigation inside MagicMirror with Buttons / Rotary Encoder on GPIO

      Hi to all,

      i made some further progress, i solved following topics:

      • i don’t need to set focus on a div anymore after loading MM, as GPIO Input can directly interact with my navigation
      • i replaced the keyboard eventlistener by GPIO Inputs of a rotary encoder
      • i wrote a node_helper.js for the rotary encoder
      • the module has only one depencie - onoff

      So my module is beta or alpha so far, is there a special way to put it on github or can somebody explain it to me, how to do it, so i can put the module online.

      Partlist for using this module:

      • Rotary encoder (KY-040)
      • 3 free GPIO Pins on raspberry

      Regards AxLED

      posted in Development
      A
      AxLed
    • RE: Problem with MMM-Button

      Hi,

      there is a second Module MMM-Buttons (see last s) which worked for me.
      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: Need help to make a module

      Hi, you can have a look at MMM-iFrame, so you dont have to write a own module.
      AxLED

      posted in Requests
      A
      AxLed
    • 1 / 1