Well after stepping away for a while I was thinking to myself.....hmmmmm it's got to be the pin on the Raspberry Pi. So I changed to my backup Pi. I installed the image I was using on the original Pi, tried again, and failed the same way. So now I'm sure it's a setting. So I jump into the terminal and run a check...
sudo i2cdetect -y 1
Error!
It's supposed to look something like this....
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: 40 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: 70 -- -- -- -- -- -- --
So
sudo raspi-config > Interface Options > i2c > Turn on > then reboot......and WORKS!
What a bone head mistake...I should have checked that setting to start with and I wouldn't have had to change the Pi's, oh well...everyone can learn from my mistake

I could have sworn I turned it on, but I guess not. Works now, YAY!