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

Fresh install

Scheduled Pinned Locked Moved Troubleshooting
6 Posts 0 Posters 3.2k Views 2 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.
  • M Offline
    mochman Module Developer @PointPubMedia
    last edited by Jul 7, 2016, 1:41 PM

    @PointPubMedia Can you show us your config.js setup? Thanks. Just a dummy check, is your pi connected to the internet?

    1 Reply Last reply Reply Quote 0
    • P Offline
      PointPubMedia
      last edited by paviro Jul 8, 2016, 9:12 AM Jul 7, 2016, 1:43 PM

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */
      
      var config = {
              port: 8080,
      
              language: 'en',
              timeFormat: 24,
              units: 'metric',
      
              modules: [
                      {
                              module: 'alert',
                              config: {
                                      alert_effect: 'genie',
                                      welcome_message: '*** Command Center started.'
                              },
                      },
                      {
                              module: 'clock',
                              position: 'top_left'
                      },
                      {
                              module: 'calendar',
                              header: 'CA Holidays',
                              position: 'top_left',
                              config: {
                                      calendars: [
                                              {
                                                      symbol: 'calendar-check-o ',
                                                      url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
                                              }
                                      ]
                              }
                      },
                      {
                              module: 'currentweather',
                              position: 'top_right',
                              config: {
                                      location: 'Saint-Eustache,CA',
                                      locationID: '',  //ID from bulk.openweather.org/sample/
                                      appid: 'fa2606456c60a3cb0feceaad88b5f4be'
                              }
                      },
                      {
                              module: 'weatherforecast',
                              position: 'top_right',
                              header: 'Weather Forecast',
                              config: {
                                      location: 'Saint-Eustache,CA',
                                      locationID: '5128581',  //ID from bulk.openweather.org/sample/
                                      appid: 'fa2606456c60a3cb0feceaad88b5f4be'
                              }
                      },
                      {
                              module: 'newsfeed',
                              position: 'bottom_bar',
                              config: {
                                      feeds: [
                                              {
                                                      title: "LaPresse",
                                                      url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                              },
                                              {
                                                      title: "BBC",
                                                      url: "http://feeds.bbci.co.uk/news/video_and_audio/news_front_page/rss.xml?edition=uk",
                                              },
                                             ],
                                      showSourceTitle: true,
                                      showPublishDate: true
                              }
                      },
              ]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      

      And yes I have access to Internet, weather is working ;)

      1 Reply Last reply Reply Quote 0
      • P Offline
        PointPubMedia
        last edited by Jul 7, 2016, 2:51 PM

        That’s very strange…

        I reboot the raspberry for another reason and now, everything is working…

        1 Reply Last reply Reply Quote 0
        • M Offline
          mochman Module Developer
          last edited by mochman Jul 7, 2016, 6:51 PM Jul 7, 2016, 6:48 PM

          Glad I could help! :-/

          1 Reply Last reply Reply Quote 0
          • K Offline
            KirAsh4 Moderator
            last edited by Jul 7, 2016, 7:01 PM

            That likely happened because the respective node fetchers didn’t start when you first tried it. Killing the app and restarting it would’ve fixed that … and by rebooting the pi, you accomplished the same thing.

            A Life? Cool! Where can I download one of those from?

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              6/6
              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