MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. czara1
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    czara1

    @czara1

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

    czara1 Unfollow Follow

    Latest posts made by czara1

    • RE: MMM-SNCF

      @tonio
      Ton fichier de configuration n’est pas bon du tout :)
      Il n’y a pas de login et de mot de passe, il faut créer une clé d’API sur ne site de navitia.

      De plus tes arrivées et tes départs ne sont pas bons, aide toi de ce formulaire pour les trouver : https://canaltp.github.io/navitia-playground/
      Voici un exemple (ma config), tu en trouveras un aussi dans la doc :

      {
          module: 'MMM-SNCF',
          position: 'top_right',
          header: 'Villers-Bretonneux - Amiens',
          config:{
              departureStationUIC: "stop_area:STE:SA:OCE87313437",
              arrivalStationUIC: "stop_area:STE:SA:OCE87313874",
              apiKey: "", // Tu mets ta clé API ici
      	numberDays: 2,
              dateFormat: 'dddd HH:mm', // display for example with french locale Jeudi 08:43
              displayCo2: true,
              coverage: "fr-ne",
          }
      },
      

      Peut-être je réponds trop tard…

      posted in Transport
      C
      czara1