MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. POIMann
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    POIMann

    @POIMann

    1
    Reputation
    409
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    POIMann Unfollow Follow

    Best posts made by POIMann

    • RE: Face Recognition with inferred light

      The use of this.data in localtransport.js conflicts with this.data-object from the module instance properties.

      I patched it by replacing “this.data;” with “this.response;” in all its occurrences in localtransport.js.

      #enjoy

      posted in Troubleshooting
      P
      POIMann

    Latest posts made by POIMann

    • RE: Face Recognition with inferred light

      The use of this.data in localtransport.js conflicts with this.data-object from the module instance properties.

      I patched it by replacing “this.data;” with “this.response;” in all its occurrences in localtransport.js.

      #enjoy

      posted in Troubleshooting
      P
      POIMann
    • RE: Face Recognition with inferred light

      Had the same issue.
      Removing the module “localtransport” solved it for me.

      posted in Troubleshooting
      P
      POIMann