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.

    Weatherunderground - currently - hourly - daily - configurable

    Scheduled Pinned Locked Moved Troubleshooting
    126 Posts 26 Posters 225.4k Views 13 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.
    • yo-lessY Offline
      yo-less Module Developer @alihallo
      last edited by

      @alihallo Sure, just contact me and I can provide you with my modifications.

      1 Reply Last reply Reply Quote 0
      • P Offline
        plumcraft
        last edited by

        Good job ! I’m also interested by your changes, let us know where we can find it.

        Could be nice to add a module parameters like : “light_display : true/false” or something like that ?

        1 Reply Last reply Reply Quote 0
        • yo-lessY Offline
          yo-less Module Developer
          last edited by yo-less

          @plumcraft said in Weatherunderground - currently - hourly - daily - configurable:

          Good job ! I’m also interested by your changes, let us know where we can find it.

          Could be nice to add a module parameters like : “light_display : true/false” or something like that ?

          Alright, I’ve forked the main repository and will try to submit a pull request after merging the two versions.
          I like your light_display idea, let’s see how much time and energy I can muster :)

          1 Reply Last reply Reply Quote 0
          • bthuilotB Offline
            bthuilot
            last edited by paviro

            Hey @RedNax I am getting a black screen as well when I set up this module and im trying out all the things posted here and it doesn’t seem to help. I know my api key is good because I have checked it at least 100 times. Here is my config.js:

             {
                                    module: 'MMM-WunderGround',
                                    position: 'top_right',
                                    config: {
                                                    apikey: 'XXXXXXXXXXXX ',
                                                    pws: 'pws:KNYSETAU3',
                                                    hourly: '1',
                    fctext: '1',
                    fcdaycount: "5",
                    fcdaystart: "0",
                    hourlyinterval: "3",
                    hourlycount: "2"
                                            }
                            },
            

            Note from admin: Please use Markdown on code snippets for easier reading!

            RedNaxR 1 Reply Last reply Reply Quote 0
            • RedNaxR Offline
              RedNax Module Developer @bthuilot
              last edited by

              @bthuilot Could you have a look at the log/console? See if there’s anything helpful? This post may assist you: https://forum.magicmirror.builders/topic/86/how-to-troubleshoot

              1 Reply Last reply Reply Quote 0
              • bthuilotB Offline
                bthuilot
                last edited by paviro

                @RedNax Edit: okay never mind I messed up lol. But the black screen is back and it is giving me this error message

                [Warning] Unexpected CSS token: : (font-awesome.min.css, line 4)
                [Warning] Unexpected CSS token: : (font-awesome.min.css, line 4)
                [Warning] Unexpected CSS token: : (font-awesome.min.css, line 4)
                [Warning] Unexpected CSS token: : (font-awesome.min.css, line 4)
                [Warning] Unexpected CSS token: : (font-awesome.min.css, line 4)
                [Warning] Invalid CSS property declaration at: * (weather-icons.css, line 44)
                

                In Addition to this

                /modules/MMM-WunderGround//weather-icons-wind.css Failed to load resource: the server responded with a status of 404 (Not Found)


                Note from admin: Please use Markdown on code snippets for easier reading!

                1 Reply Last reply Reply Quote 0
                • RedNaxR Offline
                  RedNax Module Developer
                  last edited by

                  Did you ever update both the MagicMirror and MMM-WunderGround to the latest versions? The weather-icons-wind.css are now part of the MM standard install.

                  1 Reply Last reply Reply Quote 0
                  • bthuilotB Offline
                    bthuilot
                    last edited by

                    @RedNax It works now hahaha I feel like an idiot. I had updated MMM-WunderGround like a million times but for some reason never once thought to update the MM its self. But thank you for the help!

                    1 Reply Last reply Reply Quote 0
                    • O Offline
                      ostfilinchen
                      last edited by

                      Hi all,

                      first thanks for this great module. I have an issue to Display the time an days in one orientation.
                      0_1473321837460_20160907_210833-1.png

                      Can i Change the Orientation of the first column to flush right?

                      Thanks
                      Daniel

                      RedNaxR 1 Reply Last reply Reply Quote 0
                      • RedNaxR Offline
                        RedNax Module Developer @ostfilinchen
                        last edited by

                        @ostfilinchen Thanks!

                        Slight oversight on my part when i added the horizontal layout. Now fixed. Please update MMM-WunderGround.

                        1 Reply Last reply Reply Quote 0
                        • C Offline
                          Crispis
                          last edited by

                          Gettin’ the black screen as well…
                          I’ve gone to the “post that may assist me” but I can’t seem to find anything from it. When looking at the console tab when F12 is pressed, it has stopped after 3 lines at the “Load script: modules/MMM-WunderGround//MMM-WunderGround.js” Opening that file it has the defaults for the api and pws blank. ok.

                          Looking at the module coding…

                          var config = {
                          port: 8080,

                          language: 'en',
                          timeFormat: 12,
                          units: 'imperial',
                          
                          modules: [
                          	{
                          		module: 'MMM-WunderGround',
                          		position: 'top_right',
                          		config: {
                          			apikey: 'NUMBERS',
                          			pws: 'CO/Denver',
                          			hourly: '1',
                          			fctext: '1',
                          			fcdaycount: "5",
                          			fcdaystart: "0",
                          			hourlyinterval: "3",
                          			hourlycount: "2",
                          			}
                          	},
                          	
                           ]
                          

                          };

                          I can’t seem to find what is wrong. Are you able to spot my error or suggest some help?

                          S 1 Reply Last reply Reply Quote 0
                          • S Offline
                            Shockwave @Crispis
                            last edited by

                            @Crispis I’m not sure, but I think you may not need the comma after the ending curly bracket if you only have 1 item in modules. (3rd line from the bottom) I think that might be why config: { } doesn’t get an ending comma.

                            1 Reply Last reply Reply Quote 0
                            • bthuilotB Offline
                              bthuilot
                              last edited by

                              Everything seems correct in your config. What worked for me was updating the Magic Mirror itself and then it started working. If that doesn’t do it let me know and I could try to see what else I did.

                              1 Reply Last reply Reply Quote 0
                              • C Offline
                                Crispis
                                last edited by

                                Did an update with:
                                cd ~\MagicMirror
                                git pull
                                and then removed the “,” … still getting the black screen.

                                When I remove THIS particular module from my whole set, the mirror works fine. I’m not sure whats wrong in that section.

                                S 1 Reply Last reply Reply Quote 0
                                • S Offline
                                  Shockwave @Crispis
                                  last edited by

                                  @Crispis Can you post your full config.js please? (if the above is just truncated) I’m wondering if there’s something just before the MMM-Wunderground module that’s causing you grief.

                                  1 Reply Last reply Reply Quote 0
                                  • C Offline
                                    chrisfoerg
                                    last edited by

                                    Are you sure that CO/Denver is correct?

                                    1 Reply Last reply Reply Quote 0
                                    • C Offline
                                      Crispis
                                      last edited by

                                      @chrisfoerg I am not sure if CO/Denver is correct. I thought it was the “STATE/CITY” and Denver happens to be very close to me so I went with that initially. It wasn’t working with the “IUTRETCH” or “NY/New_York” inputs either.

                                      @Shockwave I already began to…start…I tried to call up the file through 192.XXX/config/config.js but that gives me a file to save, which then I can’t open as it continues to prompt the save file. When I drop it into notepad, its…word wrap made it too difficult to read and the line was not gonna happen. I’ve got… the entire config.js that I guess I could e-mail? I don’t think attaching it to this would be a good move? Better yet…what is the correct method for acquiring/posting the full config.js?

                                      S 1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        Shockwave @Crispis
                                        last edited by

                                        @Crispis
                                        CO/Denver should be okay as that’s the same format I’m using for one of my entries which is AZ/Yuma. You could also try an airport identifier such as KDEN for Denver International.

                                        As for saving the file, I assume you’re copying and pasting from Putty? Does turning off word wrap make it any better? Could you copy from putty and paste it in here as a code block?

                                        1 Reply Last reply Reply Quote 0
                                        • C Offline
                                          Crispis
                                          last edited by

                                          @shockwave When it comes to saving the file, I open up a file and type in the ip address then /config/config.js …I’m not too sure what Putty is… Turning off word wrap just makes the data appear on two lines but for 100 yards. It doesn’t clean things up. Have not tried the KDEN but I’ll give it a go when I’m home!

                                          1 Reply Last reply Reply Quote 0
                                          • C Offline
                                            Crispis
                                            last edited by

                                            @Shockwave Here is my current full config.js -minus the API keys. Gives me the black screen for some reason…

                                            /* Magic Mirror Config Sample
                                            *

                                            • By Michael Teeuw http://michaelteeuw.nl
                                            • MIT Licensed.
                                              */

                                            var config = {
                                            port: 8080,

                                            language: 'en',
                                            timeFormat: 12,
                                            units: 'imperial',
                                            
                                            modules: [
                                            	{
                                            		module: 'alert',
                                            	},
                                            	{
                                            		module: 'clock',
                                            		position: 'top_left'
                                            	},
                                            	{
                                            		module: 'calendar',
                                            		header: 'US Holidays',
                                            		position: 'top_left',
                                            		config: {
                                            			maximumEntries: '3',
                                            			calendars: [
                                            				{
                                            					symbol: 'calendar-check-o ',
                                            					url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
                                            				}
                                            			]
                                            		}
                                            	},
                                            	{
                                            		module: 'compliments',
                                            		position: 'bottom_bar',
                                            		config: {
                                            			updateInterval: '1800000',
                                            			compliments: {
                                            				morning: [
                                            					'What a beautiful morning!',
                                            					'Enjoy your day!',
                                            					'Good Morning!',
                                            					'How was your sleep?'
                                            					],
                                            				afternoon: [
                                            					'Hey good lookin!',
                                            					'Looking good today!',
                                            					'You\'re doing great!',
                                            					'Looking good!'
                                            					],
                                            				evening: [
                                            					'Wow, you look great!',
                                            					'You look nice!'
                                            					]
                                            				}
                                            			}
                                            	},
                                            	{
                                            		module: 'currentweather',
                                            		header: 'Firestone, CO',	
                                            		position: 'top_right',
                                            		config: {
                                            			initialLoadDelay: '100',
                                            			location: 'Firestone',
                                            			locationID: '5577008',
                                            			appid: '###'
                                            		}
                                            	},
                                            	{
                                            		module: 'weatherforecast',
                                            		position: 'top_right',
                                            		header: 'Weather Forecast',
                                            		config: {
                                                   	            location: 'Firestone, CO',
                                            			locationID: '',  //ID from http://www.openweathermap.org
                                                        		appid: '###'
                                            		}
                                            	},
                                            	{
                                            		module: 'MMM-WunderGround',
                                            		position: 'top_right',
                                            		header: 'WEATHER TIME',
                                            		config: {
                                            			apikey: '###',
                                            			pws: 'KDEN',
                                            			lang: 'NL',
                                            			fctext: '1',
                                            			fcdaycount: '5',
                                            		fcdaystart: '0',
                                            		hourly: '1',
                                            		hourlyinterval: '3',
                                            			hourlycount: '2',
                                            			}
                                            	},
                                            	
                                            ]
                                            

                                            };

                                            /*************** DO NOT EDIT THE LINE BELOW ***************/
                                            if (typeof module !== ‘undefined’) {module.exports = config;}

                                            S 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 6 / 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