Read the statement by Michael Teeuw here.
Weather module queries
-
Just a couple of probably very quick-n-simple queries regarding the default weather module
Firstly, current weather does not show location yet it’s all in the code
{ module: 'weather', header: 'Current weather for: ', position: 'top_right', config: { type: 'current', location: 'My_Place', locationID: '1234567', //ID from https://www.openweathermap.org apiKey: '####################' } },Next, forecast does show location, but how do I remove the “,GB” part of the location?
(And I’ll do the same for current weather too.){ module: 'weather', position: 'top_right', header: 'Weather Forecast for: ', config: { type: 'forecast', location: 'My_Place', locationID: '1234567', //ID from https://www.openweathermap.org apiKey: '####################' } },Thank you.
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