MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Sebi76
    3. Best
    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-Snow Activation at Month

      @cowboysdude said in MMM-Snow Activation at Month:

      var D = new Date();
      var month = D.getmonth;
      If (month === “11”) {
      magic happens here…
      }

      ok i found the Problem

      not var month = D.getmonth; but var month = D.getmonth();

      posted in Development
      S
      Sebi76
    • RE: MMM-Facial-Recognition-OCV3 cant run toold.capture.py

      I found the issue.

      Change in capture.py

      from config import ToolsConfig -> from .config import ToolsConfig

      posted in Troubleshooting
      S
      Sebi76
    • 1 / 1