<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Project-GC Q&amp;A - Recent questions tagged new-cache-notifier</title>
<link>https://project-gc.com/qa/?qa=tag/new-cache-notifier</link>
<description>Powered by Question2Answer</description>
<item>
<title>Probably bug in dynamic notifications</title>
<link>https://project-gc.com/qa/?qa=31041/probably-bug-in-dynamic-notifications</link>
<description>I use the iOS app „cache notifier“ which works quite nice. Now I am on holiday and I get notifications from home. &lt;br /&gt;
&lt;br /&gt;
It seems like PGC inserts my home coordinates. cache notifier shows the correct coordinates. If I the. turn off cache notifier and turn it on again, PGC shows the correct coordinates.</description>
<category>Bug reports</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=31041/probably-bug-in-dynamic-notifications</guid>
<pubDate>Mon, 05 Jan 2026 17:57:16 +0000</pubDate>
</item>
<item>
<title>New Cache notifier: County selecteion not showing counties if region selected</title>
<link>https://project-gc.com/qa/?qa=30772/notifier-county-selecteion-showing-counties-region-selected</link>
<description>&lt;p&gt;When creating a new cache notifier, the counties wont show if a region is selected. They do get loaded, but are not shown in the dropdown.&lt;br&gt;&lt;br&gt;If no region is selected the counties are shown and selectable.&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.dropbox.com/scl/fi/9p16iqpr92uewy721742b/Screenshot-2025-09-05-124917.png&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.dropbox.com/scl/fi/9p16iqpr92uewy721742b/Screenshot-2025-09-05-124917.png?rlkey=30zl5r8i7l2b59g8754lkpkpg&amp;amp;st=88xz97u1&amp;amp;dl=0&quot;&gt;Screenshot 1&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.dropbox.com/scl/fi/ey2605kb7lkx3pk9gd9yq/Screenshot-2025-09-05-124924.png?rlkey=6117tdsz2o7r6pam76j0z17rv&amp;amp;st=9aj1ut1n&amp;amp;dl=0&quot;&gt;Screenshot 2&lt;/a&gt;&lt;/p&gt;</description>
<category>Bug reports</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=30772/notifier-county-selecteion-showing-counties-region-selected</guid>
<pubDate>Fri, 05 Sep 2025 10:55:21 +0000</pubDate>
</item>
<item>
<title>Better Documentation of Dynamic Location Update URL</title>
<link>https://project-gc.com/qa/?qa=30708/better-documentation-of-dynamic-location-update-url</link>
<description>&lt;p&gt;The &lt;a rel=&quot;nofollow&quot; href=&quot;https://project-gc.com/User/NewCacheNotifiers&quot;&gt;New Cache Notifiers&lt;/a&gt; page has documentation for setting up GPS Logger for Android, but it does not have a generic documentation of the parameters supported by the&amp;nbsp;&lt;a href=&quot;https://project-gc.com/api/UserLocation/Update/&quot; rel=&quot;nofollow&quot;&gt;https://project-gc.com/api/UserLocation/Update/&lt;/a&gt; API.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;A documentation would be nice, especially for parameters that are non-obvious, e.g. like this:&lt;/p&gt;&lt;hr&gt;&lt;div&gt;# Help: Dynamic Notifiers&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;You can dynamically update some settings of a&amp;nbsp;notifier by using the URL&amp;nbsp;&lt;a href=&quot;https://project-gc.com/api/UserLocation/Update/&quot; rel=&quot;nofollow&quot;&gt;https://project-gc.com/api/UserLocation/Update/&lt;/a&gt; with parameters. Supported parameters are:&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;protocol=1 - the update protocol to use, this must always be 1&lt;/li&gt;&lt;li&gt;uid=&amp;lt;USER-ID&amp;gt; - your user ID. Use&amp;nbsp;the&amp;nbsp;user id&amp;nbsp;from your settings page.&lt;/li&gt;&lt;li&gt;token=&amp;lt;TOKEN&amp;gt; - the access token to Project GC. Use&amp;nbsp;the&amp;nbsp;token&amp;nbsp;from your settings page. Keep in mind that the token should be kept as safe as a password.&lt;/li&gt;&lt;li&gt;nid=&amp;lt;NOTIFIER-ID&amp;gt; - the ID of the notifier. You can see a notifier's ID if you edit it&lt;/li&gt;&lt;li&gt;ts=&amp;lt;timestamp&amp;gt; - the timestamp of your update, in ISO-format, e.g. 2025-01-31T14:35:59+0100.&lt;em&gt; Updates that have a timestamp that is older than the most recent update are ignored (?)&lt;/em&gt;&lt;/li&gt;&lt;li&gt;latitude=&amp;lt;latitude&amp;gt; - the latitude of the dynamic location, using decimal degrees, such as 12.34567&lt;/li&gt;&lt;li&gt;longitude=&amp;lt;longitude&amp;gt; - the latitude of the dynamic location, using decimal degrees, such as 56.78901&lt;/li&gt;&lt;li&gt;acc=&amp;lt;accuracy&amp;gt; - the accuracy of your latitude/longitude measurement in meters. (why would this be relevant?)&lt;/li&gt;&lt;li&gt;enable=1 - if you add this parameter and the notifier is currently disabled, the update will enable it&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;To update a notifier, add the parameters to the URL after a question mark, separate them via &amp;amp; signs, for example like this:&amp;nbsp;&lt;a href=&quot;https://project-gc.com/api/UserLocation/Update/?protocol=1&amp;amp;uid=&amp;lt;USER-ID&amp;gt;&amp;amp;latitude=&amp;lt;latitude&amp;gt;&amp;amp;longitude=&amp;lt;longitude&amp;gt;&amp;amp;ts=&amp;lt;timestamp&amp;gt;&amp;amp;token=&amp;lt;TOKEN&amp;gt;&amp;amp;nid=&amp;lt;NOTIFIER-ID&amp;gt;&quot; rel=&quot;nofollow&quot;&gt;https://project-gc.com/api/UserLocation/Update/?protocol=1&amp;amp;uid=&amp;lt;USER-ID&amp;gt;&amp;amp;latitude=&amp;lt;latitude&amp;gt;&amp;amp;longitude=&amp;lt;longitude&amp;gt;&amp;amp;ts=&amp;lt;timestamp&amp;gt;&amp;amp;token=&amp;lt;TOKEN&amp;gt;&amp;amp;nid=&amp;lt;NOTIFIER-ID&amp;gt;&lt;/a&gt;&lt;/div&gt;</description>
<category>Support and help</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=30708/better-documentation-of-dynamic-location-update-url</guid>
<pubDate>Mon, 18 Aug 2025 07:31:03 +0000</pubDate>
</item>
<item>
<title>New cache notifier dynamic location updater</title>
<link>https://project-gc.com/qa/?qa=29928/new-cache-notifier-dynamic-location-updater</link>
<description>This is not a question, but rather a solution created by me to ease the process of updating dynamic location for new cache notifiers.&lt;br /&gt;
&lt;br /&gt;
I found the configuration of GPS logger overwhelming for what it's supposed to do regarding the new cache notifiers at Project-GC.&lt;br /&gt;
&lt;br /&gt;
I have created a simple yet useful webapp that imitate the request that GPS logger makes to update the new cache notifier with dynamic location. It does not use any data on server side. It just composes a URL that GPS logger sends on location updates and performs it on behalf of the user. It remembers the values in user's browser.&lt;br /&gt;
&lt;br /&gt;
One can choose location from the map or use the device's GPS to update the notifier location. It should work on all mobile devices.&lt;br /&gt;
&lt;br /&gt;
If you want, you can check it out working here: &lt;a href=&quot;https://fracz.github.io/pgc-location-updater/&quot; rel=&quot;nofollow&quot;&gt;https://fracz.github.io/pgc-location-updater/&lt;/a&gt; and the source code is available here: &lt;a href=&quot;https://github.com/fracz/pgc-location-updater/blob/main/index.html&quot; rel=&quot;nofollow&quot;&gt;https://github.com/fracz/pgc-location-updater/blob/main/index.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Happy hunting!</description>
<category>Feature requests</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=29928/new-cache-notifier-dynamic-location-updater</guid>
<pubDate>Mon, 10 Jun 2024 20:31:04 +0000</pubDate>
</item>
<item>
<title>&quot;Lowst&quot; Not Lost and Found New Cache Notifier</title>
<link>https://project-gc.com/qa/?qa=27401/lowst-not-lost-and-found-new-cache-notifier</link>
<description>&lt;p&gt;New Cache Notifier for&amp;nbsp;Community Celebration Event titles the email with &quot;Lowst&quot; and Found. The correct spelling would be &quot;Lost.&quot;&lt;/p&gt;&lt;p&gt;The cache type details in the email has the correct spelling&lt;/p&gt;&lt;p&gt;Potentially the title and cache type info could be changed to reflect the rename to &quot;Community Celebration Event&quot;&lt;/p&gt;&lt;p&gt;Seen picture:&amp;nbsp;&lt;span style=&quot;background-color:#2e3035; color:#ffffff; font-family:&amp;quot;Proxima Nova Regular&amp;quot;,&amp;quot;Helvetica Neue&amp;quot;,Helvetica,Arial,sans-serif; white-space:pre&quot;&gt;&lt;a href=&quot;https://imgur.com/V8vVgxC&quot; rel=&quot;nofollow&quot;&gt;https://imgur.com/V8vVgxC&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>Bug reports</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=27401/lowst-not-lost-and-found-new-cache-notifier</guid>
<pubDate>Mon, 02 Aug 2021 05:18:46 +0000</pubDate>
</item>
<item>
<title>Feature request: Attributes as filter in New cache notifiers</title>
<link>https://project-gc.com/qa/?qa=26819/feature-request-attributes-as-filter-in-new-cache-notifiers</link>
<description>&lt;p&gt;I think an option to set up New cache notifiers with attributes as filters would be a nice addition. If it is possible to add of course.&lt;br&gt;&lt;br&gt;Some examples of the uses I can see for this would be:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Setting up notifiers&amp;nbsp;for your local area with caches with the &quot;field puzzle&quot; attribute as instant notifiers&amp;nbsp;and having a &quot;all mystery caches&quot; as a daily digest.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Setting up a daily digest for challenge caches for a region or country even if you don't want notifications about every&amp;nbsp;mystery cache&amp;nbsp;for the same area.&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Daily digest of all caches in a country/region with for example the attribute &quot;abandoned structure&quot; (or maybe &quot;scuba gear required&quot;, &quot;abandoned mine&quot;, &quot;climbing gear required&quot; or whatever your preferred type of adventure is) to see if anything interesting pops up for your next road trip.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;And so on, I'm sure there are many ways to use this. :)&lt;br&gt;&lt;br&gt;Maybe a &quot;not allowed&quot; option would also be useful? Here I'm mainly thinking about solving the problem where I know some people become frustrated with power trails maxing out the 30 day limit of&amp;nbsp;their notifications, so I'm thinking a user in a powertrail rich area could add a &quot;not allowed&quot; to the power trail attribute for all their notifications and would get their normal notifications for all caches that does not have the power trail attribute and no notifications for caches with the power trail attribute. But it could of course also be used&amp;nbsp;for things like &quot;T5 caches without the attribute boat required&quot; and other things.&lt;/p&gt;</description>
<category>Feature requests</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=26819/feature-request-attributes-as-filter-in-new-cache-notifiers</guid>
<pubDate>Thu, 11 Feb 2021 12:36:48 +0000</pubDate>
</item>
<item>
<title>Feature Request: Add New-Cache-Notifier results on a predetermined list in the virtual GPS</title>
<link>https://project-gc.com/qa/?qa=25117/feature-request-cache-notifier-results-predetermined-virtual</link>
<description>I have a long List in the New-Cache-Notifier and I am getting emails for every new Cache of some Owners. It would be nice if the results would not only be sent by email but could also be saved on a previously defined list in the virtual GPS.</description>
<category>Feature requests</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=25117/feature-request-cache-notifier-results-predetermined-virtual</guid>
<pubDate>Tue, 01 Sep 2020 14:13:22 +0000</pubDate>
</item>
<item>
<title>New cache notifiers - First log URL incorrect</title>
<link>https://project-gc.com/qa/?qa=21596/new-cache-notifiers-first-log-url-incorrect</link>
<description>&lt;p&gt;The&amp;nbsp;New cache notifiers send out a log when a new cache gets its first found it log. I have noticed recently that the URL for the cache&amp;nbsp;in that message is incorrect and listed&amp;nbsp;as&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://coord.info/GLZZZZZZ&quot;&gt;https://coord.info/GLZZZZZZ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The URL previously reflected the cache that corresponded with the actual cache.&lt;/p&gt;&lt;p&gt;I've provided some example screenshots:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:rgb(46, 48, 53); color:rgb(255, 255, 255); font-family:proxima nova regular,helvetica neue,helvetica,arial,sans-serif; font-size:16px&quot;&gt;https://imgur.com/6a1RfGq&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:rgb(46, 48, 53); color:rgb(255, 255, 255); font-family:proxima nova regular,helvetica neue,helvetica,arial,sans-serif; font-size:16px&quot;&gt;https://imgur.com/fGiWVD2&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:rgb(46, 48, 53); color:rgb(255, 255, 255); font-family:proxima nova regular,helvetica neue,helvetica,arial,sans-serif; font-size:16px&quot;&gt;https://imgur.com/eQZdcJM&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color:rgb(46, 48, 53); color:rgb(255, 255, 255); font-family:proxima nova regular,helvetica neue,helvetica,arial,sans-serif; font-size:16px&quot;&gt;https://imgur.com/7FBRcBG&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Looking at past emails the URL was correct on Oct 6th but all notifications since Oct 8th have listed the URL as&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://coord.info/GLZZZZZZ&quot;&gt;https://coord.info/GLZZZZZZ&lt;/a&gt;&lt;/p&gt;</description>
<category>Bug reports</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=21596/new-cache-notifiers-first-log-url-incorrect</guid>
<pubDate>Sat, 12 Oct 2019 22:57:37 +0000</pubDate>
</item>
<item>
<title>Is it possible to create a notifier for new challenge caches?</title>
<link>https://project-gc.com/qa/?qa=19235/is-it-possible-to-create-a-notifier-for-new-challenge-caches</link>
<description>I have some GC cache notifiers and some PGC event notifiers and I wanted to create a PGC cache notifier for new challenges.&lt;br /&gt;
&lt;br /&gt;
But is it possible to create a notifier based on the partial name &amp;quot;challenge&amp;quot; or on the &amp;quot;has checker&amp;quot; attribute?</description>
<category>Feature requests</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=19235/is-it-possible-to-create-a-notifier-for-new-challenge-caches</guid>
<pubDate>Wed, 10 Oct 2018 10:25:58 +0000</pubDate>
</item>
<item>
<title>no daily notifiers on september 17 2018</title>
<link>https://project-gc.com/qa/?qa=19078/no-daily-notifiers-on-september-17-2018</link>
<description>None of my daily notifies arrived in my inbox on September 17th. A typical day has several hundred new caches as I watch about 10 countries and a similar number of US states. This seems more likely a glitch than a reality.&lt;br /&gt;
&lt;br /&gt;
I cannot figure out if this means they did not run on the server or if there is a problem with the delivery of e-mail.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://project-gc.com/User/NewCacheNotifiers&quot; rel=&quot;nofollow&quot;&gt;https://project-gc.com/User/NewCacheNotifiers&lt;/a&gt; does say 7/100 ran on my daily limit but if the same process updates this as send's the e-mails, it may be the same results held over from the 16th.&lt;br /&gt;
&lt;br /&gt;
Did anyone else have this problem?</description>
<category>Bug reports</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=19078/no-daily-notifiers-on-september-17-2018</guid>
<pubDate>Mon, 17 Sep 2018 10:41:32 +0000</pubDate>
</item>
<item>
<title>New Cache Notifier doesn't work</title>
<link>https://project-gc.com/qa/?qa=19004/new-cache-notifier-doesnt-work</link>
<description>I followed your advice to create a list of new caches from a certain owner but it doesn't work. Of none of the caches that were published after 09/01/18 (that's the date when I created the notifier) I was informed by mail.&lt;br /&gt;
&lt;br /&gt;
But: all the caches I talk about are hidden already in June or July 2018. Could that be the reason why the notifier skript can't identify them as &amp;quot;new&amp;quot;?</description>
<category>Support and help</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=19004/new-cache-notifier-doesnt-work</guid>
<pubDate>Thu, 06 Sep 2018 20:58:57 +0000</pubDate>
</item>
<item>
<title>Feature Request: I like to receive notifications of new caches placed by selected owners.</title>
<link>https://project-gc.com/qa/?qa=18911/feature-request-receive-notifications-caches-placed-selected</link>
<description>I regularly find great caches of creative owners outside of my homezone. But then I often don't notice when they create new caches later. I'd like to be notified of new caches from these previously selected owners.</description>
<category>Feature requests</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=18911/feature-request-receive-notifications-caches-placed-selected</guid>
<pubDate>Mon, 27 Aug 2018 14:03:58 +0000</pubDate>
</item>
<item>
<title>Inconsistent results between multiple new cache notifiers (digest)</title>
<link>https://project-gc.com/qa/?qa=18384/inconsistent-results-between-multiple-cache-notifiers-digest</link>
<description>So lets start off with the new cache notifiers are great. &amp;nbsp;The digest mode is what I use.&lt;br /&gt;
&lt;br /&gt;
So why this post? &amp;nbsp;I have two notifiers set up one for Texas, and one for &amp;quot;Texas, Oklahoma, Arkansas, and Louisianna&amp;quot;.. &amp;nbsp;My expectation is that the Texas one would always have fewer than the bigger one. And than anything in the Texas one would show up in the bigger one. The bigger land area has one has Texas caches listed, but the two never seem to have the same same cache. &amp;nbsp;It appears either in one or the other.&lt;br /&gt;
&lt;br /&gt;
Is this the expected behavior? Are the few Texas ones I see coming through the results that the emails are generated at different times?&lt;br /&gt;
&lt;br /&gt;
My plan is to disable the Texas one and see what happens. My concern is that I lose notifications.</description>
<category>Support and help</category>
<guid isPermaLink="true">https://project-gc.com/qa/?qa=18384/inconsistent-results-between-multiple-cache-notifiers-digest</guid>
<pubDate>Thu, 14 Jun 2018 10:11:47 +0000</pubDate>
</item>
</channel>
</rss>