Comments on: Update your ZwiftMap with chat overlay and custom colours https://zwifthacks.com/update-your-zwiftmap-with-chat-overlay-and-custom-colours/ Make it easy to ride more.... Mon, 30 Oct 2017 21:36:26 +0000 hourly 1 https://wordpress.org/?v=7.0.1 By: Andrew Ballas https://zwifthacks.com/update-your-zwiftmap-with-chat-overlay-and-custom-colours/#comment-150 Sat, 09 Sep 2017 02:17:24 +0000 http://zwifthacks.com/?p=563#comment-150 In reply to Andrew Ballas.

oh hang on, disregard that, i just remembered that when i log in the zwift id changes to the persons name, Facepalm lol

]]>
By: Andrew Ballas https://zwifthacks.com/update-your-zwiftmap-with-chat-overlay-and-custom-colours/#comment-149 Sat, 09 Sep 2017 02:15:01 +0000 http://zwifthacks.com/?p=563#comment-149 I’m not sure how others use the chat overlay but for me the more important parts are the time and chat message. It would be good if the order of the columns were changed from Time-Zwift ID-Chat text to Zwift ID-Time-Chat text so that i can push the Zwift ID off the left side of my screen to only see the time and chat text. Love your work!

]]>
By: jesper https://zwifthacks.com/update-your-zwiftmap-with-chat-overlay-and-custom-colours/#comment-148 Wed, 06 Sep 2017 09:36:38 +0000 http://zwifthacks.com/?p=563#comment-148 In reply to PH.

I assume that you have installed ZwiftMap from the download and theb launched both Zwift and ZwiftMap but cannot see the ZwiftMap overlay.

Make sure that you run Zwift in window mode and not fullscreen mode.

You may also try to start Zwift first and then ZwiftMap but it really shouldn’t matter.

]]>
By: PH https://zwifthacks.com/update-your-zwiftmap-with-chat-overlay-and-custom-colours/#comment-147 Tue, 05 Sep 2017 19:01:48 +0000 http://zwifthacks.com/?p=563#comment-147 Why do I not see this overlay on Zwift? Doing something wrong…

]]>
By: jesper https://zwifthacks.com/update-your-zwiftmap-with-chat-overlay-and-custom-colours/#comment-138 Tue, 23 May 2017 14:03:03 +0000 http://zwifthacks.com/?p=563#comment-138 In reply to JHHammy.

Yes, just minimise the configuration window.

]]>
By: JHHammy https://zwifthacks.com/update-your-zwiftmap-with-chat-overlay-and-custom-colours/#comment-137 Tue, 23 May 2017 13:09:35 +0000 http://zwifthacks.com/?p=563#comment-137 How do you “stay” signed in to Zwift from the ZwiftMap – configuration screen? Using Mac OS X version, I am able to sign in just fine. But as soon as I click the red X to close the ZwiftMap – Configuration window it appears to sign me out… should I just minimize the configuration window during each session??

]]>
By: Gerrie https://zwifthacks.com/update-your-zwiftmap-with-chat-overlay-and-custom-colours/#comment-95 Sun, 26 Feb 2017 22:58:40 +0000 http://zwifthacks.com/?p=563#comment-95 In reply to jesper.

Thanks It works like a charm.

]]>
By: jesper https://zwifthacks.com/update-your-zwiftmap-with-chat-overlay-and-custom-colours/#comment-94 Sat, 25 Feb 2017 16:14:17 +0000 http://zwifthacks.com/?p=563#comment-94 In reply to Jamie Bishop.

Until this feature gets added you can customise it yourself. See how at Tips & Tricks: Customise the chat log in ZwiftMap.

]]>
By: jesper https://zwifthacks.com/update-your-zwiftmap-with-chat-overlay-and-custom-colours/#comment-93 Sat, 25 Feb 2017 15:54:17 +0000 http://zwifthacks.com/?p=563#comment-93 In reply to Gerrie.

You can try the following in your user.css file:

g.roads .roadline {
  /* the width of the road (default is 2800) */
  stroke-width: 6000px !important;
  /* colour (here set to transparent) */
  stroke: transparent !important;
} 

g.roads .roadsegment { 
  /* width of individual segment drawn on top of roadline (default 2000) */
  stroke-width: 3000px ! important;
  /* colour */
  stroke: blue !important;
}
]]>
By: Gerrie https://zwifthacks.com/update-your-zwiftmap-with-chat-overlay-and-custom-colours/#comment-92 Fri, 24 Feb 2017 16:50:13 +0000 http://zwifthacks.com/?p=563#comment-92 In reply to Gerrie.

I spend a load of time last night making a cool background for my London loop and it start to look super cool. Thanks again.

I hate to ask, but here it goes. You gave us access to change the color of the line and the marker. do you have a hack to change the width and/or make it transparent.

]]>