MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Sennahoj82
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Sennahoj82

    @Sennahoj82

    0
    Reputation
    440
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Sennahoj82 Unfollow Follow

    Latest posts made by Sennahoj82

    • MMM-Scrobbler doesn't show album art

      Hi.
      I’m using the MMM-Scrobbler Module. It works well. But the album art (album image) isn’t shown. It is only a little square instead of the album art. When I open the MM in Chromium the album art is shown, though. Where is the mistake?

      Thanks for help.

      posted in Troubleshooting
      S
      Sennahoj82
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      I am curious how the first experience is with the mirror. Please let us know.

      posted in Hardware
      S
      Sennahoj82
    • RE: Get URL from Newsfeed (full article)

      Ok.

      I’ve solved the problem. There wasn’t a url decleration in my fetcher.js.
      I put it in to the fetcher.js an it works very well now.
      Thanks for your help.

      Great forum.

      Greetings from Thuringia/Germany

      posted in Development
      S
      Sennahoj82
    • RE: Get URL from Newsfeed (full article)

      Hi yawns.

      I am using these newsfeeds http://www.tagesschau.de/xml/rss2 and https://thib24.de/feed.
      I see no difference between the default newsfeed and my.

      So I myself have tried the default newsfeed and it also won’t work.

      If I put out the url to log information

      var url = this.newsitems[this.activeItem].url;
      Log.info("Article_URL " + url);
      

      the browser provide this information: Article_URL undefined.

      posted in Development
      S
      Sennahoj82
    • Get URL from Newsfeed (full article)

      How do I get the url of the full article of the shown newsfeed?
      With

      var title = this.newsItems[this.activeItem].title;
      

      I get the headline of the newsfeed.

      With

      var description = this.newsItems[this.activeItem].description;
      

      I get the description of the newsfeed.

      But

      var url = this.newsItems[this.activeItem].url;
      

      does not show anything.

      With this URL I want to open the full article of the newsfeed. What do I wrong?

      Greetings from Thuringia/Germany

      posted in Development
      S
      Sennahoj82