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.

    updated installer script available for testing

    Scheduled Pinned Locked Moved Solved Troubleshooting
    211 Posts 18 Posters 254.5k Views 19 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.
    • B Offline
      bdream
      last edited by

      @sdetweil yeah, that is I don’t know what and how to do. And it sounds like a big lack of knowledge on my side…

      –
      cheers, bdream

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @bdream
        last edited by

        @bdream try, this, may not work

        curl -sL https://deb.nodesource.com/setup_10.x | bash -
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • B Offline
          bdream
          last edited by

          @sdetweil it don’t work

          $ curl -sL https://deb.nodesource.com/setup_10.x | bash -
          
          ## Installing the NodeSource Node.js 10.x repo...
          
          
          ## Populating apt-get cache...
          
          + apt-get update
          bash: apt-get: command not found
          Error executing command, exiting
          
          

          –
          cheers, bdream

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @bdream
            last edited by

            @bdream yeh, figured

            if u have windows 10, you could install the ubuntu support, MM will install and run (in serveronly mode) there.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • B Offline
              bdream
              last edited by

              then I will start thinking update to Windows10, latest in case I get trouble with MM 2.6.0

              –
              cheers, bdream

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @bdream
                last edited by

                @bdream 2.9 is current version.

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • B Offline
                  bdream
                  last edited by

                  that is, why I wnated to update to 2.9

                  –
                  cheers, bdream

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @BD0G
                    last edited by

                    @BD0G said in Anyone want to try updated installer...:

                    XXABI_1.3.9’ not found (required by node) node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: versionGLIBCXX_3.4.21’

                    I have found a fix, allowing jessie to continue to work… added fix to latest installer…
                    thanks for your help

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 2
                    • swvalentiS Offline
                      swvalenti Project Sponsor
                      last edited by

                      Tried using the updated install script but get this error. I did killall node
                      and it said that node: no process found

                      install log being saved to /home/pi/MagicMirror/installers/install.log
                      No LSB modules are available.
                      Updating packages ...
                      Installing helper tools ...
                      Reading package lists... Done
                      Building dependency tree       
                      Reading state information... Done
                      build-essential is already the newest version (12.3).
                      curl is already the newest version (7.52.1-5+deb9u9).
                      git is already the newest version (1:2.11.0-3+deb9u4).
                      unzip is already the newest version (6.0-21+deb9u2).
                      wget is already the newest version (1.18-5+deb9u3).
                      The following packages were automatically installed and are no longer required:
                        coinor-libipopt1v5 libcommon-sense-perl libdbi1 libencode-locale-perl
                        libfile-which-perl libhttp-daemon-perl libhttp-date-perl
                        libhttp-message-perl libio-html-perl libipc-sharelite-perl libjson-perl
                        libjson-xs-perl liblwp-mediatypes-perl libmumps-seq-4.10.0 libraw15 librrd8
                        librrds-perl libtimedate-perl libtypes-serialiser-perl liburi-perl realpath
                      Use 'sudo apt autoremove' to remove them.
                      0 upgraded, 0 newly installed, 0 to remove and 25 not upgraded.
                      Check current Node installation ...
                      Node currently installed. Checking version number.
                      Minimum Node version: v10.1.0
                      Installed Node version: v9.11.2
                      Node should be upgraded.
                      A Node process is currently running. Can't upgrade.
                      Please quit all Node processes and restart the installer.
                      pi@raspberrypi:~ $ 
                      pi@raspberrypi:~ $ killall node
                      node: no process found
                      pi@raspberrypi:~ $ 
                      
                      
                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @swvalenti
                        last edited by sdetweil

                        @swvalenti the code is doing a

                        pgrep "node"
                        

                        to test, do

                        ps -ef | grep node 
                        

                        so, they are usually running as /usr/bin/node, killall won’t kill those

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        swvalentiS 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 11
                        • 12
                        • 13
                        • 14
                        • 15
                        • 21
                        • 22
                        • 13 / 22
                        • 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