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

MMM-MovieListings

Scheduled Pinned Locked Moved Entertainment
29 Posts 12 Posters 15.9k Views 12 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.
  • T Offline
    Tueti
    last edited by Mar 15, 2017, 8:46 PM

    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 1 Reply Last reply Mar 17, 2017, 7:17 PM Reply Quote 0
    • F Offline
      fischi87 @Tueti
      last edited by Mar 17, 2017, 7:17 PM

      @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
      • T Offline
        Tueti
        last edited by Mar 18, 2017, 5:13 PM

        Could you try deleting the module and re-install? I did a re-upload to a new repository with the same name. Maybe that messed it up.

        I am very sorry for the inconvenience, I think a fresh start might fix it.

        1 Reply Last reply Reply Quote 0
        • Z Offline
          zeular
          last edited by May 1, 2017, 1:31 PM

          Hi
          Is it possible to get plot and genre?
          I can see that there are genres in the code but it is not presented.

          1 Reply Last reply Reply Quote 0
          • P Offline
            Peter
            last edited by Jan 7, 2018, 3:14 PM

            Can somebody tell me what to put in config.js to make this module working?
            Thanks!
            Peter

            C 1 Reply Last reply Jan 7, 2018, 7:29 PM Reply Quote 0
            • C Offline
              cruunnerr @Peter
              last edited by Jan 7, 2018, 7:29 PM

              @Peter

              must be like this:

              {
                                              module: 'MMM-MovieListings',
                                              position: 'top_left',   // This can be any of the regions. Best results in left or$
                                              config: {
              					apiKey: 'YOUR_API_KEY',
              					region: 'DE',
              					language: 'de-DE',
              					interface: 'poster', //'list', 'poster', 'detailed'
              					includeMoviePlot: false,
              					maxPlotLength: 198,
              					header: 'Kinofilme',
              					moviesPerPage: 0,
              					refreshInterval: 1000 * 60 * 60 * 24, //Once a day
              					baseUrl: 'https://api.themoviedb.org/3/movie/now_playing',
              					animationSpeed: 2.5 * 1000,
              					pageChangeInterval: 35 * 1000
              				        }
                                      },
              
              P 1 Reply Last reply Jan 7, 2018, 7:31 PM Reply Quote 0
              • P Offline
                Peter @cruunnerr
                last edited by Jan 7, 2018, 7:31 PM

                @cruunnerr , thanks!
                I have it running!
                Looks good.
                Peter

                1 Reply Last reply Reply Quote 0
                • J Offline
                  jeffreyking
                  last edited by Jul 19, 2018, 6:33 PM

                  Hello i can’t get mine to work

                  B 1 Reply Last reply Jul 20, 2018, 4:11 AM Reply Quote 0
                  • B Offline
                    bhepler Module Developer @jeffreyking
                    last edited by Jul 20, 2018, 4:11 AM

                    @jeffreyking - We’re going to need a little more information than that.
                    Do you have any other modules working?
                    What behavior are you seeing?
                    What does the relevant portion of your config.js say?
                    What errors are showing up in your log files?

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      jeffreyking
                      last edited by Jul 20, 2018, 2:39 PM

                      Thank you for replying I got it to work and it is awesome I made a error with the brackets { but I sorted it out .
                      i am running my magic mirror on a laptop with Ubuntu as the os I am new to this and mm-movielistings was the first module I have installed.

                      1 Reply Last reply Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      • 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