Can I add a live clock on my dashboard? Or multiple showing different time zones?

Emily Reynolds June 22, 2020

Looking to add a page displaying live clocks from different time zones. Something similar to the attached photo. I can add a link to the website but I'd rather have it on display and live tracking.

1 answer

1 accepted

0 votes
Answer accepted
repi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 22, 2020

@Emily Reynolds 

The type of your confluence would be important. Server or cloud!
Because here the possibilities are very different.

repi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 22, 2020

If it is the server, you can do various things with macro html.

weltuhr.png

Emily Reynolds June 23, 2020

Yes that's exactly what I'd like ^. Do you know how to do this please? 

repi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 23, 2020

This is only possible if you have confluence in the server version. Then you can enter your own html code using html macro.

Arthur Mack
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 23, 2020

If you have cloud you can still do it but you need to add one of the HTML apps and use it to add your code.

Emily Reynolds June 25, 2020

I believe I am on the server. Sorry I'm not great with coding, what is the basis for the code I would need to enter? 

repi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 3, 2020

Here is the code for London and New York
Please insert the code in the html macro.
The lettering is German, but you can change it to a language of your choice.

https://www.zeitverschiebung.net/en/

<div style="text-align:center;padding:1em 0;"> <h2><a style="text-decoration:none;" href="https://www.zeitverschiebung.net/de/city/5128581"><span style="color:gray;">Aktuelle Uhrzeit / Ortszeit</span><br />New York City, Vereinigte Staaten von Amerika (USA)</a></h2> <iframe src="https://www.zeitverschiebung.net/clock-widget-iframe-v2?language=de&size=&timezone=America%2FNew_York" width="100%" height="150" frameborder="0" seamless></iframe> <small style="color:gray;">&copy; <a href="https://www.zeitzonenrechner.net/" style="color: gray;">Zeitzonenrechner</a></small> </div>
 <div style="text-align:center;padding:1em 0;"> <h2><a style="text-decoration:none;" href="https://www.zeitverschiebung.net/de/city/2643743"><span style="color:gray;">Aktuelle Uhrzeit / Ortszeit</span><br />London, Großbritannien</a></h2> <iframe src="https://www.zeitverschiebung.net/clock-widget-iframe-v2?language=de&size=&timezone=Europe%2FLondon" width="100%" height="150" frameborder="0" seamless></iframe> <small style="color:gray;">&copy; <a href="https://www.zeitzonenrechner.net/" style="color: gray;">Zeitzonenrechner</a></small> </div>

.
 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events