i’ve got it to work now, thanks to you all :-)
Read the statement by Michael Teeuw here.
Best posts made by jobjha1973
Latest posts made by jobjha1973
-
RE: Weather & Newsfeed
@sonicgoose
thank you, i just did it now and put the API in the config but still no luck :-( -
RE: Weather & Newsfeed
@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 -
RE: Weather & Newsfeed
@Sean
okey thanks i’ll try and try again, and return if it don’t work -
RE: Weather & Newsfeed
maybe i need to put the code in
locationID: “6543928”, like this?
hmm nope
-
RE: 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 -
Weather & Newsfeed
Hi, i’m not great at this, so i’m hoping for your help in here.
i have tried alot to get this to work but no luck.i live in denmark europe, i’m trying to get a danish news feed and local weather on my magic mirror 2
this is my config file and it only shows the clock and my google calendar.hope that someone have an idea for me :-)
thanks guys
module: "compliments", position: "lower_third" }, { module: "currentweather", position: "top_right", config: { location: "New York", locationID: "", //ID from https://openweathermap.org/sample/; unzip the gz file and find your city appid: "YOUR_OPENWEATHER_API_KEY" } }, { 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://tv2.dk/profiles/tv2/modules/custom/t2zerowing/pkg/img/apple-touch-icon-precomposed.png</url" } ], showSourceTitle: true, showPublishDate: true } },