How to Track Weight Watchers Points on MFP!!
Replies
-
why not just use the WW app?0
-
bump for later0
-
Save for later0
-
bump0
-
Saving for later!0
-
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.0
-
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#p25180 -
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).0 -
I clicked on that link and dowloaded something. but it did not change MFP. Please help0
-
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;0 -
When I click on the link and download it is a program called Open It. and there is nothing in it.0
-
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.
Thanks0 -
How do you install this??0
-
I followed the directions and loader Firefox but where is the point value?... Can anyone help
Gail0 -
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????
Gail1 -
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.
Gaile0 -
Thanks a bunch for posting this! I was looking for a way to do it yesterday after someone mentioned it was possible.0
-
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;0 -
bump0
-
Thanks0
-
Yay it works! But those of us who are super blonde haha be sure to put NONE after you put your nutrients in order. I had Sugar on the last drop down choice and it threw it off0
-
Yay it works! But those of us who are super blonde haha be sure to put NONE after you put your nutrients in order. I had Sugar on the last drop down choice and it threw it off
Someone posted earlier in thread that if you wanted to say have sugar too in your nutritional values, you would need to edit the following lines. Just installed this today and done this, so can verify that it does work.
Line 114
else if (index==6 && $(this).hasClass('delete')) {
to
else if (index==7 && $(this).hasClass('delete')) {
We're simply offsetting the columns where total points should be displayed by 1
Line 96:
$(this).find('td').eq(7).html(totalPoints);
to
$(this).find('td').eq(8).html(totalPoints);
To display the total in the right most column as well
I'm using firefox, but with Scriptish instead of greasemonkey.
Hope that helps.0 -
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 for this fix! I finally got it working in Chrome! I love this!0 -
Nothing to see here.... I fixed my issues!
Thanks again for this great tool!0 -
This is BRILLIANT!!!!!!! I love it! The MFP database is so much easier to use, and I like learning what to eat/nutrition instead of some arbitrary points system only. I really think this might take the place of the online tools for me, and help me decide to switch to the meetings alone for accountability!
Anyone else do that?0 -
One more question, does anyone know how to enter our daily allotment of points into MFP?0
-
Took me FOREVER to figure it out lol. I was confused on where to look for the points value but I found it by going to my food diary on my computer. Not sure if I can see the points on my phone yet. Thanks so much for sharing this info0
-
Glad to see this is still helping a lot of people!! If you have questions about how to get it to work, please look through the previous pages, as it has been explained in detail, many times.
As far as I know, this does not work on Android or Iphone.0 -
save0
-
Thank you so much, this is eye opening!
ON a good day of 1130Cals I actually ate 24 points, which is 4 over my limit! Some days it went to 30 points, with my cals still under 1200!
No wonder I'm not loosing weight, the food choices I made was wrong0
Categories
- All Categories
- 1.4M Health, Wellness and Goals
- 393.2K Introduce Yourself
- 43.8K Getting Started
- 260.2K Health and Weight Loss
- 175.9K Food and Nutrition
- 47.4K Recipes
- 232.5K Fitness and Exercise
- 421 Sleep, Mindfulness and Overall Wellness
- 6.5K Goal: Maintaining Weight
- 8.5K Goal: Gaining Weight and Body Building
- 153K Motivation and Support
- 8K Challenges
- 1.3K Debate Club
- 96.3K Chit-Chat
- 2.5K Fun and Games
- 3.7K MyFitnessPal Information
- 23 News and Announcements
- 1.1K Feature Suggestions and Ideas
- 2.6K MyFitnessPal Tech Support Questions