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.

    -=]!Show Your Module Setup![=-

    Scheduled Pinned Locked Moved Show your Mirror
    59 Posts 9 Posters 66.3k Views 12 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @michael24h
      last edited by Mykle1

      @michael24h said in -=]!Show Your Module Setup![=-:

      The project isn’t completely finished yet but I can show you guys how far I got to now.

      Nice, real nice! :thumbsup_tone2:

      So, you have MM on the Pi. How did you connect the Pi to use the iPad screen? The LCD board? I have an old iPad that might become useful again

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • michael24hM Offline
        michael24h
        last edited by

        two way to do ths

        1. pourches Driver Controller Board Kit
        2. try find old pc screen which you will be able push in to drive for your screen. iPad first gen use samsung screens.
        1 Reply Last reply Reply Quote 1
        • michael24hM Offline
          michael24h
          last edited by

          If I’m right my first attempt was with IBM screen board. screen was probably 8 to 10 years old :-)))

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

            @michael24h thanks for the info

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • michael24hM Offline
              michael24h
              last edited by michael24h

              @michael24h said in -=]!Show Your Module Setup![=-:

              try find old pc screen which

              Also I did use iPad screen with little retro pi project

              2_1489429916100_IMG_1172.JPG 1_1489429916099_IMG_1171.JPG 0_1489429916099_IMG_1173.JPG

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

                @michael24h said in -=]!Show Your Module Setup![=-:

                Also I did use iPad screen with little retro pi project

                Ohhhh, that’s hot! I want one! :thumbsup_tone2:

                Create a working config
                How to add modules

                johnnyboyJ 1 Reply Last reply Reply Quote 0
                • johnnyboyJ Offline
                  johnnyboy @Mykle1
                  last edited by johnnyboy

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • michael24hM Offline
                    michael24h
                    last edited by

                    @johnnyboy said in -=]!Show Your Module Setup![=-:

                    Triple boot

                    how did you achive triple boot ?

                    johnnyboyJ 1 Reply Last reply Reply Quote 0
                    • johnnyboyJ Offline
                      johnnyboy @michael24h
                      last edited by johnnyboy

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • michael24hM Offline
                        michael24h
                        last edited by

                        1 2 3 Busy man
                        thank you very much for info :-)

                        1 Reply Last reply Reply Quote 1
                        • michael24hM Offline
                          michael24h
                          last edited by

                          I’m glad haven’t got any grandson yet. more time for me :-)

                          johnnyboyJ 1 Reply Last reply Reply Quote 0
                          • johnnyboyJ Offline
                            johnnyboy @michael24h
                            last edited by johnnyboy

                            This post is deleted!
                            1 Reply Last reply Reply Quote 1
                            • johnnyboyJ Offline
                              johnnyboy @Mykle1
                              last edited by johnnyboy

                              This post is deleted!
                              Mykle1M 1 Reply Last reply Reply Quote 0
                              • Mykle1M Offline
                                Mykle1 Project Sponsor Module Developer @johnnyboy
                                last edited by

                                @johnnyboy said in -=]!Show Your Module Setup![=-:

                                Yeah, enlighten me too Amigo… how does the triple feed work?
                                You get three sets of info combined, or the three rotate? I cant visualise how this works.

                                They rotate, so instead of one newsfeed you have as many as you want, rotating through their content. Having just one newsfeed gets kinda boring and you start seeing the same events.

                                Have you been drinking johnnyboy? I see four newsfeeds ;-)

                                Create a working config
                                How to add modules

                                johnnyboyJ 2 Replies Last reply Reply Quote 0
                                • michael24hM Offline
                                  michael24h
                                  last edited by

                                  that greate x4, can we change font colour in css ?

                                  Mykle1M 1 Reply Last reply Reply Quote 0
                                  • johnnyboyJ Offline
                                    johnnyboy @Mykle1
                                    last edited by johnnyboy

                                    This post is deleted!
                                    1 Reply Last reply Reply Quote 0
                                    • Mykle1M Offline
                                      Mykle1 Project Sponsor Module Developer @michael24h
                                      last edited by

                                      @michael24h said in -=]!Show Your Module Setup![=-:

                                      that greate x4, can we change font colour in css ?

                                      Yes, you can change the color and the size

                                      }
                                      
                                      .newsfeed div.light.small.dimmed {
                                        color: #99F;          /* color for newsfeed **source** */
                                        font-size: 24px;      /* size for newsfeed **source** */
                                      }
                                      

                                      and, if I’m not mistaken

                                      }
                                      
                                      .newsfeed div.bright.medium.light {
                                        color: #99F;          /* color for newsfeed **headline** */
                                        font-size: 24px;      /* size for newsfeed **headline** */
                                      }
                                      
                                      Change the `color:` values and the `font-size:` values
                                      Please let me know if these work for you

                                      Create a working config
                                      How to add modules

                                      1 Reply Last reply Reply Quote 1
                                      • michael24hM Offline
                                        michael24h
                                        last edited by

                                        cool thanks for this

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

                                          @michael24h said in -=]!Show Your Module Setup![=-:

                                          cool thanks for this

                                          No problem. Let me know if they work

                                          Create a working config
                                          How to add modules

                                          1 Reply Last reply Reply Quote 0
                                          • michael24hM Offline
                                            michael24h
                                            last edited by

                                            will do tomorrow it’s get late now

                                            Mykle1M 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
                                            • 3
                                            • 2 / 3
                                            • 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