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.

    1 old noob + 1 rPi = I can't believe I did it! (revisited)

    Scheduled Pinned Locked Moved Show your Mirror
    193 Posts 29 Posters 439.8k Views 28 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
      last edited by cowboysdude

      There…better? LOL

      https://www.youtube.com/watch?v=thIVtEOtlWM

      1 Reply Last reply Reply Quote 0
      • P Offline
        Peter
        last edited by

        Mykle1, your project is an inspiration for this other old man (62) in the Netherlands.
        The RPI is running, old monitor is found, so I can start the project!
        It will take a lot of reading and searching!
        Peter

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

          @Peter

          Hello from NYC, Peter!

          You can do it. It takes a little time and patience but it is a lot of fun and very rewarding. Let me know if I can help you

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • P Offline
            Peter
            last edited by

            Thanks to you and Michael Teeuw the MM is the best project for RPI I have ever seen.
            I appreciate your interest and help.
            I just succeeded in adding a MMM (Earth)( happy me!).
            Things that do not work up till now: MM does not start automatically and I still have to find out how to combine two Calendars.
            Peter

            Mykle1M 1 Reply Last reply Reply Quote 0
            • L Offline
              Lepracon68
              last edited by

              I am also from the netherlands, and started my first RPI one week ago.
              I just finished configuring the MM to my likings (only half a day work).

              THANK YOU so much for making this project so easy !

              If Peter wants to get in contact with me , he can, maybey we can help eachother. (i am 49 years old, center Holland)

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

                @Peter said in 1 old noob + 1 rPi = I can’t believe I did it! (revisited):

                Thanks to you and Michael Teeuw the MM is the best project for RPI I have ever seen.

                That is, without a doubt, the nicest and coolest thing anyone has ever said to me here. However, MT deserves all the credit.

                I just succeeded in adding a MMM (Earth)( happy me!).
                Things that do not work up till now: MM does not start automatically and I still have to find out how to combine two Calendars.

                {
                	disabled: f,
                	module: 'calendar',
                	position: 'top_left',
                	config: {
                		urgency: 0,
                		getRelative: 0,
                		fadePoint: 0.25, // Start on 1/4th of the list.
                		calendars: [
                				{
                				symbol: 'calendar-check-o ',
                				url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
                				},
                				{
                				url: 'YOUR SECOND CALENDAR ICS FILE GOES HERE'
                			},
                		],
                	}
                },
                

                Auto starting MM

                Follow these directions precisely
                https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

                Create a working config
                How to add modules

                P 1 Reply Last reply Reply Quote 0
                • P Offline
                  Peter @Lepracon68
                  last edited by

                  @Lepracon68 that would be nice!
                  Peter

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    Peter @Mykle1
                    last edited by

                    @Mykle1 Thanks for the Calendar; I will try that.
                    Autostart: I followed the instructions several times, but it does not work.
                    It will work one day …
                    Isn’t this what makes a project so nice to work on: trying until the magic happens?
                    Peter

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

                      @Peter

                      Pay particular attention to this line:

                      PM2 will now show you a command you need to execute.

                      Most people miss this step. You have to execute the command that appears.

                      And lastly, you have to save the PM2 state

                      Create a working config
                      How to add modules

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

                        Hello Lucy! (my granddaughter)
                        0_1514897572217_Lu2.jpg

                        And here are the modifications I’ve made in Lucy’s name so far.
                        https://youtu.be/M9C0ppGFJik

                        Create a working config
                        How to add modules

                        1 Reply Last reply Reply Quote 4
                        • ChrisC Offline
                          Chris
                          last edited by

                          Hello,

                          Superb work, as usual :)

                          Could you point me to how to put this system in place?

                          Having already installed the open-jarvis solution, I do not know if it would create a conflict or if I have to adapt your solution via jarvis voice recognition.

                          Thank you in advance, truthfully yours,

                          Mykle1M 2 Replies Last reply Reply Quote 0
                          • Mykle1M Offline
                            Mykle1 Project Sponsor Module Developer @Chris
                            last edited by

                            @Chris

                            This is my own personal project at the moment. It involves many, many modifications to the MMM-voice module and any module that will be used in conjunction with it. I only just recently got it working to some satisfaction but I am still working on it. It’s going to take some time before I am done with it because I hope to add more features to it. I’ll keep you posted.

                            It may create a conflict for you and jarvis voice when all is said and done.

                            Create a working config
                            How to add modules

                            ChrisC 1 Reply Last reply Reply Quote 0
                            • ChrisC Offline
                              Chris @Mykle1
                              last edited by

                              @Mykle1

                              Hello,

                              This seems very promising,
                              I would follow with great interest this project,

                              Good luck to you for the future,

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

                                @Chris said in 1 old noob + 1 rPi = I can’t believe I did it! (revisited):

                                Could you point me to how to put this system in place?

                                Hi Chris,

                                I put together a repo with directions on how to use this system. I don’t know if you’re going to run into any problems with jarvis but this will work with any module you choose with some modifications on your part. It’s all in the directions.

                                https://github.com/mykle1/Hello-Lucy

                                And the most recent video with sound enhancement to the system

                                https://youtu.be/ZXWf7s3K3as

                                Create a working config
                                How to add modules

                                strawberry 3.141S ChrisC 2 Replies Last reply Reply Quote 0
                                • strawberry 3.141S Offline
                                  strawberry 3.141 Project Sponsor Module Developer @Mykle1
                                  last edited by

                                  @Mykle1 looks good

                                  Please create a github issue if you need help, so I can keep track

                                  Mykle1M 1 Reply Last reply Reply Quote 0
                                  • ChrisC Offline
                                    Chris @Mykle1
                                    last edited by

                                    @Mykle1
                                    Hello,
                                    Very good work,
                                    I will be happy to test it on PI sometime this week as soon as I have time and you will return,

                                    thank you very much

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

                                      @strawberry-3.141

                                      I don’t know about that, but it does work, even if it’s not done the proper way. I’m happy with it. It does what I want it to do and it works amazingly well on an old laptop.

                                      Create a working config
                                      How to add modules

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

                                        @Chris said in 1 old noob + 1 rPi = I can’t believe I did it! (revisited):

                                        thank you very much

                                        You’re welcome, mate. Let me know how it goes

                                        Create a working config
                                        How to add modules

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

                                          Hello Lucy with Pages!

                                          https://youtu.be/bKHEXPzVb2A

                                          Create a working config
                                          How to add modules

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

                                            Just tested some new commands for turning off (standby) and on the display. Works on a laptop AND a desktop machine with monitor connected through DVI

                                            Create a working config
                                            How to add modules

                                            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
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 6 / 10
                                            • 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