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.

    Python in to the magic mirror.

    Scheduled Pinned Locked Moved Solved Troubleshooting
    43 Posts 4 Posters 19.8k Views 4 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.
    • P Offline
      paulvanderheijden90 @Guest
      last edited by

      @sean So sorry you’re totally right… I was little bit confused by all the “at” conclusens.
      Im sorry I could had fixed that. And I did !

      Now it is working !!!
      So very nice ! im going to put this in my P2000 Raspberry python Programma. and will heave a lot of play with it.

      I will post/ show you the and result !

      1 Reply Last reply Reply Quote 1
      • P Offline
        paulvanderheijden90
        last edited by paulvanderheijden90

        Hello @Sean,
        Again thank you for the help. As I say after your help it was possible for me to “print” a string variable on the magic mirror module through python.
        But is was not able to put my P2000 alarm from the fire department on my screen. I noticed that it was a problem in the python script of the alarm.
        I used the stdout.write function again. like you told me. but I needed to add the flush function as wel.
        so now it is

        sys.stdout.write("hallo ik ben Paul")
        sys.stdout.flush()
        
        

        And then it was working !
        so thank you and here the result:

        1 Reply Last reply Reply Quote 0
        • P Offline
          paulvanderheijden90 @Guest
          last edited by

          @sean
          Hello Sean,
          like I posted yesterday the app is running now. And it is showing wat I need to display. So im very happy.

          But…
          After a time ( more after a couple of runs ) the magic mirror app is crashed and freezed. So noting is updating any more.

          My feeling is telling that the buffer were I put in the string value is filling up.

          wenn i run the python script without the mirror it is running fine.

          Please can you give me a help?

          ? S 2 Replies Last reply Reply Quote 0
          • ? Offline
            A Former User @paulvanderheijden90
            last edited by

            @paulvanderheijden90
            I have no idea about Python. I think you’d better reboot once or twice per daily to maintain RPI to be stable. You can do it with cron automatically.
            The better approach would be implementing your job as native nodeJS MagicMirror module instead external python script.

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

              @paulvanderheijden90 can u put your project on github and tell me where it is… I will look at it later today (us time)

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              P 1 Reply Last reply Reply Quote 0
              • P Offline
                paulvanderheijden90 @sdetweil
                last edited by

                @sdetweil
                Hallo Thank you for you’re Replay

                I managed to upload the project on git hub ( new experience for me )
                I uploaded the magic mirror Module ( P2000) I made and the node helper.

                And I added the Python project.

                The python project works fine on it self. But wenn I call ( spawn ) the python. The magic mirror application stops and freezes.

                I think the flush/write fills the buffer and wenn it is it full the application is stoped.

                https://github.com/paulvanderheijden90/MMM-P2000-python-connect

                Here is the link

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

                  sorry, the is no PUBLIC repo there

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  P 1 Reply Last reply Reply Quote 0
                  • P Offline
                    paulvanderheijden90 @Guest
                    last edited by

                    @sean
                    Hello Sean,
                    The problem is not the python project. But I think the buffer is filling up ore something.

                    At this point all the massages are displayed on the mirror and after 15 min the mirror is freeze.

                    So im looking in to it.

                    1 Reply Last reply Reply Quote 0
                    • P Offline
                      paulvanderheijden90 @sdetweil
                      last edited by

                      @sdetweil fixed sorry

                      S 2 Replies Last reply Reply Quote 0
                      • S Offline
                        sdetweil @paulvanderheijden90
                        last edited by sdetweil

                        @paulvanderheijden90 i don’t see the python module

                        you can add it to the directory and repo temporarily, then remove it later

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 4 / 5
                        • 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