You are reading a single comment by @glemco and its replies. Click here to read the full conversation.
  • SlopClock++ have you tied left and right swipes.

    Yes, still cant get Weather info's displayed on slopeclockpp.
    I do see a Weather menu in BW clock and can cycle through that.
    I have been seeing this message on the console at start up of slopeclockpp

    Could not load clock info "weather.clkinfo.js"
    

    This does not happen when BW clock starts up.
    I can see a blank entry for the raindrops (this is what I would expect on slopeclockpp) as well.
    NOTE: I have not setup GadgetBridge but I dont usually have to do that for a quick test on BW clock. I will try that.

    I have weather 0.17 installed from the offical loader.
    I was going to install Weather 0.22 but noticed problem.

  • I couldn't reproduce the error with clkinfos on my setup, however I found that the code printing that warning isn't exactly helping out with the problem..
    Could you trigger the exception while adding something like

    console.log(e);
    

    in the same catch box where that is printed (should be clock_info:133).
    After that, the result might tell something more meaningful.
    (For simplicity I can try to set up a branch with that modification on my fork, stay tuned)

    EDIT
    Here you go, by uninstalling and reinstalling the offending clock (slopeclockpp) with my app loader's fork (https://glemco.github.io/BangleApps/) you should be able to use this modified version of the clock_info module. You can check the only new commit in my master branch is adding that line.

  • The SlopeClockpp with Weather Clock_info is working fine without issue on my 2nd Bangle 2.
    I will try adding in the other Clock Info's.
    I am using your SlopeClockpp with Weather 0.22
    Could this be something to do with pretokenisation ?
    I have re-installed all my apps without pretokenisation.
    All clock_info's working now, no pauses and errors on the IDE.

    Issue 2382 still reproducable though.

About

Avatar for glemco @glemco started