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.

    MM not starting after install

    Scheduled Pinned Locked Moved Troubleshooting
    9 Posts 3 Posters 5.9k 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer
      last edited by

      I’ve never used Jessie lite or run node server only so I am a bit at a loss here. Often, troubleshooting can take longer than re-installation. In which case, I usually recommend a manual install. That has always worked for me, although I only use the full version of Jessie

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • A Offline
        AnduriI
        last edited by

        yeah I know what you mean… I will try a re-install with full jessie and manual install. I will report back after that… thanks a lot.

        bheplerB 1 Reply Last reply Reply Quote 0
        • bheplerB Offline
          bhepler Module Developer @AnduriI
          last edited by

          @AnduriI If you’re worried about overhead and other useless applications on your Pi, the Complete Setup Tutorial has a useful command to uninstall a lot of the stuff you won’t use in a normal Raspbian image. It will pull out the Wolfram engine, LibreOffice, Minecraft, etc.

          1 Reply Last reply Reply Quote 0
          • A Offline
            AnduriI
            last edited by

            @bhepler well me using raspbian lite is just a habit and was not to decrease load. I have 3+ RPis all running headless with raspbian lite.
            But doing a re-install was a good idea. Have a full jessie installed now and setup of MM went fine the manuall way. Also it seems to be starting, but I can’t reach it from my pc. Monitor for MM has not yet arrived.

            pi@Spieglein:~/MagicMirror $  DISPLAY=:0 nohup npm start &
            [1] 3579
            pi@Spieglein:~/MagicMirror $ nohup: ignoriere Eingabe und hänge Ausgabe an „nohup.out“ an
            

            nohup.out:

            
            > magicmirror@2.1.3 start /home/pi/MagicMirror
            > sh run-start.sh
            
            Starting MagicMirror: v2.1.3
            Loading config ...
            Loading module helpers ...
            No helper found for module: alert.
            Initializing new module helper ...
            Module helper loaded: updatenotification
            No helper found for module: clock.
            Initializing new module helper ...
            Module helper loaded: calendar
            No helper found for module: compliments.
            No helper found for module: currentweather.
            No helper found for module: weatherforecast.
            Initializing new module helper ...
            Module helper loaded: newsfeed
            All module helpers loaded.
            Starting server on port 8080 ...
            You're using a full whitelist configuration to allow for all IPs
            Server started ...
            Connecting socket for: updatenotification
            Connecting socket for: calendar
            Starting node helper for: calendar
            Connecting socket for: newsfeed
            Starting module: newsfeed
            Sockets connected & modules started ...
            Launching application.
            Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300$
            Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
            

            config.js:

            /* Magic Mirror Config Sample
             *
             * By Michael Teeuw http://michaelteeuw.nl
             * MIT Licensed.
             *
             * For more information how you can configurate this file
             * See https://github.com/MichMich/MagicMirror#configuration
             *
             */
            
            var config = {
                    address: "localhost", // Address to listen on, can be:
                                          // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
                                          // - another specific IPv4/6 to listen on a specific interface
                                          // - "", "0.0.0.0", "::" to listen on any interface
                                          // Default, when address config is left out, is "localhost"
                    port: 8080,
                    ipWhitelist: [], // Set [] to allow all IP addresses
                                                                           // or add a specific IPv4 of 192.168.1.5 :
                                                                           // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::f$
                                                                           // or IPv4 range of 192.168.3.0 --> 192.168.3.15$
                                                                           // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::f$
            
                    language: "de",
                    timeFormat: 24,
                    units: "metric",
            
                    modules: [
            [didn't changed anything below here yet]
            

            But there is no page available at Spieglein:8080 or [IP]:8080. Did I miss a point in the config?

            1 Reply Last reply Reply Quote 0
            • A Offline
              AnduriI
              last edited by

              adding an address: "0.0.0.0",did it, I can see the black page of MM in my browser… thanks a lot for your help. Now I’m even more waiting for my mirror and screen to arrive…

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