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 103.9k 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 Offline
      sdetweil @sdetweil
      last edited by

      @bdream also can u do

      ldd --version

      thanks

      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 said in YAPi0 Installer Stretch Lite:

        you and another user are having the same trouble. both have armv6l devices and are using Buster.

        But I installed the armv7l :dizzy_face:

        @sdetweil said in YAPi0 Installer Stretch Lite:

        npm install --arch=armv7l electron@latest

        @sdetweil said in YAPi0 Installer Stretch Lite:

        there is a browser installed… its that globe on the task bar… Chrome also is a nice browser

        Yes, there is the globe…
        …and it success. localhost:8080 directs to MagicMirror² within all the standard modules :smiling_face:

        Anyway I do the debucg stuff:
        :backhand_index_pointing_up_light_skin_tone: um.
        I had to ctrl-c the action (on ssh console) while the browser (on the pi itself) already run MagicMirror

        pi@RasPiZeroW:~/MagicMirror $ node serveronly
        Starting MagicMirror: v2.9.0
        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 ...
        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 ...
        
        Ready to go! Please point your browser to: http://localhost:8080
        Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
        Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
        
        ^C[SIGINT] Received. Shutting down server...
        Stopping module helper: updatenotification
        Stopping module helper: calendar
        Stopping module helper: newsfeed
        
        
        cd ~/MagicMirror
        export ELECTRON_ENABLE_LOGGING=true
        export ELECTRON_ENABLE_STACK_DUMPING=true
        ~/MagicMirror/node_modules/electron/dist/electron
        

        I got an storage acess error here.
        just reboot and again storage acess error.

        If I’m right, I can config the system running with standard browser.
        Can you tell me what exactly I need to do therefor?
        …and MagicMirror² run in this browser (It’s the Chromium) but not screenfilling.

        And, would it make sense deinstalling Electron then? How? :face_screaming_in_fear:

        Ohh, no. It sais localhost declined access :( why that is was running before?
        Any about this configurations?

        export ELECTRON_ENABLE_LOGGING=true
        export ELECTRON_ENABLE_STACK_DUMPING=true
        

        –
        cheers, bdream

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

          @bdream no reason to uninstall electron…

          to start mm using server only and then chrome

          edit ~/MagicMirror/run-start.sh

          comment out

          #electron js/electron.js $1
          

          then add

          # this starts the server in the background
          node serveronly &
          # waits 10 seconds -- you may need to increase this time
          sleep 10
          #you should test this from a command prompt window
          chromium-browser -kiosk -start_maximized http://localhost:8080
          

          then pm2 start MagicMirror will launch this file.

          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 said in YAPi0 Installer Stretch Lite:

            #you should test this from a command prompt window

            pi@RasPiZeroW:~/MagicMirror $ node serveronly &
            [1] 3121
            pi@RasPiZeroW:~/MagicMirror $ chromium-browser -kiosk -start_maximized http://localhost:8080
            [3127:3127:1020/181325.903037:ERROR:browser_main_loop.cc(596)] Failed to put Xlib into threaded mode.
            
            (chromium-browser:3127): Gtk-WARNING **: 18:13:26.114: cannot open display:
            pi@RasPiZeroW:~/MagicMirror $ Starting MagicMirror: v2.9.0
            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 ...
            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 ...
            
            Ready to go! Please point your browser to: http://localhost:8080
            
            

            –
            cheers, bdream

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

              @bdream
              add

              export DISPLAY=:0
              

              in front of

              chromium...
              

              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 said in YAPi0 Installer Stretch Lite:

                export DISPLAY=:0

                that is I should know. SORRY!

                Get the information that Chromium is not the standardbrowser

                –
                cheers, bdream

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

                  @bdream

                  yes, set as default

                  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

                    ahh, I have to make it standard ;)
                    it works now. That was a hard born (is this I can say in englich? :dizzy_face: )

                    RBB

                    –
                    cheers, bdream

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

                      @bdream very hard!!!.. bug in electron I THINK with glibc on buster…

                      i think if you went back to raspian stretch it would have worked with electron
                      I will test that when my pi 0 gets here

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

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

                        @sdetweil many, many thanks to you Sam!

                        To recab,
                        I need your script, not any Updates and Upgrades of raspbian System, and the last Chat entries?

                        Can I run it on Rpi1 also?

                        And you woumd prefer Streich instead of Buster?

                        –
                        cheers, bdream

                        B S 2 Replies Last reply Reply Quote 0
                        • B Offline
                          bdream @bdream
                          last edited by

                          @bdream excuse my typos!

                          –
                          cheers, bdream

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

                            @bdream said in YAPi0 Installer Stretch Lite:

                            I need your script, not any Updates and Upgrades of raspbian System, and the last Chat entries?
                            Can I run it on Rpi1 also?

                            yes, any pi version, plus odroid, jetson nano, ubuntu, macOS, Sierra-Catalina (all i have tested on)

                            And you would prefer Streich instead of Buster?

                            the bug is caused by a newer version of glibc (2.28), and buster has that, while stretch has 2.27
                            so, i think (will test myself later), with stretch, you would not need to use chrome browser

                            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

                              Great Sam!
                              I have next week some time and will try with Pi0 and Pi1 both ways:

                              1. Buster and additions
                              2. Strech
                                let you know results.

                              For now I will close this threat as solved

                              :smiling_face_with_open_mouth_closed_eyes: :grinning_face: :smiling_face_with_open_mouth: :smiling_face_with_open_mouth_smiling_eyes: :hugging_face: :hugging_face: :hugging_face:

                              –
                              cheers, bdream

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

                                @bdream good or bad news, I can create the problem on stretch on my pi0 w

                                so, more work to do figure out the 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

                                  @sdetweil said in YAPi0 Installer Stretch Lite:

                                  I can create the problem on stretch on my pi0 w

                                  You got your Pi0W :clapping_hands: have fun with this little thing :winking_face:

                                  …so no need to get strech installed instead of buster?

                                  –
                                  cheers, bdream

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

                                    @sdetweil said in YAPi0 Installer Stretch Lite:

                                    chromium-browser -kiosk -start_maximized http://localhost:8080

                                    just added -noerrdialogs getting rid of any messages from the browser.

                                    chromium-browser -noerrdialogs -kiosk -start_maximized http://localhost:8080
                                    

                                    –
                                    cheers, bdream

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

                                      @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

                                        @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 Reply Quote 0
                                        • S Offline
                                          sdetweil @bdream
                                          last edited by sdetweil

                                          @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

                                            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 Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 1 / 6
                                            • 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