• 13 Votes
    120 Posts
    3k Views
    M
    @sky-runner You’re overcomplicating simple things. Contour lines on online maps are very clear and non-intrusive (they don’t ruin the map’s readability) without any switches or other unnecessary mechanisms.
  • Vibrations et tonalités fantômes

    Suunto 9 Peak Pro
    17
    3 Votes
    17 Posts
    1k Views
    Francesco PaganoF
    @isazi to be precise it happened when I left my phone at home and went away with only my watch
  • Live location S+ app

    SuuntoPlus™ Sports Apps
    283
    58 Votes
    283 Posts
    74k Views
    EgikaE
    @Nikolai-Simonov yesterday I wanted to switch on Live location mid-activity. I failed. Thule the watch showed connected, the ios app (latest beta of today) always had an orange “waiting for S+” in the status and did not get a position from the watch. It looked like this (ios): [image: 1775360669927-img_4389.png] Is this supposed to work?
  • Guide target zone alerts

    SuuntoPlus™ Sports Apps
    17
    12 Votes
    17 Posts
    5k Views
    L
    Has this feature been added? I am seeing some people that do have the vibration and some that doesn’t. I am on Race 2 and I don’t get any vibration when I am out of my interval target pace on Suunto Guide.
  • 6 Votes
    2 Posts
    90 Views
    S
    @sky-runner Something similar happened to me a while ago, due to the depleted battery of my armband (Polar Verity Sense). much better behavior would be to automatically switch to internal HR. if I’m not mistaken, such behaviour is already included with the Suunto Run, and it would be great to have it.
  • Sleep tracking with an armband.

    Suunto Race 2
    6
    0 Votes
    6 Posts
    202 Views
    ChrisAC
    @Jose-Luis-Merino-Parra nice idea but you can‘t track sleep with an external HR monitor. External HR monitors only work during workouts. Would be great if Suunto could import sleep data from external devices like an Oura ring, which would be way more comfortable to sleep with.
  • 0 Votes
    14 Posts
    492 Views
    Manuel ExtremeM
    @Mattias-Göransson There are plenty of YouTube videos breaking these watches down to the smallest detail. As far as I know, no company answers this kind of question directly. It wouldn’t make sense for them to have an army of people handling every random query through pre-sales support for millions of users. If you’re surprised by how support responds, you probably haven’t dealt much with pre-sales support before. Back to the topic: from what I can see, Suunto doesn’t have this feature.
  • Tide

    Suunto Race
    3
    3 Votes
    3 Posts
    346 Views
    M
    Yes please. Coming from Garmin and really miss the tide feature. With the SuuntoPlus functionality it sounds like a easy task to add it. Aloha
  • Feature Request: Total Daily Calories Widget

    Moved Watches
    4
    0 Votes
    4 Posts
    175 Views
    Emmanuel GutierrezE
    @2b2bff I know there a spot at the bottom that show total but there’s not widget to show that. I was wondering if they can implement a widget that that total number of calories and not have it as a widget with active. Some users will rather know total calories.
  • New promo for April 8

    Moved Headphones
    17
    0 Votes
    17 Posts
    1k Views
    sky-runnerS
    @shamilt1 Also these look very similar to Shokz OpenFit, OpenFit 2, OpenFit Pro, all of which are not bone conducting headphones.
  • Vert 2 Photos…

    Suunto Vertical 2
    7
    1
    3 Votes
    7 Posts
    551 Views
    AudaxjoeA
    @GiPFELKiND ultrasonic cleaner is good for cleaning the watch. And handy for lots of other household items.
  • 2 Votes
    6 Posts
    194 Views
    S
    @isazi Thank you for the reply.
  • Vector Classic with added Date

    SuuntoPlus™ WatchFaces
    7
    3 Votes
    7 Posts
    420 Views
    peegeeP
    @keiserza it would be lovely if the date would be added
  • 1 Votes
    15 Posts
    1k Views
    P
    Short follow-up to my previous post. Not sure if it’s just me, but today, for the first time, the GPS data synced correctly on my iPhone (…detailed HR info nowhere to be found still, but at least…) The only change was a recent update to their app, soooo, keep up with the good job Suunto programmers! [image: 1775313436806-follow-up.jpg]
  • Altimeter Calibration Issue

    Suunto Run
    1
    0 Votes
    1 Posts
    73 Views
    No one has replied
  • Suunto Wing 2 App from the SuuntoPlus Store?

    Headphones
    3
    0 Votes
    3 Posts
    246 Views
    Danny polegD
    @Svenning That’s true, but you’re left without music because there’s no MP3 option on the headphones, and if you don’t have your phone with you, you need a different BLUETOOTH player to listen to music.
  • 1 Votes
    56 Posts
    4k Views
    brechtvbB
    @aenzed okay thank you for your input. This weekend i’m starting on reading a garmin sensor, should not be too hard. But this limit of 2 sensors is really wild. If one cycles with: speed cadance power heart rate sensor, we are 2 times in the blue. Suunto should really up this number, with just a note/popup that power consumption will go up because of the number of connected devices. That is totally acceptable. Suunto users understand as well that GPS can be configured less precise for less power consumption.
  • Suunto in Movies/Series..

    Watches
    16
    3
    8 Votes
    16 Posts
    1k Views
    Nordic_PandaN
    @nseslija said in Suunto in Movies/Series..: James Franco in 127 Hours… Suunto Vector. [image: 1775285983678-5f1a98b2-f32a-4537-a8b3-f87ff5cff1b1-image.jpeg] ️
  • [Question] No stupid questions - ask anything here

    Pinned 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.
  • 1 Votes
    2 Posts
    159 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.