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 208.5k 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.
    • 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
      • S Offline
        Shockwave @Crispis
        last edited by

        @Crispis Thanks for posting it. I think you’re missing a comma after appid in the weatherforecast and currentweather modules. Being at the end that may not be it, I seem to have instances where they aren’t on the last line either.

        You said it works without the Wunderground module, correct? Could it be setting the language to Dutch without having Dutch selected in the International Settings within raspi-config? It sure looks okay unless there’s a hidden symbol in there. How are you editing it on the mirror?

        Here’s mine if you want to try.

        	{
        		module: 'MMM-WunderGround',
        		position: 'top_right',
        		header: 'Ankeny Weather',
        		config: {
        			apikey: 'api key here',
        			pws: 'KIKV',
        			hourly: '0',
        			fcdaycount: '7',
        			fade: 'false',
        			fadePoint: '1',
        			alerttime: 10000,
        			UseCardinals: 1,
        			roundTmpDecs: 1,
        			}
        	},
        
        1 Reply Last reply Reply Quote 0
        • C Offline
          Crispis
          last edited by

          @Shockwave Copied yours exactly and I’m still gettin’ that black screen of death! I’m editing on the pi/mirror itself with the terminal+keyboard. Tried CO/Denver and NY/New_York… nothing. I’m not too sure… I’ll try to “reinstall everything” from step one and see if that fixes it.

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

            Honestly not too sure what I did… I mean I just re-cloned things in the module folder and now things are working. …So I guess if someone is having problems, simply start over from the beginning and try again?? No…idea… Anyways thanks for your help!

            1 Reply Last reply Reply Quote 0
            • L Offline
              lsfourwheeler
              last edited by

              So I just updated both my Raspberry pi, MagicMirror software, and MMM-Wunderground. The module still works but the moon phases icon is now a blank “image missing” box. Strangely, I can see the moon image just fine on a computer by going to the MagicmirroIP:8080 and viewing the magicmirror sofware from there. Any suggestions?

              E 1 Reply Last reply Reply Quote 0
              • E Offline
                eppzenberg @lsfourwheeler
                last edited by

                @lsfourwheeler
                I’m facing the same problem. Module is working and up-to-date, but moon phase icon is just showing the “image missing” box. Did you find any solution?

                L 1 Reply Last reply Reply Quote 0
                • L Offline
                  lsfourwheeler @eppzenberg
                  last edited by

                  @eppzenberg
                  Yes, I found out this issue actually happened because of the MagicMirror Update. Make sure that after you run the “git pull” command you also run the “npm install” command. This fixed my issue. I hope that helps.

                  E 1 Reply Last reply Reply Quote 0
                  • E Offline
                    eppzenberg @lsfourwheeler
                    last edited by

                    @lsfourwheeler
                    Indeed, I missed that step. It works now. :) Thank you very much!

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

                      @RedNax : you have update the Module and it doesn’t look like the old style. The humidity is permanent shown and between Icon Wind Direction and Humidity is no space. Also between humidity and sunset/sunrise is no space.

                      Can u please change this?

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

                        @RedNax: it’s still not fine:0_1485700269786_upload-26f37467-942f-462d-af4a-c3a3e1bca669

                        Font is not the same as the other modules and there is not a space between winddirection and humidity-icon

                        And another issue is the size of the current weather Icon. It’s too big:
                        0_1485700407613_upload-4cec9558-640a-4d7b-9621-35093b3c4d22

                        Can u have a look of this?

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 12
                        • 13
                        • 1 / 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