Read the statement by Michael Teeuw here.
MMM-MovieListings
-
Glad it helped :D
-
@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 :-)
-
@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 thensudo 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 :/
-
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.
-
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/
-
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.
-
Hi
Is it possible to get plot and genre?
I can see that there are genres in the code but it is not presented. -
Can somebody tell me what to put in config.js to make this module working?
Thanks!
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 } },
-
@cruunnerr , thanks!
I have it running!
Looks good.
Peter