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

    jacobmar1ey

    @jacobmar1ey

    0
    Reputation
    373
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jacobmar1ey Unfollow Follow

    Latest posts made by jacobmar1ey

    • RE: Compliments not displaying

      @strawberry-3.141 said in Compliments not displaying:

      @l1613532 this code isn’t working properly, you have to do

      if (this.config.remoteFile != null) {
        var self = this;
        this.complimentFile(
          function(response){
            self.config.compliments = JSON.parse(response);
           });
      }
      

      Tank you so much for this response. My Zero (non-W) was also suddenly not displaying compliments as well and I was trying to figure it out all week!

      posted in Development
      J
      jacobmar1ey