How to Track Weight Watchers Points on MFP!!

Options
1131416181934

Replies

  • boredlimodriver
    boredlimodriver Posts: 264 Member
    Options
    why not just use the WW app?
  • GinJon
    GinJon Posts: 446 Member
    Options
    bump for later
  • Shetchncn1
    Shetchncn1 Posts: 260 Member
    Options
    Save for later
  • Jodibear58
    Jodibear58 Posts: 280 Member
    Options
    bump
  • heathermarnold
    heathermarnold Posts: 14 Member
    Options
    Saving for later!
  • Jo4applerose
    Jo4applerose Posts: 36 Member
    Options
    went back to ww etools. I like to track via my iphone so I don't think I can do it thru this and get points and calories.
  • candicejn
    candicejn Posts: 458 Member
    Options
    Thank you!!
    For those experiencing this issue in Chrome, here is how to get it to work:
    Just add this to the top of the script file:
    (function () {

    and then this to the very bottom of the script:
    })();

    FYI- Here is the bug I filed with Tampermonkey: http://forum.tampermonkey.net/viewtopic.php?f=17&t=623&p=2518#p2518
  • Mija2010
    Mija2010 Posts: 11
    Options
    For those experiencing this issue in Chrome, here is how to get it to work:
    Just add this to the top of the script file:
    (function () {

    and then this to the very bottom of the script:
    })();

    FYI- Here is the bug I filed with Tampermonkey: http://forum.tampermonkey.net/viewtopic.php?f=17&t=623&p=2518#p2518

    Thank you so much! I finally got this to work. Curiosity made me want to know if my calories were consistent with what my WW points should be. Interestingly, I am eating within my calories and consistently staying within my points (daily plus 1/7 of weekly).
  • cruiselady1977
    cruiselady1977 Posts: 9 Member
    Options
    I clicked on that link and dowloaded something. but it did not change MFP. Please help
  • msmolly1101
    msmolly1101 Posts: 3 Member
    Options
    Help......

    hi all,
    I'm having trouble getting this to combined with MFP.
    I believe I did it right but don't know what to do next. see below

    // ==UserScript==
    // @name MyFitnessPal Weight Watchers Points
    // @version 1.1.4
    // @description Adds display of Weightwatcher points to any daily food diary page. Also adds "Real Calories" calcalation based off 4/4/9 algorithm.
    // @include http://www.myfitnesspal.com/food/diary/*
    // @include https://www.myfitnesspal.com/food/diary/*
    // ==/UserScript==


    var pointsPlus=true;
    var precisonWW=false;
  • cruiselady1977
    cruiselady1977 Posts: 9 Member
    Options
    When I click on the link and download it is a program called Open It. and there is nothing in it.
  • brendapalmer146
    brendapalmer146 Posts: 22 Member
    Options
    It's not working for me either...I have the tampermonkey installed etc and it shows the script is running but on MFP it's not showing points,, still calories. And Ive arranged all the nutrients the way they are supposed to be (calories, fat etc) so at a bit of a loss as well...using Google chrome.
    Thanks
  • kristenfischer12
    Options
    How do you install this??
  • Zazzyroxy
    Zazzyroxy Posts: 8 Member
    Options
    I followed the directions and loader Firefox but where is the point value?... Can anyone help

    Gail
  • Zazzyroxy
    Zazzyroxy Posts: 8 Member
    Options
    can anyone help me with this please? I did exactly what the directions said but where am I suppose to do the editing: change something to false, etc...

    Also, what does the page look like when successfully loaded. Is there a column that creates a point from the factors of calorie/carg/fat/fiber/protein????

    Gail
  • Zazzyroxy
    Zazzyroxy Posts: 8 Member
    Options
    Can you provide me a step by step method to do this? I tried but must have something wrong. I really would love to have this.

    Gaile
  • mbrou28
    mbrou28 Posts: 132 Member
    Options
    Thanks a bunch for posting this! I was looking for a way to do it yesterday after someone mentioned it was possible.
  • msmolly1101
    msmolly1101 Posts: 3 Member
    Options
    I finally got the points to work. I had to change line 10 false to true and it came thru. I also took the half point off and made it a whole number by deleting lines 67 & 68. So anything between 50 & 75 = 1 point

    var pointsPlus=true;
  • Scarlett_Belle
    Scarlett_Belle Posts: 145 Member
    Options
    bump
  • jayntara
    jayntara Posts: 1 Member
    Options
    Thanks