ublox

can i hook this ublox neo-6m-gps hmc5883l to an arduino uno?? I can not find this anywhere

I can not find this anywhere

Google only gave 72000 hits for "ublox neo-6m-gps hmc5883l arduino"

but none with schematics

First mention of a schematic.
The answer to your question is "yes"

so if i ask "does anybody have the schematics to hook the ublox neo-6m-gps hmc5883l to an arduino uno" if anybody has these as all wires are red it would be greatly appreciated

Your google skills must be very weak. Several schematics come up in response to AWOL's search terms.

There is hardly anything less relevant than wire color.

ok then tho help in my future search can someone recommend a key term to search how to connect these two modules together i really am not being lazy and turning to a mass group to to answer questions

can someone recommend a key term to search how to connect these two modules together

See reply #1.

Your punctuation keys seem to be broken, so I've printed off some spares you can use:

. . . . . . . , , , , , , , , , ,

HTH.

connect power and GPS TX to arduino pin 2.
then try this code

#include <SoftwareSerial.h>
SoftwareSerial GPS = SoftwareSerial(2,3);

void setup()
{
 GPS.begin(4800); // can also be 9600
 Serial.begin(115200);  // fastest serial to PC. 
}

void loop()
{
 if(GPS.available())  Serial.write(GPS.read());
}

PhantomLAX:
ok then tho help in my future search can someone recommend a key term to search how to connect these two modules together i really am not being lazy and turning to a mass group to to answer questions

Yes, search on whatever key term you think most appropriate, and then click on "Images". In all of my searches, I always go to Images first, and find things about 10X faster than using "Web".

https://www.google.com/search?q=schematic+arduino+ublox+neo-6m-gps+hmc5883&source=lnms&tbm=isch

https://images.search.yahoo.com/search/images;?p=schematic+arduino+ublox+neo-6m-gps+hmc5883&fr=sfp&fr2=piv-web