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-Jnews

    Scheduled Pinned Locked Moved Education
    33 Posts 10 Posters 20.4k Views 8 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.
    • cowboysdudeC Offline
      cowboysdude Module Developer @barnosch
      last edited by

      @barnosch Feel free then do a pull request :) That would be pretty awesome!!

      1 Reply Last reply Reply Quote 0
      • cowboysdudeC Offline
        cowboysdude Module Developer @justjim1220
        last edited by

        @justjim1220 Well because the wunderground key isn’t good for anything else so may as well try it here LOL

        justjim1220J 1 Reply Last reply Reply Quote 2
        • J Offline
          jeffreyking
          last edited by yawns

          Hi I am new to this and I did so I think all that is to be done and it still do not work tell me to config.js file

                           {
                                   module: 'MMM-Jnews'
                                       config: {
          	                             apiKey: "my api", 
                                               image : true, [default is false, Raspberry Pi's don't like the images]
                                               rotateInterval: 25 * 1000 [This is default set to 25 seconds, you can change this if you'd like]
                                  }
                           }, 
                           {  
                                   module: 'MMM-MovieListings',
                                          position: 'top_center',   // This can be any of the regions. Best results in left or$
                                          config: {
          					apiKey: 'de1d0b92bb87bncbbbbbbbbbbbbbbbbbbbbbb9f7a57b',
          					region: 'US',
          					language: 'EN',
          					interface: 'poster', //'list', 'poster', 'detailed'
          					includeMoviePlot: false,
          					maxPlotLength: 198,
          					header: 'Movie Listings',
          					moviesPerPage: 0,
          					refreshInterval: 1000 * 60 * 60 * 24, //Once a day
          					baseUrl: 'https://api.themoviedb.org/3/movie/now_playing',
          					animationSpeed: 2.5 * 1000,
          					pageChangeInterval: 35 * 1000
          		         }
                          },
          
          cowboysdudeC bheplerB 2 Replies Last reply Reply Quote 0
          • B Offline
            bjoern
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • cowboysdudeC Offline
              cowboysdude Module Developer @jeffreyking
              last edited by

              @jeffreyking said in MMM-Jnews:

              Hi I am new to this and I did so I think all that is to be done and it still do not work tell me to config.js file
              },
              {
              module: ‘MMM-Jnews’
              config: {
              apiKey: “my api”,
              image : true
              }
              },

              OK first off you have to go to https://newsapi.org/ and get your api key…the key they give you has to go in between the quotes like this [for example]

              apiKey : “aabjadjfadfas9adfajsdlfja”

              The rest of the config should work for you as I’ve rewritten it… use the above example only go get the api and replace “my apikey” with “YOUR KEY” put in quotes that you get from the newsapi.org link :)

              1 Reply Last reply Reply Quote 0
              • justjim1220J Offline
                justjim1220 Module Developer @cowboysdude
                last edited by

                @cowboysdude

                You know I just had to give you some sh** a little bit.

                It is a nice module, as I suspected, no way to get local news without making some changes to your code.

                I really like the set up though.

                Great job! (as usual!) :grinning_face: :grinning_face: :grinning_face:

                "Life's Too Short To Dance With Ugly People"
                Jim Hallock - 1995

                cowboysdudeC 1 Reply Last reply Reply Quote 1
                • cowboysdudeC Offline
                  cowboysdude Module Developer @justjim1220
                  last edited by

                  @justjim1220 said in MMM-Jnews:

                  @cowboysdude

                  You know I just had to give you some sh** a little bit.

                  It is a nice module, as I suspected, no way to get local news without making some changes to your code.

                  I really like the set up though.

                  Great job! (as usual!) :grinning_face: :grinning_face: :grinning_face:

                  Yes it’s news from a bunch of different sources all brought together…

                  Mykle1M 1 Reply Last reply Reply Quote 2
                  • Mykle1M Offline
                    Mykle1 Project Sponsor Module Developer @cowboysdude
                    last edited by

                    @cowboysdude said in MMM-Jnews:

                    Yes it’s news from a bunch of different sources all brought together…

                    I’m getting just a little bit tired of all your success. ;-)

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 1
                    • B Offline
                      bjoern
                      last edited by

                      Great module. I like it. Question: Some lines of text consist of 3 lines and the next message is 4. As a result, the modules above will always jump “up and down”. Can you set the module to 4 lines and these automatically fill depending on the content? Do you understand what I want to express?

                      cowboysdudeC 1 Reply Last reply Reply Quote 0
                      • bheplerB Offline
                        bhepler Module Developer @jeffreyking
                        last edited by bhepler

                        @jeffreyking -
                        Just in case nobody else mentions it, you should delete the advice in the square brackets from your config.js file. The part that looks like this: [default is false, Raspberry Pi's don't like the images]

                        Delete in the part in the square brackets from the next line as well. They are commentary from the developer.

                        cowboysdudeC 1 Reply Last reply Reply Quote 1
                        • cowboysdudeC Offline
                          cowboysdude Module Developer @bjoern
                          last edited by

                          @bjoern I do and I will look at it :)

                          1 Reply Last reply Reply Quote 0
                          • cowboysdudeC Offline
                            cowboysdude Module Developer @bhepler
                            last edited by

                            @bhepler Changed the README.md as this has happened more than once LOL

                            1 Reply Last reply Reply Quote 1
                            • J Offline
                              jeffreyking
                              last edited by

                              All working now just had to place a position line in thanks you so much.

                              1 Reply Last reply Reply Quote 1
                              • J Offline
                                jeffreyking
                                last edited by

                                How can I make the module larger thank you

                                cowboysdudeC 1 Reply Last reply Reply Quote 0
                                • cowboysdudeC Offline
                                  cowboysdude Module Developer @jeffreyking
                                  last edited by cowboysdude

                                  @jeffreyking add this to your custom.css file

                                         .MMM-Jnews .flex-item {
                                          font-size: 22px;  
                                            }
                                  

                                  Make the font-size whatever you want :)

                                  1 Reply Last reply Reply Quote 0
                                  • J Offline
                                    jeffreyking
                                    last edited by

                                    Thank you what about the picture

                                    cowboysdudeC 1 Reply Last reply Reply Quote 0
                                    • cowboysdudeC Offline
                                      cowboysdude Module Developer @jeffreyking
                                      last edited by

                                      @jeffreyking

                                      custom.css

                                        .MMM-Jnews .image {
                                      width:  90%;
                                      height:  90%;
                                      border-style: solid;
                                      border-color: #92a8d1;
                                        }
                                      

                                      Be careful with that as the space provided will over write your text…so just trial and error.

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

                                        This is nice! Thank you!

                                        Quick question regarding your note on your github page. Ive only had a mirror for maybe 2 weeks, its running on a pi 3b+. I have a good amount of moduiles, but not all showing all the time and my pi sits around 55-60c .

                                        Would it be better to run the magic mirror software on an ubuntu vm and just use fullpageos or something similar on the pi? Im not sure if that would take most the processing away from the pi or not?

                                        Thanks

                                        cowboysdudeC 1 Reply Last reply Reply Quote 0
                                        • cowboysdudeC Offline
                                          cowboysdude Module Developer @darbos
                                          last edited by

                                          @darbos mine runs on a mini itx board so I can pretty much do what I want.

                                          If you want the basic MM then the PI is fine but if you want more you have to think bigger. ;)

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

                                            I am just curious how much load is actually taken away from the pi if MM is actually running on a vm elsewhere(dell r720). I would think the pi is still gotta do some video processing correct?

                                            I am looking to add some “pages” specifically going to make it so I can tell google to show me my security cams and have all my normal modules fade away and bring the cameras up(12 outdoor). I would actually like to make a couple pages with different information to be able to do that. I love this thing, thank you for sharing your hard work! I see your a hard workin guy out here.

                                            I was lookin at those intel sticks possibly, I have never messed with one yet though. Ill take a look at the board you mentioned. Thanks

                                            btw, its really easy to integrate voice if you use homeassistant, just using the apis / mqtt / remote module. I was looking for a module for a while that would let me create pages instead of having to call each module out with remote, i just happened to stumble on to it today

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 2 / 2
                                            • 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