MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Preve
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 24
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Default Weather module not loading and no error showing.

      Nope, Rebooted the PI and still nothing.

      posted in Troubleshooting
      P
      Preve
    • RE: Default Weather module not loading and no error showing.

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

      posted in Troubleshooting
      P
      Preve
    • RE: Default Weather module not loading and no error showing.
      /* 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;}
      
      posted in Troubleshooting
      P
      Preve
    • Default Weather module not loading and no error showing.

      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

      posted in Troubleshooting
      P
      Preve
    • 1
    • 2
    • 3
    • 3 / 3