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
    • RE: MMM-NewsFeedTicker.

      @sdetweil said

      request
      rrule-alt
      valid-url

      this still doesn’t work

      posted in Troubleshooting
      G
      greedyvegan
    • tough-cookie

      a few modules have the error of “tough-cookie” that has no fix available,
      is this something to worry about or should I uninstall the modules;
      since there’s no fix for it?

      Screenshot 2024-03-20 at 11.12.25 PM.png

      posted in Troubleshooting
      G
      greedyvegan
    • RE: custom css for module question

      @MMRIZE said

      It needs some tricks. ;)

      thank you :raising_hands:

      this module has not been designed for this. So I can’t help about it.
      I recommend hiding empty cells to save some unnecessary (empty) lines.

      understood

      even though I hate this kind of looks…
      But… Is it really useful or pretty?

      boom!
      what my wife wants, my wife gets lol
      (happy wife = happy life

      Anyway Yes, everything is possible…

      I’m satisfied!
      I appreciate your assistance… you’ve inspired me to learn more

      posted in Custom CSS
      G
      greedyvegan
    • RE: custom css for module question

      I wanted to shrink the rows (blue paint)
      by taking the (green) event and moving it to the right.
      using this will give me space

      • .CX3A .cellHeaderMain .cellDate {display: none;}

      with the red paint, I’ve tried

      • border-radius:15px;

      but it doesn’t work
      Screenshot 2024-03-19 at 3.41.31 PM.png

      posted in Custom CSS
      G
      greedyvegan
    • RE: custom css for module question

      @MMRIZE said

      • move event(s) like “Trash day” all the way to the right to make the row narrow
      • add an element to the bright or dimmed class

      I can’t understand what those mean. Have you any example or sketch?

      1 - multi-day or single event, can I move that to the right
      to make the row narrower ? “Tuesday, March 19th” is a little redundant because the mini month tells me that.

      I understand IF a day happens to have multiple events it would create multiple rows.

      2 - this is related but unrelated to the calendar, some modules don’t have the simple {font-size: 12px;color red;} they use classes of bright and dimmed and or use “1em” for the size or “var(–color-text)”

      forgive me, I’m slowly learning CSS and command/terminal with error, repetition and trial.

      posted in Custom CSS
      G
      greedyvegan
    • RE: custom css for module question

      last series of questions (for today)

      Screenshot 2024-03-19 at 12.15.15 PM.png

      are these options available?

      • move TUE, MAR 19 to the far right
      • OR eliminate “Today, tomorrow, in five days” and leave the date or vice versa
      • move event(s) like “Trash day” all the way to the right to make the row narrow
      • add an element to the bright or dimmed class


        .CX3A .dateParts literal seq_2 unit_none {text-align:right} isn’t working for me

      please and thank you

      posted in Custom CSS
      G
      greedyvegan
    • RE: custom css for module question

      @MMRIZE

      ahhhh region container
      yes, thank you

      posted in Custom CSS
      G
      greedyvegan
    • custom css for module question

      is it possible to float the header of a module above it like in this image?

      as if “Palette Colors” said “New York CIty” for the weather
      I tried using the developer feature in the browser to find it but it’s not specific, it just says “.module.header”

      Screenshot 2024-03-18 at 11.01.59 PM.png

      posted in Custom CSS
      G
      greedyvegan
    • RE: Module Region question

      @sdetweil I copied it the way you had in another post and it wasn’t working, it’s finally working now.

      thank you again!

      posted in Custom CSS
      G
      greedyvegan
    • RE: Module Region question

      @sdetweil

      the ip address didn’t work, the name worked this time,
      I put the whitelist under address like in your example

      thank you very much

      posted in Custom CSS
      G
      greedyvegan
    • 1 / 1