Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Egnos
    E
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Egnos

    @Egnos

    0
    Reputation
    123
    Posts
    809
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online

    Egnos Follow

    Best posts made by Egnos

    This user hasn't posted anything yet.

    Latest posts made by Egnos

    • RE: ~Official Topic~ MMM-GoogleAssistant - MMM-Assistant2Display

      Hello everyone, in the meantime, congratulations to @Bugsounet for the new developments!
      I am not a developer and I am trying to create a “recipe” to change the pages of the MMM-Pages module with a voice command by means of GA. Below is the .js:

      /**  MMM-pages commands  **/
      
      /**  check every notification received (plugins)**/
      
      /**  and check status of needed modules for change pages number (moduleExec) **/
      
      /**     @bugsounet       **/
      
       
      var recipe = {
      
        transcriptionHooks: {
      
          "pagina1": {
      
            pattern: "metti pagina 1",
      
            command: "pagina1"
      
          },
      
       
        commands: {
      
          "pagina1": {
      
            moduleExec: {
      
              module: (param) => {
      
                           this.sendNotification("PAGE_CHANGED", 0)
      
                                                                                                                    }
      
                                                                                     },
      
                                                                     }
      
                                                     }
      
                                                    
      plugins: {
      
          onNotificationReceived: "pagina1"
      
                                     },
      
                                                                                                    }
      
                                                     }
      
      exports.recipe = recipe
      

      Could it work?
      Can you help me?

      Thanks.

      posted in System
      E
      Egnos
    • RE: MMM-SoccerLiveScore

      @0m4r I’m not sure both a problem of color, otherwise I would still see a logo of the logo or in part. As you can see in the picture in detail the pixels do not show any change …

      alt text

      posted in Sport
      E
      Egnos
    • RE: MMM-Google Assistant

      @MathRxs it happened to me too!
      I remember that on the terminal where you start MM I noticed continuous error messages coming from “snowboy”. Not to be mistaken I reinstall raspbian and entirely MM.
      Also I think that the latest version of raspbian has some problems, especially after deciding to use PULSEAUDIO natively.

      posted in Troubleshooting
      E
      Egnos
    • RE: MMM-SoccerLiveScore

      @0m4r thank you for solving the problems of this module.

      I have only one problem: I don’t see the Juventus football team logo (it’s my favorite team … what luck!😔)
      As you can see in the following photo:

      alt text

      How can i solve?

      Many thanks.

      posted in Sport
      E
      Egnos
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      …maybe I can use this “onStart” parameter to launch the stream that interests me at startup without asking the assistant.

      With this parameter it would also be possible to launch multiple streams at startup?

      Many thanks.

      posted in Utilities
      E
      Egnos
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @Cr4z33 many thanks.
      If I understand correctly the stream is started only if I ask the Google assistant to launch it, correct?

      posted in Utilities
      E
      Egnos
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @BKeyport thanks.
      Do you know any other module that can show the stream of surveillance cameras?

      posted in Utilities
      E
      Egnos
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      Hi everyone,
      I believe that the MMM - RTSPStream module is incompatible with the MMM-Pages multi page module!
      By removing MMM-Pages, the RTSPStream module works again.
      The link for the video stream works correctly both with VLC and with the “omxplayer” command.

      The version of MM I am using is the latest available 2.14.0.

      The error I find in the console is the following:

      MMM-RTSPStream.js:164 MMM-RTSPStream has resumed... rotateStreams: true, autoStart: true
      MMM-RTSPStream.js:368 Uncaught TypeError: Cannot read property 'getBoundingClientRect' of null
          at Class.playStream (MMM-RTSPStream.js:368)
          at Class.rotateStream (MMM-RTSPStream.js:123)
          at Class.setupStreamRotation (MMM-RTSPStream.js:94)
          at Class.resumed (MMM-RTSPStream.js:168)
          at newCallback (MMM-RTSPStream.js:186)
          at main.js:324
      

      Here is my configuration:

      {
      		   module: "MMM-RTSPStream",
      		   position: "bottom_right",
      		   header: "Test",
      		   config: {
      			    //initialSetup: true,
      				autoStart: true,
      				rotateStreams: true,
      				rotateStreamTimeout: 10,
      				moduleWidth: 354,
      				moduleHeight: 240,
      				localPlayer: 'omxplayer',
      				remotePlayer: 'none',
      				showSnapWhenPaused: false,
      				remoteSnaps: false,
      				
      				stream1: {
      					name: 'Ingresso',
      					url: 'rtsp://xxxxxxxxxxx:xxxxxxxxx@xxx.xxx.x.xxx:554/stream1',
      					frameRate: 'undefined',
      					//width: undefined,
      					//height: undefined,
      						},
      				}
      		},
      

      In the “bottom_right” region what I see:
      alt text

      Have any of you noticed this incompatibility?

      Any advice / help is welcome.
      Thanks.

      posted in Utilities
      E
      Egnos
    • RE: MMM-MyScoreboard

      @BKeyport thanks.
      If I set “rolloverHours” configuration parameter with a very high number … like 100?
      When the match schedule is updated would it change?

      posted in Sport
      E
      Egnos
    • RE: MMM-MyScoreboard

      Hi everyone, many thanks for the module, it is really beautiful!
      Is it possible to freeze match results until the next match?
      Now after the games have finished the results disappear …

      posted in Sport
      E
      Egnos