extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Add Meteorology Extension

Open c00lkase opened this issue 1 year ago • 5 comments

This is my first extension and its based around meteorology as it interests me. It allows you to communicate with the weather.gov api, convert between temperature units, and have access to geolocation permissions. I would like feedback for changes if possible.

Blocks from the extension.

c00lkase avatar Apr 06 '24 04:04 c00lkase

It doesn't work for the desktop version, the request geolocation block doesn't do anything and the extension freaks out as a result

Meehdrescher avatar Apr 19 '24 19:04 Meehdrescher

If you already accepted geolocation it wont ask again hence why it may not work, and it has a fallback if it's not accepted so it shouldn't freak out. What browser are you on?

c00lkase avatar Apr 20 '24 21:04 c00lkase

the desktop version

No browser at all, maybe that is an issue with the Turbowarp App but other extensions with similar functionalities work just fine

Meehdrescher avatar Apr 20 '24 22:04 Meehdrescher

Oh then that is an issue with it, geolocation can only work on a chromium browser. Don't really know how to fix that.

c00lkase avatar Apr 21 '24 02:04 c00lkase

Oh then that is an issue with it, geolocation can only work on a chromium browser. Don't really know how to fix that.

Weird. The desktop version is based on Electron, that is based on Chromium. I don't think Electron apps can request geolocation, as stated in here.

Geolocation support in Electron requires the use of Google Cloud Platform's geolocation webservice. [...], place the following code in your main process file, before opening any browser windows that will make geolocation requests.

So your extension is good and the issue can't be fixed.

NotFenixio avatar May 16 '24 17:05 NotFenixio

Closed for being stale.

yuri-kiss avatar Feb 05 '25 00:02 yuri-kiss