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

    Posts

    Recent Best Controversial
    • RE: MMM-Facial-Recognition-OCV3 cant run toold.capture.py

      Hello ,

      i had the same Problem. Clean Install from here…
      " https://github.com/normyx/MMM-Facial-Recognition-OCV3 "

      pi@raspberrypi:~/MagicMirror/modules/MMM-Facial-Recognition-OCV3 $ sudo python3 tools.capture.py
      Traceback (most recent call last):
      File “tools.capture.py”, line 9, in
      from lib.tools.capture import ToolsCapture
      File “/home/pi/MagicMirror/modules/MMM-Facial-Recognition-OCV3/lib/tools/capture.py”, line 19, in
      from config import ToolsConfig
      ImportError: cannot import name ‘ToolsConfig’

      posted in Troubleshooting
      S
      Sebi76
    • RE: MMM-Snow Activation at Month

      OK, i test this. But it works not by replaces “11” to “1” because February

      posted in Development
      S
      Sebi76
    • MMM-Snow Activation at Month

      Hello Guys,

      i want to modify the Module MMM-Snow. The Module should only activate by Month. I test it with this Function only for Dezember…Later in Arry for Dezember until Februar…

      var D = new Date();
      var month = D.getmonth

      if(month==11)[
      Module
      …
      …
      ]

      but it works not! Were is the Problem?

      posted in Development
      S
      Sebi76
    • 1 / 1