You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intro experience is great, all the way up to setting up the weather API. Here is my experience:
vim ~/.dune-prelude shows an empty file, and trying to write to it, vim says "Can't open file for writing".
I switched to a graphical editor (Zed, in my case) to edit .dune-prelude and/or .dune-secrets since I couldn't figure out how to edit these files starting from dunesh
I tried set-weather-api-key "0123abc" in .dune-secrets but it didn't work
I tried adding WEATHER_API_KEY=0123abc to .dune-secrets but it shows an error
I tried adding my city as the second arg, set-weather-api-key "0123abc" "Sandy, US" but I don't see the weather
My city, "Sandy, US" has 3 variants, how do I specify My "Sandy, US" (Utah)?
Thanks!
The text was updated successfully, but these errors were encountered:
The intro experience is great, all the way up to setting up the weather API. Here is my experience:
vim ~/.dune-prelude
shows an empty file, and trying to write to it, vim says "Can't open file for writing"..dune-prelude
and/or.dune-secrets
since I couldn't figure out how to edit these files starting from duneshset-weather-api-key "0123abc"
in.dune-secrets
but it didn't workWEATHER_API_KEY=0123abc
to.dune-secrets
but it shows an errorset-weather-api-key "0123abc" "Sandy, US"
but I don't see the weatherThanks!
The text was updated successfully, but these errors were encountered: