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.

    Third-Party Module - how to get help?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    64 Posts 3 Posters 28.7k Views 4 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 @ember1205
      last edited by

      @ember1205
      do a get pull…

      No
      “do a git pull”

      Do

      cd ~/MagicMirror/modules/MMM-ImagesPhotos
      git pull
      

      That copies the latest from a remote repo and updates the local copy and working directory.

      I don’t understand how electron thinks it should be in portrait mode. Never seen that

      Sam

      How to add modules

      learning how to use browser developers window for css changes

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

        @sdetweil yeh, you should NOT zoom in

        I wonder if this has anything to do with the fake kms driver?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • E Offline
          ember1205
          last edited by

          @sdetweil

          git pull says everything up to date and didn’t do anything. No image size info available.

          I tried reverting TO the fake driver as I was not using it (real one instead) and that hasn’t made any difference. I also tried editing the startup file to remove the rotate setting, also didn’t help.

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

            @ember1205 did u install.my MMM-ImagesPhotos or the original?

            I JUST updated mine before telling u, and I just checked the new code is there.

            In the MMM-ImagePhotos folder do
            git remote -v
            Should point to sdetweil

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            E 1 Reply Last reply Reply Quote 0
            • E Offline
              ember1205 @sdetweil
              last edited by

              @sdetweil

              I followed the directions on the page for your module:

              Clone this repository inside your MagicMirror's modules folder
              
              cd ~/MagicMirror/modules
              
              git clone https://github.com/roramirez/MMM-ImagesPhotos.git.
              

              I saw the reference to roramirez, but as I said - I don’t do a lot with git, so I have to go with what’s on the page. Did that install the original?

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

                @ember1205 yes, u installed the original… when one develops enhancements of a git project, you make a connected copy (fork), anything u change can be sent back to the author with a ‘pull request’. I didn’t change any of his install instructions.

                when u are on a git project, there is a button, clone or download(the fork, not the original), u press that, and then click the little clipboard icon to copy the url for the git clone command

                at any time, you can see where your instance is sourced from by doing

                git remote -v
                

                in the module folder

                so, I would rename the current folder out of the way (the original doesn’t work at all for me)

                cd ~/MagicMirror/modules
                mv MMM-ImagesPhotos MMM-ImagesPhotos.orig
                git clone https://github.com/sdetweil/MMM-ImagesPhotos
                

                and then restart the mirror

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                E 1 Reply Last reply Reply Quote 0
                • E Offline
                  ember1205 @sdetweil
                  last edited by

                  @sdetweil

                  Sigh. Best laid plans… lol

                  At any rate - I actually rm’ed the original dir and re-did the clone using YOUR version. Came right up and started working properly right out of the gate.

                  Thanks for not only all of the help, but all of the patience. I do learn quickly, and this should now remain fairly firmly entrenched in my brain going forward.

                  Now I’m off to see how to modify the CSS of MM to change some of the font aspects for text!

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

                    @ember1205 cool. thanks for the feedback… come on back when u need help, there are amazing talented folks who can help with just about everything!

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • E Offline
                      ember1205
                      last edited by

                      I know this is marked ‘solved’, but I wanted to mention that A ) the module does still crash with “out of memory” errors and B ) a little bit of investigative tinkering makes me think that this all ties back to a garbage collection issue with Java.

                      If I change the timing of how often the images change, I can effectively ‘force’ or almost eliminate a crash. The shorter the duration between photos, the more likely a crash will occur. I changed the timing to 45 seconds and saw the setup run reliably from power on at 7AM until power off at 11PM for multiple days in a row.

                      Shortening the window down to 5 seconds between images will cause the system to crash typically within about 10-15 minutes at a maximum.

                      At no time do I actively witness memory levels dropping down to zero, but that could just be “bad luck” in not seeing the issue arise when it errors out. Is there an easy way on the Pi to track a process and watch for a specific, correlating event when something crashes?

                      S 1 Reply Last reply Reply Quote 0
                      • E Offline
                        ember1205
                        last edited by

                        Also - I caught this error with your debug output:

                        Failed to load resource: the server responded with a status of 404 (Not Found) :8080/MMM-ImagesPhotos/photos:1 
                        

                        That’s at the beginning of the console output along with another error I have seen later in the console:

                        MMM-ImagesPhotos Could not load photos
                        photosrequest.onreadystatechange @ :8080/modules/MMM-ImagesPhotos/MMM-ImagesPhotos.js:65
                        

                        Any thoughts on those?

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 4 / 7
                        • 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