This is what I have in my config.yml file:
template_variables:
rating1: critic
rating2: audience
rating3: user
rating1_image: imdb
rating2_image: rt_popcorn
rating3_image: tmdb```
However, my rating for "The Fall (2008)" is showing IMDb: 6.2 and RT: 85%. However, if you go to the IMDb page (https://www.imdb.com/title/tt0460791/) for the movie, the actual rating is 7.8, and the RT ratings are 62% critic and 85% audience (https://www.rottentomatoes.com/m/the-fall-2008). Note how the RT rating of 62% matches the IMDb of 6.2? I think it's using that value instead of the one from IMDb, but I can't figure out why. I suspect I'm doing something dumb, but my ultimate goal is to have three ratings for each movie: IMDb, RT audience, and TMDB.