MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. aschulz90
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by aschulz90

    • aschulz90

      MagicMirrorApp
      System • • aschulz90

      3
      4
      Votes
      3
      Posts
      4445
      Views

      aschulz90

      At first the app was developed only with my Bluetooth module in mind. That is, because I want to build some MagicMirrors for friends and family, but i don’t want to set them all up individually (as in connect them to their wifi by touching the RaspberryPi). And Bluetooth was the first that came to mind, to solve that issue.
      One could also create a general image for RaspberryPis with a MagicMirror installation, you can just write to SD and plug in and have the software ready to go (except wifi connection). The wifi setup can be handled with the app via Bluetooth (where MMM-Remote-Control wouldn’t work yet).

      I added the MMM-Remote-Control interface just for fun to the app (and because its faster, because BLE ist quite limited in bandwith). I will probably add an adapter for the MMM-Mobile module too, so users have as much options as possible, for communicating with the mirror.
      And maybe someone comes up with even another option for connecting, that doesn’t rely on a wifi connection.

    • aschulz90

      ble_app_interface
      System • • aschulz90

      1
      0
      Votes
      1
      Posts
      1284
      Views

      aschulz90

      This module publishes BLE services, that can be used to:

      add/remove modules edit modules edit general config values execute certain actions, like reboot, refresh, etc. (thanks to mmm-remote-control for this) connect to a wifi network

      This allows every BLE-enabled device to connect to the mirror and communicate with it. Information on the published services and characteristics, and how to use them, can be found on the GitHub page.

      For Installation/Usage/Requirements see the GitHub page.
      Please read the installation instruction carefully!

      I have tested the BLE functionality with an RaspberryPi 2 and a generic USB Bluetooth adapter (without needing any special configuration). So the module should work on a RaspberryPi 3 aswell.

      I am currently developing an Android app, that uses this module and can be found here.

    • aschulz90

      Persistent Config Interface
      Utilities • • aschulz90

      1
      1
      Votes
      1
      Posts
      1564
      Views

      aschulz90

      This module allows all modules to make changes to other modules, which persist through a restart of the mirror and are applied instantly (mostly).

      Video:

      Video of it in action

      Usage

      See Github page.

      Notes: the used app is not part of this module and will be released later latest version of MagicMirror 2.1 is required for this module to properly work (there are some bugs in 2.0 that prevent that) i currently plan to add showing/hiding modules aswell, not just add/remove/change a module i have only tested it with the standard modules and some of my own and not all config values, more tests are always welcome! values that directly influence a modules node_helper shouldn’t currently apply instantly, only after a restart (i am not sure if i can solve that, every module might need to do it itself)! a lot of functions for dynamically adding node_helpers and client-side modules are just copied/slightly modified from the core application, because they are not publicly accessible (might change in the future)

      If you find any issues or have any feature request, please post them here or open an issue at Github, thanks!

    • 1 / 1