MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Phil5841
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Phil5841

    @Phil5841

    0
    Reputation
    408
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Phil5841 Unfollow Follow

    Latest posts made by Phil5841

    • MMM-Navigate execute sh script

      Hi,
      Is it possible to execute sh script like play.sh, stop.sh ??

      posted in System
      P
      Phil5841
    • MMM-iFrame Send command

      Hello,
      I use squeezelite into iFrame.
      I want to send command (next track, previous track, play, pause, …)

      The command I have to send

      b8:27:eb:72:c3:f1 button stop
      b8:27:eb:72:c3:f1 button play
      b8:27:eb:72:c3:f1 pause
      b8:27:eb:72:c3:f1 stop
      b8:27:eb:72:c3:f1 play
      b8:27:eb:72:c3:f1 mixer volume +10

      b8:27:eb:72:c3:f1 is the MAC Adress

      Can you help me ?
      Thanks

      posted in Troubleshooting
      P
      Phil5841
    • RE: MMM-SNCF

      Hi,
      I try and i have a black screen.
      I change node_helper.js

      console.log(“\r\nMMM-SNCF2- NodeHelper started”);

      after i do : npm install and it works !

      I made some changes about the informations i need.
      0_1532090293800_sncf.jpg

      The problem is that I have the train number once in two

      posted in Transport
      P
      Phil5841
    • RE: MMM-SNCF

      Hi,
      I want to use MMM-SNCF with 2 directions.
      One from Monaco to Nice, the other from Monaco to Vintimille (Italy)

      I put 2 modules in config.js

      module: 'MMM-SNCF',
          position: 'top_right',
          header:'Monaco vers Nice',
          config:{
              departUIC:"stop_area:OCE:SA:87756403",
              arriveeUIC:"stop_area:OCE:SA:87756056",
      

      and

      module: 'MMM-SNCF',
      position: 'top_left',
      header:'Monaco vers Ventimiglia',
      config:{
          departUIC:"stop_area:OCE:SA:87756403",
          arriveeUIC:"stop_area:OCE:SA:83045013",
      

      the problem is that the 2 modules displays the same result !

      posted in Transport
      P
      Phil5841