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

Weatherunderground - currently - hourly - daily - configurable

Scheduled Pinned Locked Moved Troubleshooting
126 Posts 26 Posters 193.1k 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.
  • R Offline
    RedNax Module Developer @ostfilinchen
    last edited by Sep 8, 2016, 9:06 AM

    @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 Dec 16, 2016, 2:45 AM

      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 Dec 16, 2016, 3:31 AM Reply Quote 0
      • S Offline
        Shockwave @Crispis
        last edited by Dec 16, 2016, 3:31 AM

        @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
        • B Offline
          bthuilot
          last edited by Dec 16, 2016, 3:32 AM

          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 Dec 16, 2016, 3:40 AM

            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 Dec 16, 2016, 5:30 AM Reply Quote 0
            • S Offline
              Shockwave @Crispis
              last edited by Dec 16, 2016, 5:30 AM

              @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 Dec 16, 2016, 8:59 AM

                Are you sure that CO/Denver is correct?

                1 Reply Last reply Reply Quote 0
                • C Offline
                  Crispis
                  last edited by Dec 16, 2016, 2:56 PM

                  @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 Dec 16, 2016, 11:54 PM Reply Quote 0
                  • S Offline
                    Shockwave @Crispis
                    last edited by Dec 16, 2016, 11:54 PM

                    @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 Dec 16, 2016, 11:58 PM

                      @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
                      • 1
                      • 2
                      • 9
                      • 10
                      • 11
                      • 12
                      • 13
                      • 11 / 13
                      • 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