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

    KK-King

    @KK-King

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

    KK-King Unfollow Follow

    Latest posts made by KK-King

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

      @sdetweil
      I followed your https://github.com/sdetweil/MMM-OpenWeatherMapForecast
      – Installation –
      Navigate into your MagicMirror modules folder and execute:

      git clone https://github.com/MarcLandis/MMM-OpenWeatherMapForecast.git

      Enter the new MMM-OpenWeatherMapForecast directory and execute :
      #npm install

      After that updated the code and restarted service:

      Mirror@raspberrypi:~/MagicMirror/modules/MMM-OpenWeatherMapForecast $ sudo vi …/…/config/config.js

      …Code below with hiddne API…
      {
      module: “MMM-OpenWeatherMapForecast”,
      header: “Weather”,
      position: “top_right”,
      classes: “default everyone”,
      disabled: false,
      config: {
      apikey: “XXXXXXXXXXXXXXXXXXX”,
      latitude: “47.690900”,
      longitude: “43.587770”,
      iconset: “4c”,
      concise: false,
      forecastLayout: “table”,
      }
      },

      $ sudo systemctl restart pm2-Mirror.service

      Getting below error:

      0|mm | [2024-08-09 12:10:19.206] [LOG] [MMM-OpenWeatherMapForecast] 9-Aug-24 12:10 ** ERROR ** null
      0|mm | [2024-08-09 12:15:19.663] [INFO] Newsfeed-Fetcher: Broadcasting 25 items.
      0|mm | [2024-08-09 12:20:16.801] [LOG] [MMM-OpenWeatherMapForecast] 9-Aug-24 12:20 ** ERROR ** null

      posted in Utilities
      K
      KK-King