-
Add pushover notification app to Ubuntu Touch and other Linux phones.
I haven't figured out yet how to add pushover to my mobile phone running Ubuntu Touch. I could run the android APK in a container but then don't get the push notifications, which kinda defeats thepoint. Expect the same is true on all Linux Phones and my browser isn't one of the supported ones for the desktop version.
-
iPhone notifications aren't displaying on macOS 15.1
macOS 15.1 stopped displaying Pushover notifications from iPhone. I read somewhere devs have to update their apps. I wish I had more information.
if you go into system settings > notifications > allow notifications from iPhone > mirror iPhone notifications from >
pushover doesn't show up on the list
-
complications not updating
iOS watch complications using glances API has stopped working again. it's very frustrating. I get a response Response: {"status":1,"request":"612002fd-6a64-4521-81fd-7ff8b6af4d69"}
however, there's nothing in the app to help me troubleshoot why it's not updating the complication
so, the only way I figured out a "fix" is to remove the complication in the apple watch app and add it back, then after a bit of time the complication updates start being reflected on the watch...
I really wish you could fix the complications to not get stuck like this
-
Add additional sound options (rising sounds)
Add sounds options that are matched but inverse (i.e. a reversed version of "falling" that goes from low to high) which could be helpful for differentiating audio notifications for binary statuses. For example: opened/closed raised/lowered up/down door or connection status.
-
Filter based on Priority
Could we have a filter icon for Priority please near the Search bar?
-
Message Sorting By Day
so that any messages are contained to a single entry by date and can be expanded upon when needed so the message list is cleaner
-
Simplified Pushover Notification in Rust
Hi,
I recently started working with Pushover's API using Rust and wanted to share a simplified version of how to send notifications using the "reqwest" crate. While the current example in the documentation is comprehensive, I found that a more streamlined approach could benefit others who are new to both Rust and Pushover.
The example I developed aims to simplify the process of sending notifications with different priorities, including the addition of expire and retry parameters when the priority is set to 2 (Emergency).
You can find the full example here on GitHub
I believe this example could serve as an
-
I'd like to be able to group an app's messages by the Title in the iOS client.
The app could appear in the top level summary multiple times. I'd have my NMS set the title to the hostname mentioned in the alert. This way, I can swipe-delete all messages for a single host easily once an issue is resolved.
-
Image on samsung gear watch
Is there any way to make the image be on the actual notification on samsung gear watch? I have to swipe over the messages to see the image where when I get a text with image the image shows right on the notification. So when I get a pushover I can just glance at my watch and see the image instead of having to go to the actual message. Hope that makes since thank you.
-
persistent audible alerts
A very basic feature is missing in the Android app: persistent audible alert. I can be asleep when the alarm comes, and then I want the notification to work just as an alarm clock, it continues to ring for several minutes or until I manually acknowledges it. I know about "priority: 2", but that is not really the same thing. A single sound every 30 second is not a wakeup alarm. An alarm to wake me up should be a persistent audible alert, just as my alarm clock in the morning. As a workaround I can select the longest sound
-
Better App Icon on IOS (like snapchat and messaging apps)
On IOS messaging apps have the capability of setting a custom icon.
Pushover should do this aswell instead of putting the custom icon in the other corner, very small and not easily noticeable.
Take a look at the image. We could have the custom image on big, and the pushover app icon on small!
-
Filter for "Sub" - subscriptions
As subscriptors are anonymous for me who has created a group i can not send individual messages to that person.
Now this could be solved by adding a predefined user key.
Eg. I know user "AAA" has joined my group, but i do not know his user key, but i know he is user "AAA". If i could push a message containing "User=AAA", the app should be able to filter out that and bring upp another notification sound and or coloured text etc. Other users could choose to mute these messages.
-
IOS Shorcut support
Dot not disturb feature is nice but if I could toggle it from shortcut automation that would be way better !
Sometimes I get repetitive pushover notifications. Rather than going in the app and mute them for x minutes, creating shortcuts / icons would be way more efficient :)
-
Web Push registration fails against safari 17.5
Pushover says:
Error An error occured in the Pushover Desktop application that prevented it from working. Permission to show notifications has been denied
Safari Console says:
Notification prompting can only be done from a user gesture
Pre-existing registrations work, although icons all now show as the Safari icon in the notifications.
Safari Version 17.5 (19618.2.12.11.6)
MacOS 14.5 (23F79)
-
Flag to not group notification
It would be nice to have a flag if you did not group notification.
-
Notification ability to undo delete
It would be nice to be able to undo deleted notification / message.
-
Markdown Support
We do have some simple HTML styling options such as <b> <i>.
Since Markdown is pretty supported everywhere, I would love to be able to use Markdown to format Pushover notification messages, such as **bold** or *italic*. Pretty much the same styling options that we are using now with HTML just using Markdown.
Why? Some services do not support HTML styling of notifications (looking at you Grafana), but I would love to have styling or even better: hyperlinks.
-
Use open client API from JavaScript code - CORS is blocking requests
I am using chromebook and I implemented a website that acts as a status bar (showing various notifications about calendar, weather etc.).
I want to add support for showing pushover notifications but I cannot access messages api:
Access to fetch at 'https://api.pushover.net/1/messages.json?secret=xxx&device_id=yyy' from origin 'https://mywebsite.com' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://client.pushover.net' that is not equal to the supplied origin. Have the server send the header with a valid value, or, if an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
The problem is
-
Apple Watch double-tap-feature
It would be very useful, if the Pushover App on the Apple Watch could support the double-tap-feature to acknowledge the notification.
-
Tagging messages
I would like to be able to add Tags to messages. These would be displayed in the clients. Tapping a tag would lead me to a filtered view showing only messages with this particular Tag.
Tags could be pushed as a comma separated list.
An exemplary use case would be server monitoring, where each message contains the service name, host name and data center name as tags. This would make it more easy to show messages regarding a particular thing without manually typing it to search in the message content.