Awesome! I multiplied the position by 100 and got it to work. But my image is still small and my image is out of sync with the body. For instance, the body jumps higher than my image (I added some restitution). How do I scale my image to the same size as the body shape?
Edit: It's small because I made it 16 x 16px and since I'm not used to working with pixel art I thought it would look bigger. But I till can't figure out how to scale it to the same size as the shape.
Was this problem solved? If not I believe your problem there is that you also have to do body.size or something along those line and convert that from meters to pixels as well.

Hope that works!