Discuss Scratch

BombyGomby9
Scratcher
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
alboxer2000
Scratcher
500+ posts

project telling the exact tempature of your location

BombyGomby9 wrote:

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
Um, first thing: Scratch cannot use your location
2nd thing: You need to use the Scratch API
BombyGomby9
Scratcher
68 posts

project telling the exact tempature of your location

alboxer2000 wrote:

Um, first thing: Scratch cannot use your location
2nd thing: You need to use the Scratch API
then how about weather in texas
alboxer2000
Scratcher
500+ posts

project telling the exact tempature of your location

BombyGomby9 wrote:

alboxer2000 wrote:

Um, first thing: Scratch cannot use your location
2nd thing: You need to use the Scratch API
then how about weather in texas
Same thing.
BombyGomby9
Scratcher
68 posts

project telling the exact tempature of your location

alboxer2000 wrote:

BombyGomby9 wrote:

alboxer2000 wrote:

Um, first thing: Scratch cannot use your location
2nd thing: You need to use the Scratch API
then how about weather in texas
Same thing.
how about weather in giza or something
alboxer2000
Scratcher
500+ posts

project telling the exact tempature of your location

BombyGomby9 wrote:

alboxer2000 wrote:

BombyGomby9 wrote:

alboxer2000 wrote:

Um, first thing: Scratch cannot use your location
2nd thing: You need to use the Scratch API
then how about weather in texas
Same thing.
how about weather in giza or something
Every location, same thing.
legendary34678
Scratcher
1000+ posts

project telling the exact tempature of your location

Yep, as alboxer2000 said, Scratch cannot detect temperatures.
alboxer2000
Scratcher
500+ posts

project telling the exact tempature of your location

legendary34678 wrote:

Yep, as alboxer2000 said, Scratch cannot detect temperatures.
Actually, it can! But it needs to go in the Scratch API and lots of code.
Jbear_
Scratcher
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,

alboxer2000 wrote:

legendary34678 wrote:

Yep, as alboxer2000 said, Scratch cannot detect temperatures.
Actually, it can! But it needs to go in the Scratch API and lots of code.
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 the
dayssince2000
To calculate the seasons, so that in places, it would potentially be semi-acurate
alboxer2000
Scratcher
500+ posts

project telling the exact tempature of your location

Jbear_ wrote:

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,

alboxer2000 wrote:

legendary34678 wrote:

Yep, as alboxer2000 said, Scratch cannot detect temperatures.
Actually, it can! But it needs to go in the Scratch API and lots of code.
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 the
dayssince2000
To calculate the seasons, so that in places, it would potentially be semi-acurate
Yeah, but I always wonder why they use that block
Knightbot63
Scratcher
1000+ posts

project telling the exact tempature of your location

alboxer2000 wrote:

Jbear_ wrote:

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,

alboxer2000 wrote:

legendary34678 wrote:

Yep, as alboxer2000 said, Scratch cannot detect temperatures.
Actually, it can! But it needs to go in the Scratch API and lots of code.
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 the
dayssince2000
To calculate the seasons, so that in places, it would potentially be semi-acurate
Yeah, but I always wonder why they use that block
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!
alboxer2000
Scratcher
500+ posts

project telling the exact tempature of your location

Knightbot63 wrote:

alboxer2000 wrote:

Jbear_ wrote:

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,

alboxer2000 wrote:

legendary34678 wrote:

Yep, as alboxer2000 said, Scratch cannot detect temperatures.
Actually, it can! But it needs to go in the Scratch API and lots of code.
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 the
dayssince2000
To calculate the seasons, so that in places, it would potentially be semi-acurate
Yeah, but I always wonder why they use that block
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!
Oh, thanks for telling me that!
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_
Scratcher
1000+ posts

project telling the exact tempature of your location

alboxer2000 wrote:

Knightbot63 wrote:

alboxer2000 wrote:

Jbear_ wrote:

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,

alboxer2000 wrote:

legendary34678 wrote:

Yep, as alboxer2000 said, Scratch cannot detect temperatures.
Actually, it can! But it needs to go in the Scratch API and lots of code.
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 the
dayssince2000
To calculate the seasons, so that in places, it would potentially be semi-acurate
Yeah, but I always wonder why they use that block
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!
Oh, thanks for telling me that!
But, again with that block, why do they EVEN use it in FNF (Friday Night Funkin')??
Depends on what they used it for
alboxer2000
Scratcher
500+ posts

project telling the exact tempature of your location

Jbear_ wrote:

alboxer2000 wrote:

Knightbot63 wrote:

alboxer2000 wrote:

Jbear_ wrote:

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,

alboxer2000 wrote:

legendary34678 wrote:

Yep, as alboxer2000 said, Scratch cannot detect temperatures.
Actually, it can! But it needs to go in the Scratch API and lots of code.
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 the
dayssince2000
To calculate the seasons, so that in places, it would potentially be semi-acurate
Yeah, but I always wonder why they use that block
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!
Oh, thanks for telling me that!
But, again with that block, why do they EVEN use it in FNF (Friday Night Funkin')??
Depends on what they used it for
They're used for time sometimes.

Last edited by alboxer2000 (Aug. 31, 2022 18:41:32)

BombyGomby9
Scratcher
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/
alboxer2000
Scratcher
500+ posts

project telling the exact tempature of your location

BombyGomby9 wrote:

heres my test, tell me if its any inaccurate
https://scratch.mit.edu/projects/726888944/
It's 7° off where I'm at.

Last edited by alboxer2000 (Sept. 1, 2022 05:18:52)

BombyGomby9
Scratcher
68 posts

project telling the exact tempature of your location

alboxer2000 wrote:

BombyGomby9 wrote:

heres my test, tell me if its any inaccurate
https://scratch.mit.edu/projects/726888944/
It's 7° off where I'm at.
mine was 32 degrees but it said 28?!
alboxer2000
Scratcher
500+ posts

project telling the exact tempature of your location

BombyGomby9 wrote:

heres my test, tell me if its any inaccurate
https://scratch.mit.edu/projects/726888944/
Now it’s just 5° off where I am.
Knightbot63
Scratcher
1000+ posts

project telling the exact tempature of your location

BombyGomby9 wrote:

heres my test, tell me if its any inaccurate
https://scratch.mit.edu/projects/726888944/
Definitely Inaccurate. 82 °F in my area. And it told me 27 °F
Jbear_
Scratcher
1000+ posts

project telling the exact tempature of your location

Knightbot63 wrote:

BombyGomby9 wrote:

heres my test, tell me if its any inaccurate
https://scratch.mit.edu/projects/726888944/
Definitely Inaccurate. 82 °F in my area. And it told me 27 °F
It’s in Celsius

Powered by DjangoBB