Wireless Stick Lite and Multiple SPI I2C devices

Hello, I am using a Wireless Stick Lite board and I have the doubt if it is possible to connect two SPI sensors (MAX6675) and also an I2C sensor on the same board.

Currently I have a sensor working correctly connected by SPI to the pins:

int thermoDO1 = 4;
int thermoCS1 = 2;
int thermoCLK1= 15;

Thanks