MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Aurelio
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Aurelio

    @Aurelio

    0
    Reputation
    37
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Aurelio Unfollow Follow

    Latest posts made by Aurelio

    • RE: Issues with MMM-json-feed module.

      Thank you Sam, I did what you recommended and still nothing. I ever loaded the SD-card from a fresh img and only loaded MagicMirror, same result. I do appreciate your taking your time to answer my question.

      posted in Troubleshooting
      A
      Aurelio
    • RE: Issues with MMM-json-feed module.

      @sdetweil Interesting, I just copied your code and added to my config file and still nothing displays. Maybe the module as a problem in my setup.

      thank you for trying for me…

      posted in Troubleshooting
      A
      Aurelio
    • RE: Issues with MMM-json-feed module.

      @thedoorsfanatic
      I appreciate it.

      posted in Troubleshooting
      A
      Aurelio
    • RE: Issues with MMM-json-feed module.

      @thedoorsfanatic

      tank you for the recommendation but still no luck…maybe the module doesn’t work for what I am trying to do

                  {
                          module: "MMM-JsonTable",
                          title: "Corona virus",
                          position: "top_left",
                          header: "Tracking Corona",
                          config: {
                                  urls: [
                                          "https://corona.lmao.ninja/all", // Required
                                          "https://corona.lmao.ninja/all",
                                  ]
                          }
                  },
      
      posted in Troubleshooting
      A
      Aurelio
    • Issues with MMM-json-feed module.

      I am new to this so I apologize if this is a dumb question.

      I installed a module called MMM-json-feed… my intention is to display the Json file I get from this website (https://corona.lmao.ninja/all) on the bottom-left of of the screen but all I am getting is a series of vertical dots.

                  {
                          module: 'MMM-JsonTable',
                          position: 'bottom_left',
                          header: 'Tracking Corona ',
                          config: {
                                  url: 'https://corona.lmao.ninja/all', // Required
                          }
                  }
      

      any help would be greatly appreciated.

      posted in Troubleshooting
      A
      Aurelio