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
      56
      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.
    • 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.
    • Nordic_PandaN

      Suunto in Movies/Series..

      Watching Ignoring Scheduled Pinned Locked Moved 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] ️
    • 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
      633 Views
      isaziI
      @mich-heller https://forum.suunto.com/topic/14914/reporting-an-issue-with-your-watch-hopefully-made-easier
    • Jose Luis Merino ParraJ

      Sleep tracking with an armband.

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Race 2
      3
      0 Votes
      3 Posts
      24 Views
      S
      @Jose-Luis-Merino-Parra Sleep tracking is not done primarily with HR. You have to have to watch on. The watch also monitors your movements. There is no armband sleep tracking with Suunto.
    • Nordic_PandaN

      Vert 2 Photos…

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Vertical 2
      6
      1
      3 Votes
      6 Posts
      432 Views
      Nordic_PandaN
      @GiPFELKiND Desinfektionsmittel und Luftdruck 🫣
    • Emmanuel GutierrezE

      Feature Request: Total Daily Calories Widget

      Watching Ignoring Scheduled Pinned Locked Moved Watches
      3
      0 Votes
      3 Posts
      121 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]
    • B

      Vibrations et tonalités fantômes

      Watching Ignoring Scheduled Pinned Locked Moved Suunto 9 Peak Pro
      15
      3 Votes
      15 Posts
      928 Views
      Francesco PaganoF
      Phantoms vibrations have returned for a short time two days ago after I updated the Suunto app (Android). But now they stopped.
    • althaea35A

      New promo for April 8

      Watching Ignoring Scheduled Pinned Locked Moved Headphones
      16
      0 Votes
      16 Posts
      855 Views
      S
      @GiPFELKiND These look very similar to the Huawei Freearc earbuds which are brilliant…Only downside is touch controls but they sound great, stay put when running and you can still hear what’s going on around you.
    • K

      Vector Classic with added Date

      Watching Ignoring Scheduled Pinned Locked Moved SuuntoPlus™ WatchFaces
      5
      1 Votes
      5 Posts
      288 Views
      Stefano M64S
      @Gunnar said in Vector Classic with added Date: @Stefano-M64 if you scroll down, you can see the battery percentage. But as well the date. At least for Race S. I don’t have the date on both Race and Race S, just battery percentage, maybe it was added by the latest firmware, which I didn’t installed
    • GraysarG

      Suunto Wing 2 App from the SuuntoPlus Store?

      Watching Ignoring Scheduled Pinned Locked Moved Headphones
      2
      0 Votes
      2 Posts
      177 Views
      SvenningS
      @Graysar With the SuuntoWing2app, you can leave your phone at home. Your watch connects directly to your headphones.
    • 2

      [Race S - 2.50.28] Nap detected during recorded sleep

      Watching Ignoring Scheduled Pinned Locked Moved Suunto Race S bug sleep tracking
      4
      2
      2 Votes
      4 Posts
      104 Views
      S
      @isazi Related but not related. What amount of time does one have to have the watch on for before it is able to track sleep? I have had a couple nights now where I took my V2 off and put it back on around 10 pm. I went to sleep at my usual 12am but for two nights now it has not tracked any sleep. Do I have to have my watch on for several hours before it can accurately track sleep? I know this is a a strange question, but my Garmin and Coros do not have this issue.
    • 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
      147 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.
    • 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).