MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. jobjha1973
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Weather & Newsfeed

      @sonicgoose

      i’ve got it to work now, thanks to you all :-)

      posted in Troubleshooting
      J
      jobjha1973
    • RE: Weather & Newsfeed

      @sonicgoose
      thank you, i just did it now and put the API in the config but still no luck :-(

      posted in Troubleshooting
      J
      jobjha1973
    • 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

      posted in Troubleshooting
      J
      jobjha1973
    • RE: Weather & Newsfeed

      @Sean
      okey thanks i’ll try and try again, and return if it don’t work

      posted in Troubleshooting
      J
      jobjha1973
    • RE: Weather & Newsfeed

      maybe i need to put the code in

      locationID: “6543928”, like this?

      hmm nope

      posted in Troubleshooting
      J
      jobjha1973
    • RE: Weather & Newsfeed

      @Sean said in Weather & Newsfeed:

      http://feeds.tv2.dk/nyhederne_seneste/rss”

      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

      posted in Troubleshooting
      J
      jobjha1973
    • 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
      			}
      		},
      
      posted in Troubleshooting
      J
      jobjha1973
    • 1 / 1