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

Default Weather module not loading and no error showing.

Scheduled Pinned Locked Moved Troubleshooting
31 Posts 9 Posters 38.8k Views 8 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.
  • P Offline
    Preve
    last edited by Mar 16, 2017, 4:11 PM

    Hi all,

    I’m new at this magic mirror thingie. Just installed it on a raspberry Pi 2 and got my screen. Everything loads well (Private calendar, Compliments and personalized new feed.) What doesn’t work is the Weather module. It’s not showing at all. So I don’t get any kind of error.
    I’ve entered my API key and location found in the openweatherpmap website. But space where the module should be on my screen is empty. No error, not a word.
    Anyone that can help me? Maybe I forgot to enable something?

    Kind regards

    Y 1 Reply Last reply Mar 16, 2017, 4:13 PM Reply Quote 0
    • Y Offline
      yawns Moderator @Preve
      last edited by Mar 16, 2017, 4:13 PM

      @Preve
      Please post your config, but replace your personal keys/calendar links with XXX

      1 Reply Last reply Reply Quote 0
      • P Offline
        Preve
        last edited by yawns Mar 16, 2017, 4:19 PM Mar 16, 2017, 4:18 PM

        /* Magic Mirror Config Sample
         *
         * By Michael Teeuw http://michaelteeuw.nl
         * MIT Licensed.
         */
        
        var config = {
        	port: 8080,
        	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
        
        	language: 'en',
        	timeFormat: 24,
        	units: 'metric',
        
        	modules: [
        		{
        			module: 'alert',
        		},
        		{
        			module: "updatenotification",
        			position: "top_bar"
        		},
        		{
        			module: 'clock',
        			position: 'top_left'
        		},
        		{
        			module: 'calendar',
        			header: 'Personal Calendar',
        			position: 'top_left',
        			config: {
        				calendars: [
        					{
                                                        symbol: 'calendar-check-o ',
                                                        url: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
                                                }
        				]
        			}
        		},
        		{
        			module: 'compliments',
        			position: 'lower_third'
        		},
        		{
        			module: 'currentweather',
        			position: 'top_right',
        			config: {
        				locationID: '2802154',
        				appid: 'XXXXXXXXXXXXXXXXXXXXXXX'
        			}
        		},
        		{
        			module: 'weatherforecast',
        			position: 'top_right',
        			header: 'Weather Forecast',
        			config: {
        				locationID: '2802154',
        				appid: 'XXXXXXXXXXXXXXXXXXXXXXX'
        			}
        		},
        		{
        			module: 'newsfeed',
        			position: 'bottom_bar',
        			config: {
        				feeds: [
        					{
        						title: "HLN BE",
        						url: "http://www.hln.be/rss.xml"
        					}
        				],
        				showSourceTitle: true,
        				showPublishDate: true
        			}
        		},
        	]
        
        };
        
        /*************** DO NOT EDIT THE LINE BELOW ***************/
        if (typeof module !== 'undefined') {module.exports = config;}
        
        1 Reply Last reply Reply Quote 0
        • Y Offline
          yawns Moderator
          last edited by Mar 16, 2017, 4:21 PM

          That in fact looks perfectly fine. Did you try to reboot your pi to check if currentweather comes up?
          Try to press F12 in the browser while MagicMirror is running and check the console for errors

          1 Reply Last reply Reply Quote 0
          • P Offline
            Preve
            last edited by Mar 16, 2017, 4:22 PM

            Restarted MM a couple of times. I’ll reboot the PI and see what’s happening.

            P 1 Reply Last reply Mar 16, 2017, 4:25 PM Reply Quote 0
            • P Offline
              Preve @Preve
              last edited by Mar 16, 2017, 4:25 PM

              Nope, Rebooted the PI and still nothing.

              1 Reply Last reply Reply Quote 0
              • Y Offline
                yawns Moderator
                last edited by Mar 16, 2017, 4:27 PM

                And console of your browser does not show a single error?

                1 Reply Last reply Reply Quote 0
                • P Offline
                  Preve
                  last edited by Mar 16, 2017, 4:28 PM

                  How do I get there? Sorry for noobish question. It runs full screen.

                  1 Reply Last reply Reply Quote 0
                  • Y Offline
                    yawns Moderator
                    last edited by Mar 16, 2017, 4:29 PM

                    If you press F12 in your browser you should see a development interface, one is called console and should show information, warnings and - maybe - errors

                    1 Reply Last reply Reply Quote 0
                    • Y Offline
                      yawns Moderator
                      last edited by Mar 16, 2017, 4:34 PM

                      I just tried your currentweather settings with my appid and instantly see the current weather. Did you check your appid again?

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      1 / 4
                      • First post
                        1/31
                        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