Here's the detailed instruction on how to build the arduino on a breadboard. I skipped the parts for the power supply as I plan to power mine with 4 AA rechargeable batteries. I also did not include the usb to serial board since I will use my arduino to program the atmega chip on the breadboard.
It is tight but everything fits on the small breadboard with no room to spare. The seven segment I salvaged was meant to display time so I just stuck a small tape on one of the dots of the colon to make it a decimal. Here it is ready to be powered.
Here it is displaying temperature and humidity. I programmed it to read the sensors very 4 seconds but it displays the values alternately every second.
Notes on the AMT1001 sensor:
There isn't a lot on the arduino community using this sensor so I had to dig long and hard to find the calculations to be done on the sketch. The humidity part is straightforward but I find the temperature reading to be a couple of degrees inaccurate. It uses a thermistor and I had to use an external 10Kohm resistor for the temperature reading. I compared the value to the LM35 reading and it's giving me a reading of at least 2 degrees lower. To triple check the values, I compared it to a room thermometer and the LM35 is very close. So I concluded that it's really the AMT1001 that is off. I would probably just use it for the humidity reading and stick with LM35 for the temperature.
Here's a video of it with the thermometer for comparison: http://youtu.be/ShHf0ecPVl8