PokeAlarm is a third party extension of RocketMap that allows you to receive external notifications through a variety of services, such as Twitter, Facebook, Slack, or Discord.
#CONFIG CHANGES WARNING PokeAlarm has recently updated to Version 3. This is a significant overhaul, and as such, some configuration changes may be required.
- Receive notifications for Pokemon, Pokestops, and Gyms
- Supports a wide variety of external services such as Twitter, Slack, or Discord.
- Dynamic Text Substitution - customize your notifications to include a variety of options, include IV's, movesets, and more!
- Filter notifications based on location, moves, IV's, and more.
- Reverse geocoding - Get the street adress, city, or zip code of a pokemon based on its location.
- Supports translations of Pokemon names and moves based on the following languages: DE, EN, ES, FR, IT, and ZH_HK
- Multiprocessing allows multiple managers to share a single listening port, reducing overhead.
Please read the Wiki before contacting us for support. It should answer all your questions about installation and configuration.
Visit us at our Discord channel if you still have issues with your setup. Please stick to the #troubleshooting
and #general
chats and avoid sending private messages to any developers. We're working hard, we promise!
If you are experiencing issues with the alarm or would like to see new features, please open a ticket on github here. Be sure to complete the included suppport template and provide as much information as possible. Support tickets that do not fully complete the request template WILL be closed without notice.
- If you are a Windows user, stop using notepad and start using Notepad++. Make a fresh copy of the alarms.json and remake your changes. If you aren't a Windows user (or you are already using Notepad++) check your JSON format with a JSON formatter for issues (jsoneditoronline.org is an excellent site to start.)
- Please make a request in the New Service MEGATHREAD. New standalone issue tickets will be closed without notice.
- Checkout the PokemonGo-Map Wiki or try asking for help in our Discord channel.
- We are working on updating the wiki to reflect the changes. Use the
filters.json
file to specify which notifications you would like to receive. The 'alarms.json' file is now for specifying which services you would like to receive alerts from.
This dynmic text command was working, but then I updated and it stopped. Why did you have to ruin everything?
- The following changes were made with dynamic text commands in v3
<id>
is now<pkmn_id>
(<id>
is now the encounter id)<move1>
and<move2>
are now<move_1>
and<move_2>