MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. JeanMichelC
    3. Posts
    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 1
    • Posts 12
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-EveryNews is not loading anything

      I edtited node_helper.js in this folder MagicMirror/js and could not find the code you asked me to change. The only reference I found that checking the response return code 200 is

      NodeHelper.checkFetchStatus = function (response) {
      // response.status >= 200 && response.status < 300
      if (response.ok) {
      return response;
      } else {
      throw Error(response.statusText);
      }
      };

      posted in Troubleshooting
      J
      JeanMichelC
    • MMM-EveryNews is not loading anything

      Re: MMM-EveryNews is not loading anything
      I disabled all modules to try to debug this issue but still could not get any news loaded and no errors using rpm start dev.
      It says “Anyone’s presents…”
      I don’t have any Google modules loaded.

      posted in Troubleshooting
      J
      JeanMichelC
    • 1
    • 2
    • 2 / 2