Home_weather_Display.py not running

Hi great product, just having a little problem with the basic “Home Weather station”

have done the initial initialization

http://www.dexterindustries.com/GrovePi/get-started-with-the-grovepi/setting-software/

I than moved onto the instructions for displaying temperature/humidly settings

http://www.dexterindustries.com/projects/home-weather-display/

The problem is when I get to “RUNNING THE PROGRAM” the one file is not there

cd /GrovePi/Projects/Home_Weather_Display
sudo python Home_Weather_Display.py

At this point the terminal tells me the file does not exist.

If I run “sudo python grove_temperature_sensor.py” i get some readings.

Am I missing something?

Thanks!

Good morning @graham

It’s hard to diagnose at a distance just like that so I have to ask you a couple of questions first.
Are you running Raspbian for Robots?

This command you put in your message shouldn’t work. Did you get any error message after this one?
Try
cd /home/pi/Desktop/GrovePi/Projects/Home_Weather_Display instead

then type in
ls

you should then see the file listed.

Let us know if you need further help
Cleo

Thanks for the information

I was able to get the temperature and humidy readouts in the terminal and on the small RGB display, this is great!

this command is what I needed

cd /home/pi/Desktop/GrovePi/Projects/Home_Weather_Display instead

On this page it is something different that is where I was reading it.
http://www.dexterindustries.com/projects/home-weather-display/

Thanks guys!

Graham

Great to see it’s now working! And thanks for pointing out the error in the tutorial. I have fixed it now (slightly differently than what’s in here, but they mean the same thing)

Have fun with your weather display!
Cleo