• 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-Wunderground

Scheduled Pinned Locked Moved Troubleshooting
12 Posts 2 Posters 6.0k 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
    Mykle1 Project Sponsor Module Developer @Chrispl2000
    last edited by Mar 31, 2017, 11:54 PM

    @Chrispl2000

    That is true, but you are closing out the config at this point. Here is the end of my config. Notice the comma.

    {
    						title: "New York Times",
    						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
    					},
    					{
                        				title: "BBC World News",
                        				url: "http://feeds.bbci.co.uk/news/world/us_and_canada/rss.xml"
                    			},
    				],
    				showSourceTitle: true,
    				showPublishDate: true
    			}
    		},
    	]
    
    };
    
    /*************** DO NOT EDIT THE LINE BELOW ***************/
    if (typeof module !== 'undefined') {module.exports = config;}
    

    Create a working config
    How to add modules

    M 1 Reply Last reply Mar 31, 2017, 11:56 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @Mykle1
      last edited by Mar 31, 2017, 11:56 PM

      If everything else is working then the error lies in the config entry for WonderGround.

      Create a working config
      How to add modules

      M 1 Reply Last reply Mar 31, 2017, 11:59 PM Reply Quote 0
      • M Offline
        Mykle1 Project Sponsor Module Developer @Mykle1
        last edited by Mar 31, 2017, 11:59 PM

        Here is my entry for WunderGround.

        {
        			disabled: f,
            			module: 'MMM-WunderGround',
            			position: 'top_right',
            			config: {
                		apikey: 'YOUR API KEY', // private
                		pws: 'pws:KNYNEWYO103',
        			currentweather: 0,
                		coloricon: true,
                		hourly: '1',
                		fctext: '1',
                		fcdaycount: "10",
                		fcdaystart: "0",
                		hourlyinterval: "2",
                		hourlycount: "1",
        			animationSpeed: 5000,
                		alerttime: 10000,
                		alerttruncatestring: "english:",
            			roundTmpDecs: 0,
            			UseCardinals: 1,
            			layout: "vertical",
        			windunits: "mph",
            			sysstat: "0"
        			}
        		},
        

        Create a working config
        How to add modules

        M 1 Reply Last reply Apr 1, 2017, 12:00 AM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @Mykle1
          last edited by Apr 1, 2017, 12:00 AM

          Wait! top_third is not valid. Try top_right

          Create a working config
          How to add modules

          M 1 Reply Last reply Apr 1, 2017, 12:04 AM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @Mykle1
            last edited by Apr 1, 2017, 12:04 AM

            Hover your mouse over my avatar to the left of my name and click chat

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • C Offline
              Chrispl2000
              last edited by Apr 1, 2017, 12:04 AM

              Great catch!!! I’m new to pretty much everything involved in programming this thing.

              M 2 Replies Last reply Apr 1, 2017, 12:05 AM Reply Quote 0
              • M Offline
                Mykle1 Project Sponsor Module Developer @Chrispl2000
                last edited by Apr 1, 2017, 12:05 AM

                @Chrispl2000
                No worries. If you have TeamSpeak I can help you more easily if you’d like

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @Chrispl2000
                  last edited by Apr 1, 2017, 12:09 AM

                  @Chrispl2000
                  This will definitely help you.
                  https://forum.magicmirror.builders/topic/286/regions
                  0_1491005416647_regions.png

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @Chrispl2000
                    last edited by Mykle1 Apr 1, 2017, 12:15 AM Apr 1, 2017, 12:14 AM

                    @Chrispl2000 said in MMM-Wunderground:

                    The extra comma didn’t change anything. I thought you only used a comma when there is another item behind it?

                    You are absolutely right. That comma is NOT necessary in this case. However, it works with or without. I just removed mine and it still works :thumbsup_tone1:

                    Create a working config
                    How to add modules

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