• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 14.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.
  • J Offline
    jeffreyking
    last edited by Jul 29, 2018, 2:42 AM

    Thank you what about the picture

    C 1 Reply Last reply Jul 29, 2018, 2:45 AM Reply Quote 0
    • C Offline
      cowboysdude Module Developer @jeffreyking
      last edited by Jul 29, 2018, 2:45 AM

      @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 Jul 29, 2018, 2:58 AM

        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

        C 1 Reply Last reply Jul 29, 2018, 4:14 AM Reply Quote 0
        • C Offline
          cowboysdude Module Developer @darbos
          last edited by Jul 29, 2018, 4:14 AM

          @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 Jul 29, 2018, 5:28 AM

            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
            • D Offline
              darbos
              last edited by Jul 29, 2018, 5:30 AM

              those look nice, thanks! i had to write back so quick cause that got me really curious. Ive seen quite a bit of your posts scrollin through here, but I havent seen your mirror, would you mind sharing a peek?

              C 1 Reply Last reply Jul 30, 2018, 12:04 PM Reply Quote 0
              • C Offline
                cowboysdude Module Developer @darbos
                last edited by cowboysdude Jul 30, 2018, 12:08 PM Jul 30, 2018, 12:04 PM

                @darbos https://forum.magicmirror.builders/topic/1489/the-32-inch-mirror

                I’ll post some updated ones for you :) I have 2 actually…one in the bathroom and my 32" I put on the wall in the kitchen…

                Here are some videos

                https://www.youtube.com/user/TheCowboysdude/videos

                D 1 Reply Last reply Jul 31, 2018, 5:00 AM Reply Quote 0
                • D Offline
                  darbos @cowboysdude
                  last edited by Jul 31, 2018, 5:00 AM

                  @cowboysdude Dang, thats sweet!! Im gonna have to try that voice out

                  1 Reply Last reply Reply Quote 1
                  • O Offline
                    Ob018
                    last edited by Aug 2, 2018, 12:19 PM

                    Hi, thanks for your module.
                    It works perfectly.

                    • I was wondering if you could add a way to “force” a specific language ?
                      ( my mirror language is English and i would love to read the French news )

                    • Is there a way to display more than 1 article at a time ?

                    Thanks.
                    G.

                    Y C 2 Replies Last reply Aug 2, 2018, 1:11 PM Reply Quote 0
                    • Y Offline
                      yawns Moderator @Ob018
                      last edited by Aug 2, 2018, 1:11 PM

                      @ob018 said in MMM-Jnews:

                      I was wondering if you could add a way to “force” a specific language ?
                      ( my mirror language is English and i would love to read the French news )

                      mh, you could try to use this:

                      {
                      	module: 'MMM-Jnews',
                      	config: {
                      		lang: "fr",
                      		apiKey: "YOUR API KEY", 
                      		image : true,
                      		rotateInterval: 25 * 1000 
                      	}
                      },
                      
                      1 Reply Last reply Reply Quote 2
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      3 / 4
                      • First post
                        25/33
                        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