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

    LemonBrain

    @LemonBrain

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

    LemonBrain Unfollow Follow

    Latest posts made by LemonBrain

    • RE: MMM-OpenWeatherMapForecast stuck on Loading....

      @yk
      Hello!
      I use a free subscription. This subscription apparently has a problem with https protocol. Found out by randomly studying the weather server’s response in the browser.

      posted in Utilities
      L
      LemonBrain
    • RE: MMM-OpenWeatherMapForecast stuck on Loading....

      @ally
      Hi!
      There was an error “** ERROR ** Error: socket hang up”
      This solution helped:
      in the module node_helper.js

      var url = "https://api.openweathermap.org/data/2.5/onecall" +
      

      replace with

      var url = "http://api.openweathermap.org/data/2.5/onecall" +
      

      (https -> http)
      and restart the MM2

      posted in Utilities
      L
      LemonBrain