Read the statement by Michael Teeuw here.
Weather & Newsfeed
-
@Sean said in Weather & Newsfeed:
Thanks Sean, now the news feed work but not the weather yet.
can you see if i’m doing something wrong```
module: “compliments”,
position: “lower_third”
},
{
module: “currentweather”,
position: “top_right”,
config: {
location: “Højby”,
locationID: “”, //ID from https://openweathermap.org/city/6543928; unzip the gz file and find your city
appid: “6543928”
}
},
{
module: “weatherforecast”,
position: “top_right”,
header: “Weather Forecast”,
config: {
location: “Højby”,
locationID: “”, //ID from https://openweathermap.org/city/6543928
appid: “6543928”
}
},
{
module: “newsfeed”,
position: “bottom_bar”,
config: {
feeds: [
{
title: “TV2 Nyheder”,
url: “http://feeds.tv2.dk/nyhederne_seneste/rss”
}
],
showSourceTitle: true,
showPublishDate: true -
maybe i need to put the code in
locationID: “6543928”, like this?
hmm nope
-
@jobjha1973
I think 2614478 or 6543928 wil be locationId, not appId.
AppId might be more long. It seems being missed in your configuration. -
@Sean
okey thanks i’ll try and try again, and return if it don’t work -
@jobjha1973
AppID(API key) Should look similar with this;616969b353bc8c809aab84d4033c4f72
-
@Sean
i’ve tried to look for that code size but can only find the short one so it still wont work, i’ll try again tomorrow -
@jobjha1973 You need to register with OpenWeather and they will provide you with an API key.
-
@sonicgoose
thank you, i just did it now and put the API in the config but still no luck :-( -
i’ve got it to work now, thanks to you all :-)