My Local Weather App :)

I have finished this app now for the purposes of the course but I’ll probably keep updating it as the course goes on. It’s quite a fun little project :slight_smile: It looks better on a mobile sized screen I think.

Weather App

How does it work buddy? I only see radio buttons for fahrenheit and celsius, the rest is black.

Ah bahah it works on geolocation I forgot to back that up

Was that supposed to mean something? :smiley: I haven’t got that far in the curriculum so I have no idea what that means.

It returns your latitude and longitude :slight_smile: what browser are you using?

Chromium on Linux. Chrome is based on Chromium so it should work here if it works in Chrome.

I’m on chrome so i’m not sure why :confused: are you trying to view it over HTTPS?

Should work now hopefully :slight_smile:

That was the issue. Chromium doesn’t display for some reason whether it’s https or http. I entered https and allowed location. Now it works. :smiley:

Can’t wait to make something like this on my own. Looks awesome. I would put some black background on location name aswell. Can’t see it right when it’s completely white.

1 Like

Is the text shadow not working?

and cheers it is pretty fun as well as infuriating baha :slight_smile:

Yes it is working but it’s still hard to see. Giving it rgba background like on temperature number should be better.

How about now? or a bit more? Don’t want it to be too dark :stuck_out_tongue:

Add this to your CSS, you’ll see what i’m talking about

#location, ``#dateTime { width: max-content; padding: 5px 10px; background-color: rgba(0, 0, 0, 0.5); }

See