Read the statement by Michael Teeuw here.
Weather & Newsfeed
-
@jobjha1973
Put your local information incurrentWeatherpart also.
And, As far as I know,TV2 Nyheaderrss feed url is “http://feeds.tv2.dk/nyhederne_seneste/rss” -
@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 :-)
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