Weather widget #1030
Weather widget
#1030
|
What should I enter in the "weatherLocation": "" field for the weather widget to work correctly? |
Answered by
BlackInOne69
Jan 7, 2026
Replies: 2 comments 1 reply
|
If you don’t have a shell.json inside the Caelestia config directory, you need to create it manually. Path: nano ~/.config/caelestia/shell.json and paste this if you created a brand new. |
0 replies
Answer selected by
Arstemon
|
Created nano ~/.config/caelestia/shell.json (because I didn't have one) and copy-paste, then reboot but still having wrong location and F instead of C. I installed the whole dotfiles from the install.fish. Could it be why it's not reacting the same? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don’t have a shell.json inside the Caelestia config directory, you need to create it manually.
Path:
nano ~/.config/caelestia/shell.json
and paste this if you created a brand new.
{
"services": {
"weatherLocation": "Bharatpur,NP",
"useFahrenheit": false
}
}