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

YAPi0 Installer Stretch Lite

Scheduled Pinned Locked Moved General Discussion
118 Posts 4 Posters 86.0k Views 3 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.
  • S Away
    sdetweil @bdream
    last edited by Oct 24, 2019, 1:14 PM

    @bdream would u be willing to look at some new options for your environment? see this topic

    https://forum.magicmirror.builders/topic/11433/proposed-new-processing-and-config-for-pi0-armv6-and-serveronly-mode

    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 Oct 24, 2019, 1:20 PM

      @sdetweil Hi Sam, u ask me to exchange my run-start.sh with your mentioned input?
      and do a reboot?

      –
      cheers, bdream

      S 1 Reply Last reply Oct 24, 2019, 1:26 PM Reply Quote 0
      • S Away
        sdetweil @bdream
        last edited by sdetweil Oct 24, 2019, 1:31 PM Oct 24, 2019, 1:26 PM

        @bdream really do you think it is a good idea?

        if u want to try it

        3 changes

        1. replace file (save old one)
        2 chmod +x run-start.sh
        3. edit package,json
            change 
                  "start": "sh run-start.sh",
             to 
                  "start": "./run-start.sh",
        

        for install we would move electron to the optional section, so install will finish ok

          	"optionalDependencies": {
        	  "electron": "^3.0.13"
        	},
        

        wait!!!
        have to edit 3 lines of new file to fix because of forum

        		exec 3< < (node serveronly)   # remove space before (
               		done < &3      # remove space before &
               		exec 3< &-	# remove space before &
        

        you should not have to reboot…

        just

        pm2 restart 0
        

        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 Oct 24, 2019, 1:46 PM

          At the moment I work on a RPi1!
          I maked this changes and mm comes up! 0_1571924685916_run-start.sh.JPG

          I’m just on the way installing Pi0 again. shall I wait until tomorror execuiting u installation script?

          will be off now until tomorrow morniong.

          –
          cheers, bdream

          S 2 Replies Last reply Oct 24, 2019, 1:53 PM Reply Quote 0
          • S Away
            sdetweil @bdream
            last edited by Oct 24, 2019, 1:53 PM

            @bdream wait… for pi1 what is output of uname -m

            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 Oct 24, 2019, 1:56 PM

              @sdetweil said in YAPi0 Installer Stretch Lite:

              uname -m

              pi@RPi1:~/MagicMirror $ uname -m
              armv6l
              
              

              –
              cheers, bdream

              S 1 Reply Last reply Oct 24, 2019, 1:57 PM Reply Quote 0
              • S Away
                sdetweil @bdream
                last edited by Oct 24, 2019, 1:57 PM

                @bdream thank you… so it would work there the same as pi0.

                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 Oct 24, 2019, 1:59 PM

                  that is good.
                  I will run your script and will have tomorrow a Pi0 also running again

                  And it’s great working on old Pi also, even it’s so slow starting.
                  But if it’s running, it’s fine.

                  –
                  cheers, bdream

                  1 Reply Last reply Reply Quote 1
                  • S Away
                    sdetweil @bdream
                    last edited by Oct 24, 2019, 1:59 PM

                    @bdream said in YAPi0 Installer Stretch Lite:

                    I’m just on the way installing Pi0 again. shall I wait until tomorror execuiting u installation script?

                    the install script will fail because of the electron problem

                    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 Oct 24, 2019, 2:01 PM

                      it will run and I have to update the run-start.sh again and package.json

                      –
                      cheers, bdream

                      S 1 Reply Last reply Oct 24, 2019, 2:01 PM Reply Quote 0
                      • 1
                      • 2
                      • 8
                      • 9
                      • 10
                      • 11
                      • 12
                      • 12 / 12
                      12 / 12
                      • First post
                        111/118
                        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