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.

    MMM-MyTTC (Toronto Transit)

    Scheduled Pinned Locked Moved Transport
    27 Posts 9 Posters 12.3k Views 9 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.
    • J Offline
      j.e.f.f Project Sponsor Module Developer @infinitempg
      last edited by

      @infinitempg OK That’s good! So far it looks like it’s working nicely then.

      I 1 Reply Last reply Reply Quote 0
      • I Offline
        infinitempg @j.e.f.f
        last edited by

        @j.e.f.f yup! The only problem I seem to be having is that the colors do not work.

        {
        	routeNo: "wknd1",
        	stop: "hillw",
        	color : '#82BAE5' //colours the transit icon a light blue colour
        },
        

        That’s what I have right now, but it still shows up as white.

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          j.e.f.f Project Sponsor Module Developer @infinitempg
          last edited by

          @infinitempg Take a look at the Readme:
          https://github.com/jclarke0000/MMM-MyNextBus

          All the way at the bottom it tells you how to configure color. It’s different for the generic version than it is for TTC.

          I 1 Reply Last reply Reply Quote 0
          • I Offline
            infinitempg @j.e.f.f
            last edited by

            @j.e.f.f I guess the mirror is smarter than I am…

            Thanks! Works like a charm.

            1 Reply Last reply Reply Quote 0
            • SexyTroggS Offline
              SexyTrogg
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • K Offline
                kingveder
                last edited by

                Hey Jeff,
                The actual badge for the bus number is it possible to change this color?
                The color works for me but it just changes the color of the bus/streetcar icon.
                Thanks
                Ru

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

                  @kingveder

                  This may help.

                  From the readMe

                  Finally, it you would like to colour code your entries, you can specify an optional parameter ‘color’ property that will give the icon whatever color you specify in hexadecimal format. e.g.:

                  {
                    routeNo : '501',
                    stop : '6108',
                    label : 'Queen Westbound',
                    color : '#82BAE5' //colours the transit icon a light blue colour
                  },
                  

                  Create a working config
                  How to add modules

                  T 1 Reply Last reply Reply Quote 0
                  • T Offline
                    TheGeekfather @Mykle1
                    last edited by

                    @Mykle1

                    MyTTC stops at loading - does it require an API? - followed all steps for the ttc.

                    Another GREAT MODULE !!!

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

                      @TheGeekfather said in MMM-MyTTC (Toronto Transit):

                      MyTTC

                      I installed the module and setup using the default config in the readme

                      it failed with this message

                      [22:04:25.291] [LOG]    raw ={"copyright":"All data copyright Toronto Transit Commission 2019.","Error":{"content":"For agency=ttc stop s=1148 is on none of the directions for r=143 so cannot determine which stop to provide data for.","shouldRetry":"false"}}
                      

                      i removed stop 1148 from the stop request and it all works…

                      add this line to the node_helper.js and then look at the output on the terminal window or in the pm2 logs

                          var predictionsArray = new Array();
                      		console.log("raw ="+JSON.stringify(rawJSON));   // add this line < - --
                          if (rawJSON.predictions.length) {
                      
                      the module is unable to tell u about error conditions like this

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      T 1 Reply Last reply Reply Quote 0
                      • T Offline
                        TheGeekfather @sdetweil
                        last edited by

                        @sdetweil

                        AWESOME !!!

                        You are correct - removed the stop 1148 and it WORKS !! :)

                        Thank you - worked on this for hours!!

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