MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. thobach
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 0
    • Posts 41
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Problems using MMM-WunderGround24hours

      @blebbens Does the problem still exist? I just tried with the lastest version of MM & the module (which I’m also the developer of) and also configured your PWS and it worked just fine on my mirror.

      If it does not work, could you please open the MM on your web browser and report the JavaScript error message you get there (e.g. follow https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis to find the error message)?

      posted in Troubleshooting
      T
      thobach
    • RE: Problem with the displaying of the module Wunderground24Hours

      @klinge Was this problem resolved in the meantime? I’m the developer of Wunderground24Hours and happy to help.

      posted in Troubleshooting
      T
      thobach
    • RE: MM Shows a plain Black Screen on iOS 9.3.5 device

      @idoodler True! It was fixed in https://github.com/MichMich/MagicMirror/commit/6bb4db38428af7ac46a6f4240ab9cfe4bf9fcbea and I can load now the default configuration on iOS 9.3.5 again.

      But I can still find one use of “=>” in the develop branch: https://github.com/MichMich/MagicMirror/blob/fb0cc61e09542533affa92b1e8bd6f9a2aca6363/js/module.js#L84.

      posted in Troubleshooting
      T
      thobach
    • RE: MM Shows a plain Black Screen on iOS 9.3.5 device

      I also identified the issue. It is related to the use of Promises, a feature of ECMAScript 6, which is not supported by iOS 9.3.5. The feature is used in multiple javascript files that are built into the core of MagicMirror2. I believe it can be fixed with a polyfill.

      posted in Troubleshooting
      T
      thobach
    • RE: MM Shows a plain Black Screen on iOS 9.3.5 device

      @shiroe I have the same issue as you and would be grateful for a resolution. I suppose the issue is related to the old Safari version on iOS 9.3.5. I’d also accept a workaround that requires a jailbreak of the iPad 2.

      posted in Troubleshooting
      T
      thobach
    • RE: Further development of the MMM-Swipe module

      @nawak86 Unfortunately, it is probably one of the most difficult modules as it consists of two sensors and an Arduino connected to the Pi. The wiring is described at https://github.com/thobach/MMM-Gestures/blob/master/Arduino/MagicMirror2/MagicMirror2.ino#L31 (Arduino) and https://github.com/thobach/MMM-Gestures/blob/master/README.MD. I don’t have a wiring picture.

      You can see it in action though on https://www.youtube.com/watch?v=V8a6UgeoYOU.

      posted in Requests
      T
      thobach
    • RE: Further development of the MMM-Swipe module

      You may also be interested in my gesture sensor module: https://github.com/thobach/MMM-Gestures, which is based on infra red, which I found more reliable and silent :) I developed it after a couple of iterations with ultra sonic sensors like the HC SR04, which didn’t satisfy my needs.

      posted in Requests
      T
      thobach
    • RE: Why do you use smart mirror?

      For me its also weather for deciding if I bike to work and how to dress me and kids, and public transport real-time departure times. I also use it to read news and recap my meetings for the day when I have time before the bus departures.

      posted in General Discussion
      T
      thobach
    • RE: Gesture recognition

      I also built a gesture detection module using infrared sensors:
      https://github.com/thobach/MMM-Gestures
      It requires an Arduino and two infrared sensors for detecting presence and up, down, left, right, close and far hand gestures.
      It can be used to turn the mirror into sleep mode when its not used, shows compliments when you stand in front of it and allows to scroll through the news ticker and view more news details incl. the full news article.

      posted in General Discussion
      T
      thobach
    • RE: 24h weather forecast graph

      @Jeff I ported my 24 hour weather forecast graphs module to https://magicmirror.builders, you can find it on https://github.com/thobach/MMM-WunderGround24Hours.

      posted in Requests
      T
      thobach
    • 1
    • 2
    • 3
    • 4
    • 5
    • 4 / 5