I found the solution!
Edit imdb-info-box/imdbinfobox.php and look at line 64
old code:
$raw=file_get_contents_curl('https://www.omdbapi.com/?i='.$id.'&plot='.$plot);
new code:
$raw=file_get_contents_curl('https://www.omdbapi.com/?i='.$id.'&plot='.$plot.'&apikey=000aa000');
Of course you have to add your own omdbapi key.