Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » project telling the exact tempature of your location
- BombyGomby9
-
68 posts
project telling the exact tempature of your location
so i wanna make a project that tells you the exact tempature (in celsius of course) so i searched up “weather engine” and i saw nothing that matches my expectation
just please
just please
- alboxer2000
-
500+ posts
project telling the exact tempature of your location
Um, first thing: Scratch cannot use your location so i wanna make a project that tells you the exact tempature (in celsius of course) so i searched up “weather engine” and i saw nothing that matches my expectation
just please
2nd thing: You need to use the Scratch API
- BombyGomby9
-
68 posts
project telling the exact tempature of your location
then how about weather in texas Um, first thing: Scratch cannot use your location
2nd thing: You need to use the Scratch API
- alboxer2000
-
500+ posts
project telling the exact tempature of your location
Same thing.then how about weather in texas Um, first thing: Scratch cannot use your location
2nd thing: You need to use the Scratch API
- BombyGomby9
-
68 posts
project telling the exact tempature of your location
how about weather in giza or somethingSame thing.then how about weather in texas Um, first thing: Scratch cannot use your location
2nd thing: You need to use the Scratch API
- alboxer2000
-
500+ posts
project telling the exact tempature of your location
Every location, same thing.how about weather in giza or somethingSame thing.then how about weather in texas Um, first thing: Scratch cannot use your location
2nd thing: You need to use the Scratch API
- legendary34678
-
1000+ posts
project telling the exact tempature of your location
Yep, as alboxer2000 said, Scratch cannot detect temperatures.
- alboxer2000
-
500+ posts
project telling the exact tempature of your location
Actually, it can! But it needs to go in the Scratch API and lots of code. Yep, as alboxer2000 said, Scratch cannot detect temperatures.
- Jbear_
-
1000+ posts
project telling the exact tempature of your location
Um, first thing: Scratch cannot use your location
Actually, scratch can approximate your location based on your IP address ( which is how you can get IP blocked or internet blocked), but you could easily use a vpn to change your location,
That would be a ton of work a simple temperature feature that wouldn’t be very helpful, if you want snow, fall, etc, you could use theActually, it can! But it needs to go in the Scratch API and lots of code. Yep, as alboxer2000 said, Scratch cannot detect temperatures.
To calculate the seasons, so that in places, it would potentially be semi-acurate
- alboxer2000
-
500+ posts
project telling the exact tempature of your location
Yeah, but I always wonder why they use that blockUm, first thing: Scratch cannot use your location
Actually, scratch can approximate your location based on your IP address ( which is how you can get IP blocked or internet blocked), but you could easily use a vpn to change your location,That would be a ton of work a simple temperature feature that wouldn’t be very helpful, if you want snow, fall, etc, you could use theActually, it can! But it needs to go in the Scratch API and lots of code. Yep, as alboxer2000 said, Scratch cannot detect temperatures.To calculate the seasons, so that in places, it would potentially be semi-acurate
- Knightbot63
-
1000+ posts
project telling the exact tempature of your location
The reason is because the timer block starts at 0 when the flag is clicked for the first time. While the days since 2000 block keeps going no matter what!Yeah, but I always wonder why they use that blockUm, first thing: Scratch cannot use your location
Actually, scratch can approximate your location based on your IP address ( which is how you can get IP blocked or internet blocked), but you could easily use a vpn to change your location,That would be a ton of work a simple temperature feature that wouldn’t be very helpful, if you want snow, fall, etc, you could use theActually, it can! But it needs to go in the Scratch API and lots of code. Yep, as alboxer2000 said, Scratch cannot detect temperatures.To calculate the seasons, so that in places, it would potentially be semi-acurate
- alboxer2000
-
500+ posts
project telling the exact tempature of your location
Oh, thanks for telling me that!The reason is because the timer block starts at 0 when the flag is clicked for the first time. While the days since 2000 block keeps going no matter what!Yeah, but I always wonder why they use that blockUm, first thing: Scratch cannot use your location
Actually, scratch can approximate your location based on your IP address ( which is how you can get IP blocked or internet blocked), but you could easily use a vpn to change your location,That would be a ton of work a simple temperature feature that wouldn’t be very helpful, if you want snow, fall, etc, you could use theActually, it can! But it needs to go in the Scratch API and lots of code. Yep, as alboxer2000 said, Scratch cannot detect temperatures.To calculate the seasons, so that in places, it would potentially be semi-acurate
But, again with that block, why do they EVEN use it in FNF (Friday Night Funkin')??
Last edited by alboxer2000 (Aug. 31, 2022 18:20:58)
- Jbear_
-
1000+ posts
project telling the exact tempature of your location
Depends on what they used it forOh, thanks for telling me that!The reason is because the timer block starts at 0 when the flag is clicked for the first time. While the days since 2000 block keeps going no matter what!Yeah, but I always wonder why they use that blockUm, first thing: Scratch cannot use your location
Actually, scratch can approximate your location based on your IP address ( which is how you can get IP blocked or internet blocked), but you could easily use a vpn to change your location,That would be a ton of work a simple temperature feature that wouldn’t be very helpful, if you want snow, fall, etc, you could use theActually, it can! But it needs to go in the Scratch API and lots of code. Yep, as alboxer2000 said, Scratch cannot detect temperatures.To calculate the seasons, so that in places, it would potentially be semi-acurate
But, again with that block, why do they EVEN use it in FNF (Friday Night Funkin')??
- alboxer2000
-
500+ posts
project telling the exact tempature of your location
They're used for time sometimes.Depends on what they used it forOh, thanks for telling me that!The reason is because the timer block starts at 0 when the flag is clicked for the first time. While the days since 2000 block keeps going no matter what!Yeah, but I always wonder why they use that blockUm, first thing: Scratch cannot use your location
Actually, scratch can approximate your location based on your IP address ( which is how you can get IP blocked or internet blocked), but you could easily use a vpn to change your location,That would be a ton of work a simple temperature feature that wouldn’t be very helpful, if you want snow, fall, etc, you could use theActually, it can! But it needs to go in the Scratch API and lots of code. Yep, as alboxer2000 said, Scratch cannot detect temperatures.To calculate the seasons, so that in places, it would potentially be semi-acurate
But, again with that block, why do they EVEN use it in FNF (Friday Night Funkin')??
Last edited by alboxer2000 (Aug. 31, 2022 18:41:32)
- BombyGomby9
-
68 posts
project telling the exact tempature of your location
heres my test, tell me if its any inaccurate
https://scratch.mit.edu/projects/726888944/
https://scratch.mit.edu/projects/726888944/
- alboxer2000
-
500+ posts
project telling the exact tempature of your location
It's 7° off where I'm at. heres my test, tell me if its any inaccurate
https://scratch.mit.edu/projects/726888944/
Last edited by alboxer2000 (Sept. 1, 2022 05:18:52)
- BombyGomby9
-
68 posts
project telling the exact tempature of your location
mine was 32 degrees but it said 28?!It's 7° off where I'm at. heres my test, tell me if its any inaccurate
https://scratch.mit.edu/projects/726888944/
- alboxer2000
-
500+ posts
project telling the exact tempature of your location
Now it’s just 5° off where I am. heres my test, tell me if its any inaccurate
https://scratch.mit.edu/projects/726888944/
- Knightbot63
-
1000+ posts
project telling the exact tempature of your location
Definitely Inaccurate. 82 °F in my area. And it told me 27 °F heres my test, tell me if its any inaccurate
https://scratch.mit.edu/projects/726888944/
- Jbear_
-
1000+ posts
project telling the exact tempature of your location
It’s in CelsiusDefinitely Inaccurate. 82 °F in my area. And it told me 27 °F heres my test, tell me if its any inaccurate
https://scratch.mit.edu/projects/726888944/
- Discussion Forums
- » Help with Scripts
-
» project telling the exact tempature of your location