Settings page 404s
Tapping the gear in the Pebble app brings up a "404 - there isn't a github pages site here" error page. Unfortunately I don't know which github page it's trying to load because it doesn't have the usual browser widgets.
it tries to load this page http://freakified.github.io/TimeStylePebble/ see https://github.com/freakified/TimeStylePebble/blob/master/src/pkjs/index.js you can find the base config URL there no clue why GitHub does not want to load the page
Any plan to fix this, or is there a way to load the page alternatively? I still use this watchface on a daily basis.
As a workaround solution there is my forked version TimeStyleBBPebble for which the setting page is still working : https://plarus.github.io/TimeStyleBBPebble/config_color.html?appversion=11
Weird. There have been no commits to gh-pages since Feb 2017. This seems like an easy fix, @tilden just needs to check the GitHub Pages settings.
I'd check https://github.com/freakified/TimeStylePebble/deployments, but I don't have permission.
@theLMGN I couldn't find anything wrong in the settings, but I just made a 1-line meaningless change to force a gh-pages rebuild, and it appears that this has fixed it -- http://freakified.github.io/TimeStylePebble/config_color.html now works.
That said, these days I mostly just recommend @plarus's fork (or one of the other forks that I think exists).
I tried @plarus's fork, but the "send to watch" button doesn't do anything, it just remains stuck at the default settings forever. So, thanks for the quick fix!