• 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 192.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.
  • R Offline
    RedNax Module Developer @bthuilot
    last edited by Sep 6, 2016, 5:13 AM

    @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
    • B Offline
      bthuilot
      last edited by paviro Sep 27, 2016, 8:50 PM Sep 6, 2016, 8:34 PM

      @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
      • R Offline
        RedNax Module Developer
        last edited by Sep 7, 2016, 5:14 AM

        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
        • B Offline
          bthuilot
          last edited by Sep 7, 2016, 7:25 PM

          @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 Sep 8, 2016, 8:07 AM

            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

            R 1 Reply Last reply Sep 8, 2016, 9:06 AM Reply Quote 0
            • 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
                      • 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