Read the statement by Michael Teeuw here.
MMM-MovieListings
-
Hopefully its ok to necro bump this topic instead of opening a new thread, as this is the official module page?
The module was working fine until few days back since seeral years, but now it has stopped working. I have regenerated a new api key from tmdb, yet no luck. -
@Socrates the Official page is the github repo, id check its issues list
do you see any errors listed in the output of npm start?
-
I have tried the script to update it and failed. How do I update this module?
-
@DarkV all modules update the same way
cd to the module folder
cd ~/MagicMirror/modules/{modulename} git pull #if that fails, fix before continuing #if that succeeds, then IF there is a package.json file do npm install (or npm run update if the module documents it this way)
restart MagicMirror
you can disable the updatenotifcations module to avoid having this display
you can also configure it to exclude some modules and also autoupdate some modules -
This is the results
junior@MAGIC-MIRROR:~/MagicMirror/modules/MMM-MovieListings $ git pull
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint:
hint: git config pull.rebase false # merge (the default strategy)
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
hint:
hint: You can replace “git config” with “git config --global” to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
Updating e095eb5…b4f37fc
error: Your local changes to the following files would be overwritten by merge:
package-lock.json
Please commit your changes or stash them before you merge.
Aborting