Hi Matti,
This text "Sommarprataren uppdaterades 21 februari, 2015" is likely added by using the_title WP filter and this filter is also used by Multi Rating. The problem is, whatever is adding this text (could be the theme or another plugin I do not know) is not allowing anything else to use the_title filer.
As a workaround if you have basic knowledge of PHP, you can modify the theme page templates to add the star ratings next to the post titles. e.g. <?php do_shortcode( '[mr_rating_result]' ); ?>
Thanks,
Daniel