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

    RF

    @RF

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

    RF Unfollow Follow

    Latest posts made by RF

    • RE: Updated MM and OpenWeather doesn't work now.

      Sam, thank you so much for your help.

      I will install the pirateWeather in the coming days.

      posted in Troubleshooting
      R
      RF
    • Updated MM and OpenWeather doesn't work now.

      Could someone help me figure out why the OpenWeather won’t work after doing a MM update.

              When I log into the MM all I get is the words "Loading image" where my current weather and forecast should be. I have tried reentering my Location, Location ID and apiKey, and that didn't fix it.
      

      I don’t know what else to try . Any help would be appreciated.
      Below is a copy of my config.js

      },
      {
      module: “weather”,
      position: “top_right”,
      config: {
      weatherProvider: “openweathermap”,
      type: “current”,
      location: “XXXXX”,
      locationID: “XXXXXXX”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      apiKey: “XXXXXXXX”
      }
      },
      {
      module: “weather”,
      position: “top_right”,
      header: “Weather Forecast”,
      config: {
      weatherProvider: “openweathermap”,
      type: “forecast”,
      location: “XXXX”,
      locationID: “XXXXXX”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      apiKey: “XXXXXXXX”
      }
      },

      posted in Troubleshooting
      R
      RF
    • RE: MMM-ISS-Live no video

      @sdetweil Thank you for your prompt response.

      posted in Forum
      R
      RF
    • MMM-ISS-Live no video

      Can anyone help with this: MMM-ISS-Live. When it comes up it always says 
      Live_ISS_Stream is off air. And the instructions says if you get no live feed to enter this other code into the electron.js and I do and still the same result ( Live_ISS_Stream is off air ).

      posted in Forum
      R
      RF