• 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-NOAA - Another Weather Module

Scheduled Pinned Locked Moved System
690 Posts 77 Posters 2.5m Views 70 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.
  • G Offline
    gashion
    last edited by Apr 2, 2018, 1:02 PM

    Hi,
    First of all, Thank you for this great module.

    After the latest MM update, this module stopped working correctly for him. Does someone know how i can fix this problem.

    Here is a picture :
    alt text

    Here is my config;

    {
        		disabled: false,
        		module: 'MMM-NOAA',
        		position: 'top_right',
        		config: {
    
    			apiKey: "83c61585aabeb89c",    // https://www.wunderground.com/weather/api  select the 			middle plan... 
    			useAir: true,             // set to false if you do not want to use Air Quality Index
    			airKey: "x7hcisbyAjENpBy4f",    // IF you want Air Quality Index
    			pws: "IKIVIKKO4",         // go here to find your pws: https://www.wunderground.com/wundermap
    			showClock: true,           // Hides or shows clock
    			dformat: false,             // for M/D/YYYY format, false for D/M/YYYY
    			format: "24",              // 12 or 24 hour format.. will default to 12 hour if none selected.
    			ampm: true,                // to show AM and PM on Sunrise/Sunset time
    			showGreet: false,          // deafult is false - to show greeting under clock and above date
    			name: "Moe",                  // Your name
    			showWind: false,
    			showDate: false,
    			showForecast: true,         //show bottom 3 day forecast
    			flash: true,                 //Today in forecast flashes halo
    			showUV: true,               //show UV index
           		showBar: true,             // show Barometer
            	showHum: true,              //show Humidity level
    			position: 'top_right',       //whatever you have in above position must also be here
            	alert: true,                //show weather alerts default is true
    			days: "3"                   //default in config is 3 can be either "3" or "10" for forecast
    			}
    		},
    
    T 1 Reply Last reply Apr 2, 2018, 1:19 PM Reply Quote 0
    • T Offline
      tbbear Module Developer @gashion
      last edited by Apr 2, 2018, 1:19 PM

      @gashion Hi, looks like u are using the v2 so u need to change ur config. U need only a few lines now:
      apiKey
      airKey
      and rename pws to pws1
      Please remove the rest

      Robert the Bear

      S 1 Reply Last reply Apr 3, 2018, 4:03 PM Reply Quote 0
      • G Offline
        gashion
        last edited by Apr 2, 2018, 1:42 PM

        @tbbear
        Hi, thanks for ur reply.

        I tried what u said and still the same. Nothing changed.

        New config settings:

        {
            		disabled: false,
            		module: 'MMM-NOAA',
            		position: 'top_right',
            		config: {
        
        				apiKey: "83c61585aabeb89c",    // https://www.wunderground.com/weather/api  select the middle plan... 	 
        				airKey: "x7hcisbyAjENpBy4f",    // IF you want Air Quality Index
        				pws: "IKIVIKKO4",         // go here to find your pws: https://www.wunderground.com/wundermap		 
        			}
        		},
        
        T 1 Reply Last reply Apr 2, 2018, 1:44 PM Reply Quote 0
        • T Offline
          tbbear Module Developer @gashion
          last edited by Apr 2, 2018, 1:44 PM

          @gashion Good but u forgot one thing Rename pws to pws1!!!

          Robert the Bear

          1 Reply Last reply Reply Quote 0
          • Y Offline
            yomm
            last edited by Apr 2, 2018, 4:13 PM

            Hello,

            First of all, thanks for your work.
            I did have the same issue that @gashion had. I read your comment, it fix it !
            But… to be honnest I really prefer the v1 look and feel. So is there a way to revert change and stay back in the v1 version ?

            1 Reply Last reply Reply Quote 0
            • G Offline
              gashion
              last edited by Apr 2, 2018, 4:27 PM

              @tbbear
              How stupid of me. I replaced it and it works now. Thank you! :)

              1 Reply Last reply Reply Quote 0
              • S Offline
                stevegoble @tbbear
                last edited by Apr 3, 2018, 4:03 PM

                @tbbear

                I had the same issue. The change to config.js did fix it but now the temp is showing in Celsius. My locals are:

                        language: "en",
                        timeFormat: 24,
                        units: "imperial",
                

                any idea?

                Thanks!

                T 1 Reply Last reply Apr 3, 2018, 8:18 PM Reply Quote 0
                • T Offline
                  tbbear Module Developer @stevegoble
                  last edited by tbbear Apr 3, 2018, 8:19 PM Apr 3, 2018, 8:18 PM

                  @stevegoble hi, this units option does only work for the default weather module. In NOAA its the value of the time format so 24 hours is european so Celsius, 12 hours is USA so Fahrenheit. Where are u living?

                  Robert the Bear

                  S 1 Reply Last reply Apr 3, 2018, 8:26 PM Reply Quote 0
                  • S Offline
                    stevegoble @tbbear
                    last edited by Apr 3, 2018, 8:26 PM

                    @tbbear
                    Thank you for the quick response. I am in Atlanta, GA USA. I prefer 24 hour clock so…sigh.

                    T 2 Replies Last reply Apr 3, 2018, 8:27 PM Reply Quote 0
                    • T Offline
                      tbbear Module Developer @stevegoble
                      last edited by Apr 3, 2018, 8:27 PM

                      @stevegoble if u have a few minutes i can fix it for u cause i just saw that v1 used units

                      Robert the Bear

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 31
                      • 32
                      • 33
                      • 34
                      • 35
                      • 68
                      • 69
                      • 33 / 69
                      33 / 69
                      • First post
                        324/690
                        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