• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-NOAA3

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 568 Views 2 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.
  • M Offline
    mmcghee
    last edited by Oct 27, 2020, 9:25 PM

    Hi Guys,

    following the downfall of another weather module i was using - “MMM-MyWeather” i am trying to install MMM-NOAA3.

    When i run MM i get the below error,

    [2020-10-27 21:19:39.201] [LOG]    Sockets connected & modules started ...
    [2020-10-27 21:19:39.287] [LOG]    Launching application.
    [2020-10-27 21:19:43.002] [LOG]    wu
    [2020-10-27 21:19:43.006] [ERROR]  Whoops! There was an uncaught exception...
    [2020-10-27 21:19:43.007] [ERROR]  Error: Cannot find module './providers/wu.js'
    Require stack:
    - /home/pi/MagicMirror/modules/MMM-NOAA3/node_helper.js
    - /home/pi/MagicMirror/js/app.js
    - /home/pi/MagicMirror/js/electron.js
    - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/mai                                                                                                                     n.js
    -
        at Module._resolveFilename (internal/modules/cjs/loader.js:627:15)
        at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/elect                                                                                                                     ron/dist/resources/electron.asar/common/reset-search-paths.js:41:16)
        at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/modul                                                                                                                     e-alias/index.js:49:29)
        at Function.Module._load (internal/modules/cjs/loader.js:531:27)
        at Module.require (internal/modules/cjs/loader.js:685:19)
        at require (internal/modules/cjs/helpers.js:16:16)
        at Class.getProviderFromConfig (/home/pi/MagicMirror/modules/MMM-NOAA3/node_                                                                                                                     helper.js:128:16)
        at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-NOAA3/                                                                                                                     node_helper.js:38:34)
        at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:112:11)
        at Socket.emit (events.js:200:13)
        at /home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:528:12
        at processTicksAndRejections (internal/process/task_queues.js:82:9)
     {
      code: 'MODULE_NOT_FOUND',
      requireStack: [
        '/home/pi/MagicMirror/modules/MMM-NOAA3/node_helper.js',
        '/home/pi/MagicMirror/js/app.js',
        '/home/pi/MagicMirror/js/electron.js',
        '/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/                                                                                                                     main.js',
        undefined
      ]
    }
    [2020-10-27 21:19:43.015] [ERROR]  MagicMirror will not quit, but it might be a                                                                                                                      good idea to check why this happened. Maybe no internet connection?
    [2020-10-27 21:19:43.016] [ERROR]  If you think this really is an issue, please                                                                                                                      open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
    

    Below is my config minus api keys

      {
         module: 'MMM-NOAA3',
     position: 'top_right',
         config: {
     	    provider: "weatherunlocked",       
     	    apiKey: "MY API KEY",  
     	    appID: "MY APP ID",  
     	    airKey: "MY API KEY", 
             css: "NOAA4",                  // THIS MUST CONTAIN A CSS STYLE NAME
     	userlat: "55.861790", //MUST HAVE BOTH
             userlon: "-3.827600",  //MUST HAVE BOTH
      }
          },
    

    I am at a complete loss with this one any help would be appreciated.

    Cheers
    Michael

    M 1 Reply Last reply Oct 28, 2020, 1:10 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @mmcghee
      last edited by Oct 28, 2020, 1:10 AM

      @mmcghee said in MMM-NOAA3:

      I am at a complete loss with this one any help would be appreciated.

      Did you try it with another provider? I just loaded it up with openweather and it fired right up. I know this author and the amount of work it takes to maintain this module. I think he is working on a new version because NOAA3 is vulnerable if any of the providers changes their data

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • M Offline
        mmcghee
        last edited by Oct 28, 2020, 8:14 AM

        Hi,

        Yeah i tried it with Accuweather and still had the same. I’ll try it with openweather when i get home and see what happens.

        Thanks
        Michael

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          1/3
          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