scottdrichards
                                            scottdrichards
                                        
                                    I have a pi3 and the transitions are choppy too (1080 display). As the transitions are handled by the browser, I would expect it to be optimized already. Perhaps there's...
I would also like to know how to enable the right flags. I am using a separate sever/browser setup so electron support isn't required. Thanks! ________________________________ From: MacG-DD ***@***.***> Sent:...
I was having trouble with moderately sized folders of images (>100). I think it has to do with the synchronous file system calls were somehow causing the whole thing to...
I believe the "client_id" and "client_secret" are for the API access, not for individual athletes. That said, I am having trouble as well, it is not saving separate tokens for...
I figured out how to fix it, but I am not confident enough with git to submit the fixes: in node_helper.js change saveToken function to write the moduleIdentifier instead of...
Note, this may break other functionality. I just hacked it together to get it working as I wanted. This does double the number of Strava requests so every now and...
In node_helper.js also change `if (payload.config.client_id && (!(payload.config.client_id in this.tokens))) {` to ` if (payload.identifier && (!(payload.identifier in this.tokens))) {`
It looks like the problem arises when you try to use the same API key for both modules as that is how your implementation keeps track of access tokens (by...
Just a warning - using my hack above - if you move modules around then you will have to change the respective IDs in tokens.json as needed (MM assigns IDs...
No idea, sorry!