A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
help with MovieInfo module
-
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}
-
It’s fixed now, was some date manipulation