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

    alhen18

    @alhen18

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 34
    Location Denmark

    alhen18 Unfollow Follow

    Latest posts made by alhen18

    • RE: Compliments remotefile

      @sdetweil It is also places under /modules/default/compliments/file.json

      And the .json file is build as i would construct a .json fil at any other given point

      posted in Troubleshooting
      A
      alhen18
    • RE: Compliments remotefile

      The real problem is that i cant get it to load from a local folder

      posted in Troubleshooting
      A
      alhen18
    • RE: Compliments remotefile

      @sdetweil Thanks, for the respons, I do not have any problem getting a remote .json file to work, I have tried with yours : https://raw.githubusercontent.com/sdetweil/testcompliments/main/mycompliments.json

      I think that I will just post mine on GitHub and there by also making it easier to edit in it at a later time :)

      posted in Troubleshooting
      A
      alhen18
    • Compliments remotefile

      Hey, I got some problems with using my remote file for complements. I do now know why i wont load my .json file.
      Here are some of the code used:

      Config.js
      ...
      {
          module: 'compliments',
          position: 'buttom',
          config: {
              updateInterval: 5 * 60 * 100,
              remoteFile: "compliments.json",
          }
      },
      ...
      
      compliments.json
      {
          "anytime" : [
              "Some Text",
              "Another text",
          ],
          "morning" : [
              "Morning text",
              "Another Morning text",
           ],
          ...
      }
      

      When I open the devoloper console in the MagicMirror application, I get this text out and I do not see where my code should make the issue.
      Udklip.PNG

      I do hope that someone can help me, since I do not know where the issue happens.

      posted in Troubleshooting
      A
      alhen18