Read the statement by Michael Teeuw here.
Current Weather
-
So I have 2 different API keys from OpenWeatherMap one for current weather and one for weather forecast. However I can’t seem to get the currentweather module to show up. I’ve tried swaping the API keys between the currentweather and weatherforecast modules and can’t seem to get it to work. I’ve even tried disabling the weatherforecast module all together to get it to work but haven’t had any luck. I haven’t done much with the config to this point but have the following.
FYI Using RPi 2
modules: [ ... { module: "currentweather", position: "top_left", config: { location: "", locationID: "my location id from city list", //ID from http://www.openweathermap.org/help/city_list.txt appid: "My API Key 1", updateInterval: 10000 // note: i set this to try to get it to update } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "", locationID: "Same as currentweather", //ID from http://www.openweathermap.org/help/city_list.txt appid: "My API Key 2", showRainAmount: true } }, ... -
This seems to be the thread that relates to this… Ignore this and reply to the link below.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login