Weather Fetcher plugin: How to set my city?

Things I have tried

I’ve tried to configure the Weather Fetcher plugin, so I can capture the current weather in my daily note, but there doesn’t seem to be a place for me to specify my location.

What I’m trying to do

Does anybody know how to tell Weather Fetcher your City?

I’m not going to install it, but can you share a screenshot of the settings?

ie. Do you have to check a box for which service to use? Or do you enter a URL? Because if you’re choosing https://wttr.in it has parameters to enter a city directly in the URL. So maybe you can just format it there.

Otherwise, you might have to enable location services, because with no parameters it tries to detect your location.

This piqued my interest. I found this thread helpful in getting mine to work.

![Weather](https://wttr.in/London.png?0u)

You need to form the correct URL request. This site will help you with this:
https://wttr.in/:help

For example, I received the following: https://wttr.in/Nizhniy-Novgorod?format=4

Then you need to open the Folder in the .obsidian\plugins\weather-fetcher
Open the main.js file and edit two lines with the address (use the search, just find “wttr”)

Importantly, the automatic change of geolocation will disappear in this case.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.