You're using a silly library that hardcodes a single I2C address (0x68) into its header file. I'd modify the library so that the I2C address is passed as an argument to its constructor or alternatively to the begin() function. Again, it's very silly that the author didn't do it like this in the first place.