MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-OpenWeatherMapForecast stuck on Loading....

    Scheduled Pinned Locked Moved Utilities
    63 Posts 16 Posters 37.7k Views 18 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      sdetweil @ally
      last edited by

      @ally then we need to look at the pm2 logs more,

      pm2 logs --lines=50

      maybe more 60, ,70, 80…

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      A 1 Reply Last reply Reply Quote 0
      • A Offline
        ally @sdetweil
        last edited by

        @sdetweil I ran the logs for 80 under the main MagicMirror directory. Hope that is correct way to do it.

        Below is a sample of the log as I get a spam message when I add it all.

        home/pi/.pm2/logs/MagicMirror-error.log last 80 lines:
        0|MagicMir | MESA-LOADER: failed to retrieve device information
        0|MagicMir | MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
        0|MagicMir | failed to load driver: kms_swrast
        0|MagicMir | MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
        0|MagicMir | failed to load swrast driver
        0|MagicMir | [25.08.2022 17:08.13.800] [ERROR] (node:14604) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|MagicMir | (Use `electron --trace-deprecation ...` to show where the warning was created)
        0|MagicMir | [14638:0825/172135.978897:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
        0|MagicMir | X connection to :0 broken (explicit kill or server shutdown).
        0|MagicMir | [14647:0825/172136.082204:ERROR:command_buffer_proxy_impl.cc(329)] GPU state invalid after WaitForGetOffsetInRange.
        0|MagicMir | [14604:0825/172136.087957:ERROR:command_buffer_proxy_impl.cc(329)] GPU state invalid after WaitForGetOffsetInRange.
        0|MagicMir | [25.08.2022 17:22.56.641] [WARN]  You're using a full whitelist configuration to allow for all IPs
        0|MagicMir | MESA-LOADER: failed to retrieve device information
        0|MagicMir | MESA-LOADER: failed to retrieve device information
        0|MagicMir | MESA-LOADER: failed to retrieve device information
        0|MagicMir | MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
        0|MagicMir | failed to load driver: kms_swrast
        0|MagicMir | MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
        0|MagicMir | failed to load swrast driver
        0|MagicMir | [25.08.2022 17:23.04.450] [ERROR] (node:982) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
        0|MagicMir | (Use `electron --trace-deprecation ...` to show where the warning was created)
        0|MagicMir | [1398:0825/172406.366943:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
        0|MagicMir | [1398:0825/172406.367670:ERROR:connection.cc(46)] X connection error received.
        0|MagicMir | XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0"
        0|MagicMir |       after 11236 requests (11236 known processed) with 0 events remaining.
        0|MagicMir | [1412:0825/172413.116477:ERROR:command_buffer_proxy_impl.cc(329)] GPU state invalid after WaitForGetOffsetInRange.
        0|MagicMir | [982:0825/172413.118265:ERROR:command_buffer_proxy_impl.cc(329)] GPU state invalid after WaitForGetOffsetInRange.
        0|MagicMir | [25.08.2022 17:25.34.170] [WARN]  You're using a full whitelist configuration to allow for all IPs
        0|MagicMir | MESA-LOADER: failed to retrieve device information
        0|MagicMir | MESA-LOADER: failed to retrieve device information
        0|MagicMir | MESA-LOADER: failed to retrieve device information
        
        
        /home/pi/.pm2/logs/MagicMirror-out.log last 80 lines:
        0|MagicMir | [26.08.2022 12:20.42.648] [INFO]  Calendar-Fetcher: Broadcasting 6 events.
        0|MagicMir | [26.08.2022 12:24.33.069] [LOG]   [MMM-OpenWeatherMapForecast] 26-Aug-22 12:24 ** ERROR ** null
        0|MagicMir | [26.08.2022 12:24.47.138] [INFO]  Newsfeed-Fetcher: Broadcasting 35 items.
        0|MagicMir | [26.08.2022 12:25.43.849] [INFO]  Calendar-Fetcher: Broadcasting 6 events.
        0|MagicMir | [26.08.2022 12:29.47.307] [INFO]  Newsfeed-Fetcher: Broadcasting 35 items.
        0|MagicMir | [26.08.2022 12:30.45.025] [INFO]  Calendar-Fetcher: Broadcasting 6 events.
        

        Ally

        S 2 Replies Last reply Reply Quote 0
        • S Offline
          sdetweil
          last edited by

          @ally said in MMM-OpenWeatherMapForecast stuck on Loading....:

          0|MagicMir | [26.08.2022 12:24.33.069] [LOG] [MMM-OpenWeatherMapForecast] 26-Aug-22 12:24 ** ERROR ** null

          isn’t that helpful!..

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          A 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @ally
            last edited by

            @ally i used your config from

            https://forum.magicmirror.builders/topic/17141/mmm-openweathermapforecast-stuck-on-loading/1?_=1661513140571

            with my openweather apikey and it worked without issue.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • S sdetweil referenced this topic on
            • S Offline
              sdetweil @ally
              last edited by

              @ally edit the node_helper.js of the module and change this

                                  } else {
                                      console.log("[MMM-OpenWeatherMapForecast] " + moment().format("D-MMM-YY HH:mm") + " ** ERROR ** " + error);
                                  }
              

              to this

                                  } else {
                                      if(response.statusCode != 200) 
                                      console.log("[MMM-OpenWeatherMapForecast] " + moment().format("D-MMM-YY HH:mm") + " ** bad status ** " + response.statusCode);
                                          else
                                      console.log("[MMM-OpenWeatherMapForecast] " + moment().format("D-MMM-YY HH:mm") + " ** ERROR ** " + error);
                                  }
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • A Offline
                ally @sdetweil
                last edited by

                @sdetweil any thoughts on why this is occurring on a fresh install of MM and this module? I also just checked the MM change logs and i am definitely running the latest version (## [2.20.0] - 2022-07-02).

                Ally

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @ally
                  last edited by

                  @ally no idea. but without the code change, we won’t know what the error is…

                  only thing I can think of is the apikey has a leading or trailing space, making it bad

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  A 1 Reply Last reply Reply Quote 0
                  • A Offline
                    ally @sdetweil
                    last edited by

                    @sdetweil yeah, I was worried that might be the case as well, which is why I went to a fresh install and left the original weather module using the same key.

                    Same key, same quotes, no spaces, default settings and this is the result.

                    Config is setup for default weather module current, then forecast and then MMM-OpenWeatherMapForecast, which is stuck on Loading.

                    MM_000.jpg

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @ally
                      last edited by sdetweil

                      @ally again need the startup messages w the new code

                      I copy/pasted the config u supplied exactly and change to my API key and it worked as expected. so it’s not a config problem.

                      it’s an apikey problem

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      A 1 Reply Last reply Reply Quote 0
                      • A Offline
                        ally @sdetweil
                        last edited by

                        @sdetweil I deleted the old api key and made a new one, same result. The default weather modules load and this one doesn’t.

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 2 / 7
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy