MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    MMM-MovieListings

    Entertainment
    9
    26
    11160
    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.
    • T
      Tueti last edited by yawns

      Description:

      A module for displaying movies that are currently airing in theaters near you. I decided to only show the top 20 movies as these are the ones being aired in most movie theaters around you.

      Currently two different views are supported (a simple list with as many movies as you’d like to show at once) and a more advanced poster view, like shown here:

      Screenshot:

      MMM-MovieListings

      Download:

      Version 1

      • A third view (a detailed list, without an image but more info that movie titles only) is on the table and will be added probably next week.
      F 1 Reply Last reply Reply Quote 1
      • F
        fischi87 @Tueti last edited by

        @Tueti hello, how can i install this module? i get with ssh en error that tis link no .git link are?

        thanks

        1 Reply Last reply Reply Quote 0
        • T
          Tueti last edited by Tueti

          Hi @fischi87,

          the installation should be normal git and therefore exactly as with any other module:

          1. First move into the correct directory => cd ~/MagicMirror/modules
          2. Fetch data from Github => git clone https://github.com/Tueti/MMM-MovieListings.git
          3. Move into module directory and install dependencies => cd MMM-MovieListings && npm install

          This can either be run on the device that runs your MagicMirror or via ssh connected to that device. Are you able to install any other modules or could you post your commands and the console output here?

          Thank you!
          Christian

          P.S.: I updated the README.md now, thanks for the hint that it wasn’t included 🙂

          F 1 Reply Last reply Reply Quote 0
          • F
            fischi87 @Tueti last edited by

            @Tueti thank for ur reply. im so sorry i forgot to write “git clone” i just wrote " git" i solved right now. thanks

            1 Reply Last reply Reply Quote 0
            • T
              Tueti last edited by

              Glad it helped 😃

              F 1 Reply Last reply Reply Quote 0
              • F
                fischi87 @Tueti last edited by fischi87

                @Tueti hello again, i tried to display ur module but i got always this error:

                error: kann .git/FETCH_HEAD nicht öffnen: Keine Berechtigung
                

                and yes i have a api v3 🙂

                1 Reply Last reply Reply Quote 0
                • T
                  Tueti last edited by Tueti

                  @fischi87 did you sudo the git clone?

                  As a work around I think it would help if you reset the permissions for the .git directory:

                  cd ~/MagicMirror/modules/MMM-MovieListings and then sudo chown -R pi:pi .git/ (only if you left the user of your raspberry pi as pi - else use the username of your user).

                  But I will investigate this issue, that is weird indeed. Sorry for that 😕

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tueti last edited by

                    I re-uploaded the entire module again to a fresh git repository (same url: https://github.com/Tueti/MMM-MovieListings), so if the work around does not work, please try re-installing and let me know if that solved the issue.

                    F 2 Replies Last reply Reply Quote 0
                    • F
                      fischi87 @Tueti last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • F
                        fischi87 @Tueti last edited by

                        @Tueti

                        when ich try git pull because of a update i get this

                        pi@Magic-Mirror:~/MagicMirror/modules/MMM-MovieListings $ git pull
                        
                        *** Please tell me who you are.
                        
                        Run
                        
                          git config --global user.email "you@example.com"
                          git config --global user.name "Your Name"
                        
                        to set your account's default identity.
                        Omit --global to set the identity only in this repository.
                        
                        fatal: empty ident name (for ) not allowed
                        pi@Magic-Mirror:~/MagicMirror/modules/MMM-MovieListings $ 
                        
                        

                        and yes i did sudo chown -R pi:pi .git/

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 1 / 3
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy