MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-NewsFeed

    Scheduled Pinned Locked Moved System
    6 Posts 5 Posters 2.7k Views 5 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? Offline
      A Former User
      last edited by

      Hi, I see many people who want to download and execute this module.

      Just remember this…

      • You can download install it but you can’t execute it until the 01 january 2021.
      • If you try to execute it: it will be disabled ;)
      • It will be automaticaly activated with MagicMirror v2.14.0

      It will be my first module for 2021 (yeah again a another module !!)

      And Many others will come (Again !)

      So wait and see !

      @bugsounet (coder for pleasure !)

      G 1 Reply Last reply Reply Quote 1
      • G Offline
        gonzonia @Guest
        last edited by

        I’m trying this out as a replacement for the default newsfeed. I’m having trouble styling it though. I’d like it to have a more transparent background and to make the font white. I can’t seem to make that happen.
        For example- on the default newsfeed module I set the background with rgba(0, 0, 0, 0.2);

        I can’t get that to apply to this one.

        1 Reply Last reply Reply Quote 0
        • D Offline
          DJBOOB66
          last edited by

          It all in Wiki
          http://wiki.bugsounet.fr/en/MMM-NewsFeed/configurationStructure

          {
                                  module: "MMM-NewsFeed1",
                                  position: "top_bar",
                                  configDeepMerge: true,
                                  config: {
                                    debug:false,
                                    update: "15m",
                                    speed: "15s",
                                    maxItems: 100,
                                    flux: [
                                      {
                                        from: "ABC AUSTRALIA",
                                        url: "https://www.abc.net.au/news/feed/2942460/rss.xml"
          			    }			    
                                    ],
                                    personalize: {
                                      Name: "NewsFeed",
                                      NameField: true,
          			    NameColor: "#FFF",
                                      NameBackground: "#414141",
                                      ArticleColor: "#AAA",
          			    ArticleBackground: "#000",
                                      DescriptionColor: "#FFF",
                                      DescriptionBackground: "#000",
                                      QRCode: true,
          			    fontSize: "100%"
          			  },
                                    vertical: {
                                      useVertical: false,
                                      width: "450px",
          			    imageMaxWidth: "20vw",
                                      imageMaxHeight: "20vh"
                                    }
          			}
          		}
          ```,
          1 Reply Last reply Reply Quote 0
          • K Offline
            KillK
            last edited by

            hi… i can’t install it

            “installer” no se reconoce como un comando interno o externo,
            programa o archivo por lotes ejecutable.
            npm ERR! code 1
            npm ERR! path C:\Users\Flori\MagicMirror\modules\MMM-NewsFeed
            npm ERR! command failed
            npm ERR! command C:\Windows\system32\cmd.exe /d /s /c installer/preinstall.sh

            npm ERR! A complete log of this run can be found in:
            npm ERR! C:\Users\Flori\AppData\Local\npm-cache_logs\2021-10-05T00_18_42_713Z-debug.log

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @KillK
              last edited by sdetweil

              @killk not on windows…

              mm not supported on windows.

              you want to do it , YOU have to figure out how

              this is a Linux only script

              installer/preinstall.sh
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy