Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. POIMann
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    POIMann

    @POIMann

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

    POIMann 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