Read the statement by Michael Teeuw here.
MMM-MovieListings
-
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:
-
@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:
Here is my config:
Any ideas? I am using the API Read Access Token instead of the API Key from TMBD, as required per your GitHub.
-
@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 saysYour branch is up to date with 'origin/master'.
-
@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 getYour branch is up to date with 'origin/master'.
? -
@BerkSmash1984 said in MMM-MovieListings:
I cannot seem to get the module to work
Just an idea: Which node version are you using?
-
@mumblebaj Thanks for the response and sorry for the delay on my side.
I am in fact using the latest version:
-
@KristjanESPERANTO I am on v.20.18.0
-
@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.
-
@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
-
@BerkSmash1984 And which node version? You can run
node -v