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
    • 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.
    • althaea35A

      New promo for April 8

      Watching Ignoring Scheduled Pinned Locked Moved Headphones
      15
      -1 Votes
      15 Posts
      720 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]
    • OutdoorManO

      Map lag

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Race 2
      8
      0 Votes
      8 Posts
      315 Views
      pavel.samokhaP
      @OutdoorMan it doesn’t sound normal, video and location would be welcome next time to test
    • 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.
    • mich hellerM

      [Race2 - 2.50.28] weird GPS track and crash during workout

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Race 2 race 2 crash gps
      11
      2
      0 Votes
      11 Posts
      618 Views
      isaziI
      @mich-heller https://forum.suunto.com/topic/14914/reporting-an-issue-with-your-watch-hopefully-made-easier
    • K

      Vector Classic with added Date

      Watching Ignoring Scheduled Pinned Locked Moved SuuntoPlus™ WatchFaces
      4
      1 Votes
      4 Posts
      200 Views
      K
      I know, I use the scrolling “method” at the moment. But sometimes when you need to fill the date onto a form or something, it’s easiest at a glance, not to scroll. Honestly I have never looked at my battery percentage at all (until now that is). I mean the Race (original) lasts like 3 days when I use it to gym or go for a run. And I can see the percentage of charge when I charge it… It’s not an apple watch, it won’t run out of juice 10min into a run.
    • Emmanuel GutierrezE

      Feature Request: Total Daily Calories Widget

      Watching Ignoring Scheduled Pinned Locked Moved Watches
      3
      -1 Votes
      3 Posts
      105 Views
      Manuel ExtremeM
      Under active calories, there is the total calories. However, if you train with another watch, those calories are not added, not even in the app. [image: 1775245148398-img_0171.jpeg] [image: 1775245148440-img_0172.jpeg] [image: 1775245148465-img_0173.jpeg]
    • 2

      [Race S - 2.50.28] Nap detected during recorded sleep

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Race S bug sleep tracking
      3
      2
      0 Votes
      3 Posts
      89 Views
      2
      @isazi said in [Race S - 2.50.28] Nap detected during recorded sleep: so report it again if it happens with the new firmware I surely will
    • Nordic_PandaN

      Suunto in Movies/Series..

      Watching Ignoring Scheduled Pinned Locked Moved Watches
      14
      3
      7 Votes
      14 Posts
      907 Views
      Nordic_PandaN
      @Fenr1r nice
    • 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.
    • E

      Alpine skiing downhill

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Race 2
      64
      1 Votes
      64 Posts
      7k Views
      MdzOttM
      @tomahawk5000 my vertical shows correctly (if anything, a bit high; Strava adjusts it down). I don’t track distance in alpine skiing (I find irrelevant), only vertical (descent).
    • Mattias GöranssonM

      Real-time sync/info in phone? Is the support staff cluless or what?

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Race 2 real-time bike live-info
      11
      0 Votes
      11 Posts
      360 Views
      G
      @Mattias-Göransson don’t buy anything from a company with AI support. You will save a lot of money.
    • B

      Vibrations et tonalités fantômes

      Watching Ignoring Scheduled Pinned Locked Moved Suunto 9 Peak Pro
      14
      3 Votes
      14 Posts
      889 Views
      G
      @tmclr I am having the same problem and it is happening on both our S9PP’s . Has anyone found a solution?
    • U

      VSCode Extension (Simulator) broken in latest version of VSCode on MacOS

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Plus Development
      2
      1 Votes
      2 Posts
      129 Views
      S
      @Unpaired8373 Does this happen with a fresh application from Create App or only with the one you’re working on? Our team member with an M2 Macbook reported not being able to reproduce this error.
    • 2

      AI usage in support is getting ridiculus

      Watching Ignoring Scheduled Pinned Locked Moved Suunto app and other software services support
      1
      4 Votes
      1 Posts
      112 Views
      No one has replied
    • 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]