Suunto app Forum Suunto Community Forum
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • pavel.samokhaP

      Offline Maps and Routing in Suunto App

      Watching Ignoring Scheduled Pinned Locked Moved Suunto app and other software services
      109
      13 Votes
      109 Posts
      3k Views
      B
      @pavel.samokha Are there any plans to add the names of the POI if I click an it while being in offline mode? Or at least that I can search for them? When I’m in a new city I like to do some exploration run and it would be nice if I could search for the POI names and plan my route through the city. Today I can’t get more information to the visible POI in offline mode (this one shows POI „clearer“ than the normal maps) nor can I search for some points I can see on the map in offline. E.g. I’m visiting Rome now and would like to plan my route to the Saint Peter‘s Square- one of the most popular places. I don‘t get a match in suunto when searching for it but can see it in online and offline mode as POI. Are there any plans to expand this kind of search? Edit: Links to pictures [img]https://i.imgur.com/hFLWm7O.jpeg[/img] [img]https://i.imgur.com/VYYyaNt.png[/img]
    • S

      [Question] No stupid questions - ask anything here

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Plus Development
      114
      4 Votes
      114 Posts
      7k Views
      S
      @assaf1007 You are using two different strings for getObject and setObject. This should be a minimal working example which pushes settings.active up by 1 whenever you start an exercise: var settings = null; function onLoad(input, output) { settings = { maxPace: 12, timelapse: 123, active: 0, }; loadSettings() } var loadSettings = function () { var loaded = localStorage.getObject("appSettings"); if (loaded != null) settings = loaded; // else localStorage.setObject("appSettings", settings); settings.active++; localStorage.setObject("appSettings", settings); }; function evaluate(_inp, _out) { setText("#active", String(settings.active)) } function getUserInterface() { return { template: 't' }; } and the html: <uiView> <div> <div id="active" class="p-m"> 0 </div> </div> </uiView> So: but i wish to be able to set values at the watch itself (if possible) … in such case, i need (= user need) some kind of a preliminary UI (before app starts) to be able to update settings… Possible indeed! The ‘tennis score pro’ application has a start screen which saves the settings for the next time.
    • pavel.samokhaP

      Maps Update Rollout, March 2026, Staged

      Watching Ignoring Scheduled Pinned Locked Moved Watches
      45
      1
      38 Votes
      45 Posts
      4k Views
      S
      @safari said in Maps Update Rollout, March 2026, Staged: My software version is 3.8.1. Türkiye is listed, but no update has arrived. I guess I need to wait for the next version. I think this updates going to take a bit of patience. Roll out doesn’t seem to be immediate everywhere. Suunto makes us all more patient
    • S

      [Discussion] Share your projects

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Plus Development discussion peer-support
      55
      1 Votes
      55 Posts
      4k Views
      A
      @brechtvb Yes, the manual/reference sheet in the VS code simulator. I don’t think I can answer that 100% correctly, but from the reference sheet I would say that it is max 2 devices per watch and not per app as they specifically mention watch firmware.
    • sky-runnerS

      Race S: Extremely high battery use rate

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Race S
      35
      4 Votes
      35 Posts
      2k Views
      S
      FWIW a soft reset after using the chest strap seems to mitigate the issue…
    • Nikolai SimonovN

      Dot Matrix display

      Watching Ignoring Scheduled Pinned Locked Moved SuuntoPlus™ WatchFaces
      29
      1
      34 Votes
      29 Posts
      2k Views
      Rik KoedootR
      Is it currently also possible to modify existing watch faces? I love the new anniversary face but the data displayed on it is not of use for me, would love to show stuff like my tsb, hrv, and resources on it.
    • T

      Each Suunto Vertical 2 Limited Edition

      Watching Ignoring Scheduled Pinned Locked Moved SuuntoPlus™ WatchFaces
      38
      2 Votes
      38 Posts
      3k Views
      EgikaE
      @sky-runner said in Each Suunto Vertical 2 Limited Edition: I tried this watchface but it shows temperature in Fahrenheit which means nothing to me. I have to have temperature in Celsius and everything else in imperial units. I know Suunto can’t do mixed units (even though that worked just fine on Ambit) wait a little
    • Enzo WE

      BASIC FEATURES

      Watching Ignoring Scheduled Pinned Locked Moved Watches
      22
      -1 Votes
      22 Posts
      929 Views
      E
      @sky-runner said in BASIC FEATURES: @Enzo-W said in BASIC FEATURES: Disable the touchscreen - it’s unbearable, all the settings change in the shower or during heavy rain. I wonder if the engineers even test their tools. I don’t remember a single case of anything like that with a Garmin watch. I wonder why people think that Suunto watches are buggy. This may be one of the reasons. People may not connect being in a shower with this happening. I do. The shower accidentally turned off the alarm on my garmin forerunner 965. Twice!! And you are right, it took some time for me to realize it was the shower. On my suunto race s, I can configure that raise to wake only shows the time but does not enable the touchscreen. For me, it’s brilliant. Most of the times I don’t need to know additional info of complications. Yes, suunto has it’s bugs and annoyances but for me, not nearly as many as my previous garmin. An other thing you are right about is that suunto is missing basic configuration options, like disabling touch, or only touch in maps. (And there are dozens more, like setting alarms for certain days, or have vibrating alerts in watchmode and beeps and vibrating in sport mode) Unfortunately, suunto is more working on useless features, like track mode (and I train weekly on a track at my athletics club) but they have to. For marketing purposes they have to match the feature list of garmin. And people who look for a watch think things like trackmode is more useful than disabling the touchscreen. They just look at feature quantity.
    • Tomas Vujic SchelinT

      Elevation profile of routes created in Suunto App

      Watching Ignoring Scheduled Pinned Locked Moved Suunto app and other software services
      20
      2
      4 Votes
      20 Posts
      481 Views
      pavel.samokhaP
      @2b2bff elevation contour lines are just lines only to show elevation. So while it is based on the source data of the same nature it’s neither the form nor the tool for the task
    • P

      Vertical 2 resources

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Vertical 2
      59
      1
      1 Votes
      59 Posts
      5k Views
      M
      @aiv4r I haven’t seen this before. If this is true, then this Resources widget is probably not very reliable.
    • I

      Limited edition default watch face gone

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Vertical 2
      29
      -1 Votes
      29 Posts
      2k Views
      EgikaE
      ok, then the state I have probably is what you will get with the next update.
    • Stefan KerstingS

      Vector watch face - tone down digital shadow

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Vertical
      18
      16 Votes
      18 Posts
      1k Views
      Manuel ExtremeM
      it’s a watch face designed for AMOLED displays (developed for the Vertical 2 90° edition), I find that it still looks very good even on the older MIP displays of the V1. [image: 1774131278506-90.jpg] Although on MIP I prefer analog hands. [image: 1774131316072-lanc.jpg]
    • Nordic_PandaN

      When the next Update?

      Watching Ignoring Scheduled Pinned Locked Moved Watches
      16
      -2 Votes
      16 Posts
      2k Views
      Nelson DiogoN
      @ADidier also I’ve had several reboots during runs. The watch recovers and it keeps recording after but it’s not good to see this instability.
    • althaea35A

      New promo for April 8

      Watching Ignoring Scheduled Pinned Locked Moved Headphones
      15
      -1 Votes
      15 Posts
      724 Views
      GiPFELKiNDG
      @suzzlo ordered it at amazon shipping at end of august ! Amazon today morning preorder price was 99€ [image: 1775221563973-screenshot_2026-04-03-15-05-17-989_com.amazon.mshop.android.shopping.jpg]
    • S

      Suunto and Concept 2 indoor rowing

      Watching Ignoring Scheduled Pinned Locked Moved SuuntoPlus™ Sports Apps
      18
      5 Votes
      18 Posts
      1k Views
      SportsfreundS
      I just tested it at 10k. It works well. It’s just a mirror of the PM5, though. Unfortunately, the values ​​themselves aren’t transferred to Suunto. My 10k reading became 10.5k and had to be corrected before saving.
    • Dimitrios KanellopoulosD

      What sport mode is missing from our watches in your opinion?

      Watching Ignoring Scheduled Pinned Locked Moved Watches
      258
      4 Votes
      258 Posts
      62k Views
      Nelson DiogoN
      @2b2bff I don’t think so since it has Cycling and Mountain Biking
    • Nordic_PandaN

      Suunto in Movies/Series..

      Watching Ignoring Scheduled Pinned Locked Moved Watches
      14
      3
      8 Votes
      14 Posts
      913 Views
      Nordic_PandaN
      @Fenr1r nice
    • G

      Vector Classic watchface causing battery drain?

      Watching Ignoring Scheduled Pinned Locked Moved SuuntoPlus™ WatchFaces
      14
      2 Votes
      14 Posts
      791 Views
      G
      @Egika I know I didn’t do anything else beyond switch watch face. I didn’t even change the Oragne color (which I like) and when I switched back the return to normal was immediately observable (I compare to the battery usage model I use for reference which is very accurate when used with my Athletics watch face setup). I’m on the Vertical 2. Maybe it’s different for others.
    • RayfoxR

      Removing “Gym Timer” from Track Running?

      Watching Ignoring Scheduled Pinned Locked Moved SuuntoPlus™ Sports Apps
      14
      2
      0 Votes
      14 Posts
      470 Views
      2
      @Rayfox remove Gym Timer, select two other SuuntoPlus apps in Track Running, reinstall Gym Timer. My guess is that this will work, as both app slots are already taken by a different app and therefore Gym Timer cannot be selected anymore…
    • Dima PursanovD

      Fixes requests: Small annoyances are SO bad

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Race S
      13
      1 Votes
      13 Posts
      525 Views
      G
      @Dima-Pursanov said in Fixes requests: Small annoyances are SO bad: @Egika but I did experience this behavior and almost missed the planned wakeup… Can you reproduce your problem?