Read the statement by Michael Teeuw here.
help with MovieInfo module
-
Hi !
I have clone and configure in congif.js but he don’t start
Did anyone install it could tell me how to do it please ?Thanks.
(the link to the module)
-
Did you also run
npm install
as described in the readme? -
Yes but I haven’t seen any change.
-
Now the program start but the module is not on the screen, where do i have to put the api-key ?
-
{ module: 'MMM-MovieInfo', position: 'top_right', config: { api_key: "PUTYOURAPIKEYINHERE" } }
-
thank you, but there is just an empty space in the right top.
-
@vicdilou any errors in the terminal or electron console?
-
@strawberry-3.141 Yes
The error is “Error getting movie info 500” -
@vicdilou normally status code 500 menas internal server error
can you replace line 46-48 in node_helper.js with this, then we get probably more information
} else { console.log(error); console.log("Error getting movie info " + response.statusCode); console.log(body); }
-
@strawberry-3.141 i have this message now :
{“status_message”:“Internal error: Something went wrong, contact TMDb.”,“success”:false,“status_code”:11}