Read the statement by Michael Teeuw here.
weather forecast and current weather modules
-
Perfect! Learning is the reason I am here, too. Enjoy yourself
-
@Mykle1 hi how to get appid for current weather module
-
@ramanasha said in weather forecast and current weather modules:
hi how to get appid for current weather module
From the readme:
‘API key, which can be obtained by creating an OpenWeatherMap account.’
-
This post is deleted! -
@hango DO NOT EDIT the module files…
edit the config.js and put setting in the module config block
{ module: ???? , position: ..... , config: { xyz: iiiii, < ---- stuff goes here } }
the value in the config will replace the ones in the code
you NEVER have to edit the actual module source code
-
@hango in your post of 'config, you put it in the global section,
not in the little config:{} section related to each module
this is why u are having trouble…
-
This post is deleted! -
@hango its NOT supposed to go in the global section…
-
This post is deleted! -
@hango because it specific to ONE module, and should go in the ONE module config:{}