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

    Posts

    Recent Best Controversial
    • RE: Developer Wanted To Modify Default Newsfeed Module

      @MMRIZE said

      Give me your target feed. I’ll check

      I’m trying two modules out:
      MMM-anotherNewsFeed
      MMM-NewsFeedTicker

      the configs and css are identical (bottom_right and new feed sources

      config.js

      {
      module: "MMM-anotherNewsFeed ",
      header: "ANOTHER News Feed",
      position: "bottom_right",
      config: {
      feeds: [
      {
      title: "New York Times",
      url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml",
      customLogo: "NYT_logo_rss_250x40.png",
      },
      {
      title: "CBC World",
      url: "https://www.cbc.ca/webfeed/rss/rss-world",
      customLogo: "CBC_140x140.png"
      },
      {
      title: "BBC World News",
      url: "https://feeds.bbci.co.uk/news/world/rss.xml",
      customLogo: "bbc_news_120x60.gif",
      }
      ],
      showImage: true,
      showSourceTitle: true,
      showPublishDate: true,
      broadcastNewsFeeds: true,
      broadcastNewsUpdates: true
      					
      }
      },		
      {
      module: "MMM-NewsFeedTicker",
      header: "News Feed Ticker",
      position: "bottom_right",
      //classes: "day_scheduler",
      config: {
      feeds: [
      {
      title: "New York Times",
      url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml",
      customLogo: "NYT_logo_rss_250x40.png",
      													},
      {
      title: "CBC World",
      url: "https://www.cbc.ca/webfeed/rss/rss-world",
      customLogo: "CBC_140x140.png"
      },
      {
      title: "BBC World News",
      url: "https://feeds.bbci.co.uk/news/world/rss.xml",
      customLogo: "bbc_news_120x60.gif"
      }
      ]
      }
      },	
      

      custom.css

      .MMM-anotherNewsFeed. {position:relative}
      .MMM-NewsFeedTicker. {position:relative}
      

      Screenshot 2024-03-23 at 7.54.13 PM.png

      posted in Requests
      G
      greedyvegan
    • RE: MMM-NewsFeedTicker.

      @sdetweil

      thank you, I’m going to try it now

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Developer Wanted To Modify Default Newsfeed Module

      @sdetweil

      I tried to use it but it’s not working for me.
      it just says “no news at the moment”
      it’s fine, I’ll just use the default newsfeed

      posted in Requests
      G
      greedyvegan
    • RE: Developer Wanted To Modify Default Newsfeed Module

      @sdetweil

      I got my hopes up

      posted in Requests
      G
      greedyvegan
    • RE: Developer Wanted To Modify Default Newsfeed Module

      @MMRIZE said

      4c00748e-9331-4f82-8354-00cd14adf777-image.png

      how’d you add images to the article of the default news feed?

      posted in Requests
      G
      greedyvegan
    • RE: MMM-NewsFeedTicker.

      @sdetweil

      the module just says loading, I’m going to delete it and use the regular newsfeed instead, thanks.

      by the way, is there a way that I can add an icon/image to the default newsfeed module?

      • logo of the news source
      • photo from the article
      posted in Troubleshooting
      G
      greedyvegan
    • RE: MMM-NewsFeedTicker.

      @sdetweil

      nothing happened after that, it returned “>” and the cursor

      posted in Troubleshooting
      G
      greedyvegan
    • RE: MMM-NewsFeedTicker.

      @sdetweil
      │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
      │ 0 │ MagicMirror │ fork │ 29 │ stopped │ 0% │ 0b │
      │ 2 │ mm │ fork │ 0 │ stopped │ 0% │ 0b │
      │ 1 │ run-start │ fork │ 0 │ stopped │ 0% │ 0b │
      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
      Screenshot 2024-03-21 at 3.25.22 PM.png

      posted in Troubleshooting
      G
      greedyvegan
    • RE: MMM-NewsFeedTicker.

      @sdetweil
      which row?

      posted in Troubleshooting
      G
      greedyvegan
    • RE: MMM-NewsFeedTicker.

      @sdetweil show me the message from npm start

      after starting mm v2.26.0 it says
      loading config…
      [DEBUG] config template file not exists, no envsubst
      loading module helpers…
      no helper found… initializing new module helper
      then…

      Screenshot 2024-03-21 at 2.16.40 PM.png

      posted in Troubleshooting
      G
      greedyvegan
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 5 / 9