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.

    Love the idea from first sight, now a bit confused with this issues!

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 2 Posters 1.6k 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.
    • dracebusD Offline
      dracebus
      last edited by

      Hi there! thank you so much for all of this, its quite amazing!!!
      Had a rough start:
      *bought from TAP plastic a a4 size mirrored acrilic, u$s 40 + u$s 77 shipping+ end up paying also u$s 80 in customs taxes in my country.

      Anyway, back to the issues:

      *Using raspberry pi 3 , installed NOOBs and then did the 1 command line to install MagicMirror.
      Then updated some of the config files as stated.

      *current weather and weatherforecast are with the appid sign display message though I have register to the site and updated with the provided API key.
      location: “Buenos Aires,Argentina”,
      locationID: “6693229”,
      Can someone confirm that it works on your end?

      *Calendar:
      I just changed:
      http://www.calendarlabs.com/templates/ical/US-Holidays.ics
      For
      http://www.calendarlabs.com/templates/ical/Argentina-Holidays.ics

      Lastly when I do npm start on the log it says:
      **
      Sockets connected & modules started …
      Whoops! There was an uncaught exception…
      { Error: listen EADDRINUSE :::8080
      at Object.exports._errnoException (util.js:1026:11)
      at exports._exceptionWithHostPort (util.js:1049:20)
      at Server._listen2 (net.js:1253:14)
      at listen (net.js:1289:10)
      at Server.listen (net.js:1385:5)
      at new Server (/home/pi/MagicMirror/js/server.js:17:9)
      at /home/pi/MagicMirror/js/app.js:129:17
      at loadConfig (/home/pi/MagicMirror/js/app.js:42:4)
      at App.start (/home/pi/MagicMirror/js/app.js:115:3)
      at Object. (/home/pi/MagicMirror/js/electron.js:81:6)
      code: ‘EADDRINUSE’,
      errno: ‘EADDRINUSE’,
      syscall: ‘listen’,
      address: ‘::’,
      port: 8080 }
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?

      **

      strawberry 3.141S 1 Reply Last reply Reply Quote 0
      • strawberry 3.141S Offline
        strawberry 3.141 Project Sponsor Module Developer @dracebus
        last edited by

        @dracebus said in Love the idea from first sight, now a bit confused with this issues!:

        Error: listen EADDRINUSE :::8080

        something is already using this port. got to the config.js an change the port in there to something else

        Please create a github issue if you need help, so I can keep track

        dracebusD 1 Reply Last reply Reply Quote 0
        • dracebusD Offline
          dracebus @strawberry 3.141
          last edited by

          @strawberry-3.141 said in Love the idea from first sight, now a bit confused with this issues!:

          @dracebus said in Love the idea from first sight, now a bit confused with this issues!:

          Error: listen EADDRINUSE :::8080

          something is already using this port. got to the config.js an change the port in there to something else

          yeah there was an instance running.
          Also, not sure how to quit the app, I am really new to terminal usage, I stopped once using NPM stop but I cant get that to work anymore, I type stuff and nothing happens when I hit enter

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