Advanced

Re: Script for 30 consecutive days in the 366 matrix

[Resolved] Script for 30 consecutive days in the 366 matrix
April 17, 2026 09:16AM
Is there a script, wich gives the possibility to look for a number (i.e. 30) of consecutive days in the 366 matrix (for exampe from 20. April to 19. May in any year)? I can tag the script myself but I didn't find a script for this. Can anyone help with this?

Thank you,
bajjab
Re: Script for 30 consecutive days in the 366 matrix
April 17, 2026 09:37AM
Yes. You can use this one: https://project-gc.com/Tools/Challenges?edit&scriptId=15674&addTag

The config would look like this:
{
  "conditions": {
    "span": 30
  }
}

If you like, you can further restrict which kinds of caches will count, e.g. by type, size, attribute, ...

I called that feature "span" in my script instead of "streak" so that reviewers can't mistake it so easily for a "finds streak", where no such further restrictions would be allowed.
Re: Script for 30 consecutive days in the 366 matrix
April 17, 2026 09:43AM
Thank you very much. That works exactly as I expected. I will add "span" in the text to make it clear.
Sorry, only registered users may post in this forum.

Click here to login