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
    28 Posts 4 Posters 10.0k 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.
    • mumblebajM Offline
      mumblebaj Module Developer
      last edited by

      I have been looking for a module that displays latest movie releases etc and saw MMM-MovieListings from @Tueti which was last updated 7 years ago and not working. I decided to revive this module and pull it into the here and now.

      Updates to original Module:
      Original module can be found here.

      I have submitted a PR but do not know if the owner will accept as the module was last updated 7 years ago.

      My fork can be found here

      Some screenshots:
      4c2e67aa-31f2-4aa1-83ab-256c962bad57-image.png

      680c2a3c-c758-4a0a-9bf3-5658bf92267b-image.png

      Check out my modules at: https://github.com/mumblebaj?tab=repositories
      Check my blog-post: https://mumblebaj.xyz/
      Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

      BerkSmash1984B mumblebajM 2 Replies Last reply Reply Quote 2
      • BerkSmash1984B Offline
        BerkSmash1984 @mumblebaj
        last edited by

        @mumblebaj Thanks for creating this fork! I cannot seem to get the module to work, however. Here is what I am seeing in the dev console:

        f536cbe3-bc57-414c-9f82-cd4ca6d29bbf-image.png

        da79b619-e472-43f0-a0c2-3b2bfde7fc63-image.png

        Here is my config:

        3872504d-b3ce-4420-9d8f-6a5adc564d5d-image.png

        Any ideas? I am using the API Read Access Token instead of the API Key from TMBD, as required per your GitHub.

        mumblebajM KristjanESPERANTOK 3 Replies Last reply Reply Quote 0
        • mumblebajM Offline
          mumblebaj Module Developer @BerkSmash1984
          last edited by

          @BerkSmash1984 Hi. I have just cloned the module and tested with your config and it is working fine for me. Are you on the latest version of the module? Can you do a git status in the module folder and let me know if it says Your branch is up to date with 'origin/master'.

          Check out my modules at: https://github.com/mumblebaj?tab=repositories
          Check my blog-post: https://mumblebaj.xyz/
          Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

          BerkSmash1984B 1 Reply Last reply Reply Quote 0
          • mumblebajM Offline
            mumblebaj Module Developer @BerkSmash1984
            last edited by

            @BerkSmash1984 Hi. I have just done a fresh clone of the module and tested it. It is working fine with your config. The error seems to indicate that the first call failed, this is the one that fetches the latest 20 movies. Can you do a git status in the module folder and see if you get Your branch is up to date with 'origin/master'.?

            Check out my modules at: https://github.com/mumblebaj?tab=repositories
            Check my blog-post: https://mumblebaj.xyz/
            Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

            1 Reply Last reply Reply Quote 0
            • KristjanESPERANTOK Offline
              KristjanESPERANTO Module Developer @BerkSmash1984
              last edited by

              @BerkSmash1984 said in MMM-MovieListings:

              I cannot seem to get the module to work

              Just an idea: Which node version are you using?

              BerkSmash1984B 1 Reply Last reply Reply Quote 0
              • BerkSmash1984B Offline
                BerkSmash1984 @mumblebaj
                last edited by

                @mumblebaj Thanks for the response and sorry for the delay on my side.

                I am in fact using the latest version:

                4f00d8b4-3e5e-497c-93e9-7308ebb6c7dc-image.png

                1 Reply Last reply Reply Quote 0
                • BerkSmash1984B Offline
                  BerkSmash1984 @KristjanESPERANTO
                  last edited by

                  @KristjanESPERANTO I am on v.20.18.0

                  6586dfeb-f280-487b-9a30-269a45f11c56-image.png

                  mumblebajM 1 Reply Last reply Reply Quote 0
                  • mumblebajM Offline
                    mumblebaj Module Developer @BerkSmash1984
                    last edited by

                    @BerkSmash1984 Which version of MM are you running?

                    MM requires a minimum version of 20.9.xx. Yours is currently lower.

                    ⚠️ This release needs nodejs version v20 or v22, minimum version is v20.9.0.

                    Check out my modules at: https://github.com/mumblebaj?tab=repositories
                    Check my blog-post: https://mumblebaj.xyz/
                    Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                    BerkSmash1984B 1 Reply Last reply Reply Quote 0
                    • BerkSmash1984B Offline
                      BerkSmash1984 @mumblebaj
                      last edited by BerkSmash1984

                      @mumblebaj I am on v2.25.0, not the latest, but the one before the latest, I think.

                      All other modules are working great.

                      I can update to the latest, just don’t want any modules to break. I have 10 unique pages showing multiple modules

                      mumblebajM S 2 Replies Last reply Reply Quote 0
                      • mumblebajM Offline
                        mumblebaj Module Developer @BerkSmash1984
                        last edited by

                        @BerkSmash1984 And which node version? You can run node -v

                        Check out my modules at: https://github.com/mumblebaj?tab=repositories
                        Check my blog-post: https://mumblebaj.xyz/
                        Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                        BerkSmash1984B 1 Reply Last reply Reply Quote 0
                        • BerkSmash1984B Offline
                          BerkSmash1984 @mumblebaj
                          last edited by

                          @mumblebaj
                          v20.18.0

                          mumblebajM BerkSmash1984B 2 Replies Last reply Reply Quote 0
                          • mumblebajM Offline
                            mumblebaj Module Developer @BerkSmash1984
                            last edited by

                            @BerkSmash1984 I am not sure what updating node would do to your 2.25.0 version of MM. I assume it should be fine. I updated the module using node 20.9.0. I unfortunately do not have an older version of MM running. My dev machine runs the latest version.

                            @sdetweil Would MM v2.25.0 run fine with node 20.9.0? I am hoping you may have the answer at hand.

                            Check out my modules at: https://github.com/mumblebaj?tab=repositories
                            Check my blog-post: https://mumblebaj.xyz/
                            Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                            BerkSmash1984B 1 Reply Last reply Reply Quote 0
                            • BerkSmash1984B Offline
                              BerkSmash1984 @mumblebaj
                              last edited by

                              @mumblebaj
                              I am assuming @sdetweil’s MM update script will also update node? I am happy to give that a go if so. I can easily make a backup for my MM to my local machine just in case.

                              1 Reply Last reply Reply Quote 0
                              • BerkSmash1984B Offline
                                BerkSmash1984 @BerkSmash1984
                                last edited by

                                @BerkSmash1984 updated to latest MM version via @sdetweil upgrade script but looks like it did not touch the Node version. All modules function post update with the exception of the of the MMM-MovieListings module.

                                Also, it states a Node update is not necessary:

                                c7da2abb-9366-4221-a4cf-9bad4ce27009-image.png

                                S mumblebajM 2 Replies Last reply Reply Quote 0
                                • S Offline
                                  sdetweil @BerkSmash1984
                                  last edited by

                                  @BerkSmash1984 said in MMM-MovieListings:

                                  I can update to the latest, just don’t want any modules to break. I have 10 unique pages showing multiple modules

                                  use my backup/restore scripts
                                  and install/upgrade scripts

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

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

                                    @BerkSmash1984 when u start mm, npm start

                                    we added messages that dump the runtime env

                                    from my linux system

                                    [2024-10-07 13:14:07.805] [INFO]  System information:
                                    ### SYSTEM:   manufacturer: System manufacturer; model: System Product Name; virtual: false
                                    ### OS:       platform: linux; distro: Ubuntu; release: 22.04.4 LTS; arch: x64; kernel: 5.15.0-122-generic
                                    ### VERSIONS: electron: 31.6.0; used node: 20.17.0; installed node: 22.9.0; npm: 10.8.3; pm2: 5.4.2
                                    ### OTHER:    timeZone: America/Los_Angeles; ELECTRON_ENABLE_GPU: undefined 
                                    

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

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

                                      @sdetweil said in MMM-MovieListings:
                                      Here is what mine shows:

                                      10365071-1c5d-487d-b78b-6a656ee42c2e-image.png

                                      Do you think it is worth updating to Node 22.9.0? What is the safest way to do so?

                                      S mumblebajM 2 Replies Last reply Reply Quote 0
                                      • S Offline
                                        sdetweil @BerkSmash1984
                                        last edited by

                                        @BerkSmash1984 no. not worth it

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        1 Reply Last reply Reply Quote 0
                                        • mumblebajM Offline
                                          mumblebaj Module Developer @BerkSmash1984
                                          last edited by

                                          @BerkSmash1984 I would give node 20.9.0 a go.

                                          Check out my modules at: https://github.com/mumblebaj?tab=repositories
                                          Check my blog-post: https://mumblebaj.xyz/
                                          Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                                          BerkSmash1984B 1 Reply Last reply Reply Quote 0
                                          • BerkSmash1984B Offline
                                            BerkSmash1984 @mumblebaj
                                            last edited by

                                            @mumblebaj
                                            Just hesitant that the update will break other modules my MM is using. Sounds like Node updates could be more hassle than they are worth if your MM is functioning, minus a model or 2 ;)

                                            What is the safest way to update Node to 20.9.0? Node Version Manager?

                                            mumblebajM 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
                                            • 1 / 2
                                            • 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