jaor / xmobar

A minimalistic status bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherX plugin displays <Waiting...>

mathletedev opened this issue · comments

Hi! The WeatherX plugin shows <Waiting...>, even after waiting for a long time, after all the other plugins have already loaded.

Here is a minimum reproducible example:

Config {
	font = "xft:Ubuntu:weight=bold:pixelsize=12:antialias=true:hinting=true",
	position = Static { xpos = 10 , ypos = 10, width = 1660, height = 24 },
	bgColor = "#282c34",
	fgColor = "#dcdfe4",
	lowerOnStart = True,
	commands = [
		Run WeatherX "KPUW" [] [] 18000,
	],
	template = "%KPUW%"
}

I have also noticed that visiting https://tgftp.nws.noaa.gov/ returns 403 Forbidden...
image

Nevermind, apparently my locale was changed from en_US.UTF-8 to C. Changing it back in /etc/locale.conf fixed the issue for me.