Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for custom Nightscout URLs #204

Open
aleb opened this issue Jan 7, 2024 · 3 comments
Open

Better support for custom Nightscout URLs #204

aleb opened this issue Jan 7, 2024 · 3 comments

Comments

@aleb
Copy link

aleb commented Jan 7, 2024

As per #51 (comment), the custom Nightscout URL must have the following template:

https://{DOMAIN}:{PORT}/pebble?token={TOKEN}&count=47

This is ridiculously difficult to figure out. The documentation at https://glancewatchface.com/#setup gives the "https://glancedata.herokuapp.com/pebble" example which is confusing. It should explain where "pebble" is coming from, or give other examples.

The UI does not have any note about what URL is valid, or how to check that it's correct.

Note, currently if you specify a token in the URL and miss the &count=47 part, which is not specified in the wizard page, it's added automatically but in a wrong way. The final URL looks like https://.../pebble?token=...?count=47 (note the two question marks), and it's invalid.

@ddellspe
Copy link
Contributor

ddellspe commented Jan 7, 2024

This was actually added in #199 and has some further improvements in #200 unfortunately it hasn't been released yet (likely because both @Rytiggy and I no longer use Fitbits ourselves.

@milesressler
Copy link

@ddellspe @Rytiggy Are you guys still planning to maintain this project? I have a Sense 2 and am getting the E404 issue as well using a private Nightscout server (on Northflank), and wanted to check if I can help get these latest improvements released? I wouldn't mind doing some dev work to fix issues that popup as well, or if you're looking to release the project completely, that's an option as well.

I'm really bummed about not being able to see my numbers on my FitBit, and this seems like the watchface recommended everywhere I've checked, I'm sure the community would love to see it continue.

@Rytiggy
Copy link
Owner

Rytiggy commented Apr 15, 2024

Hey @milesressler I've had very little time to work on it, but I am still maintaining it, I would love any help! How would you like to contribute?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants