Read the statement by Michael Teeuw here.
Current weather missing
-
@jeaniouso said in Current weather missing:
config: { location: "New York", locationID: "5133268 ", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: ""
did u put in an appid? you must
-
@sdetweil I did , I just removed it for privacy reasons.
-
@jeaniouso ok, we typically look to see **** in the field rather than empty… “” may be the default, “****”
is never the default… saves us and u one question cycle -
@sdetweil did u open the developers window, console tab, and also look at the terminal window or pm2 logs for any error messages
-
@jeaniouso said in Current weather missing:
I now have another problem.
You have a space after the locationID in the currentweather entry, just before the closed quote. Remove the space. It should look like this
locationID: "5133268",
-
Also, you have 2 different locationID’s. Just thought I would mention that.
-
@sdetweil Got it … I’m learning i’m learning lol
-
@Mykle1 Hi There! yes I wanted to get a near accurate location of the same area or at least the immediate surrounding area versus just having the general NYC temp… I kinda wanted to at least get a neighborhood close to weather the temperature might be … Let me fix that… Thanks as ALWAYS
-
@Mykle1 That DID THE TRICK!!!