DamascenoRafael / reminders-menubar

Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.
GNU General Public License v3.0
2.6k stars 117 forks source link

Not appearing on menu bar #96

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello,

Unsure of what's causing the issue, but I cannot get reminders to even appear on the menu bar. Everything is all up-to-date, so I'm not sure what else could be obstructing the app from opening.

Screenshot 2023-01-04 at 07 50 50 PM
DamascenoRafael commented 1 year ago

Hello @petersonsim, thanks for reporting this.

When you try to open the app do you get any messages/alerts? You can open the app through Launchpad (second dock icon) or you can open it through Spotlight.

ghost commented 1 year ago

Thanks for looking into this! I'm not getting any messages when I open the app via the routes you mentioned.

Screenshot 2023-01-04 at 08 29 39 PM

Screenshot 2023-01-04 at 08 32 32 PM

The only message that popped up was upon initial installation (Reinstalled to show what I was seeing):

Screenshot 2023-01-04 at 08 41 11 PM

numbcoder commented 1 year ago

I had the same issue. Open the app from Launchpad, but nothing happened. Environment: macOS 13.1, Reminders Menu Bar 1.12.0

DamascenoRafael commented 1 year ago

Can you please open Activity Monitor to see if the "Reminders Menu Bar" process is running? Just to know if the app is running and not showing up or if it's not running at all.

DamascenoRafael commented 1 year ago

Also, I'm not sure if it could be related to #95. Can you please update to v1.12.1 and check if the problem persists?

ghost commented 1 year ago

Also, I'm not sure if it could be related to #95. Can you please update to v1.12.1 and check if the problem persists?

Updating to v1.12.1 did the trick for me! Thanks for the support!

DamascenoRafael commented 1 year ago

Great to hear it @petersonsim! :) I'll keep the issue open until I get a response from @numbcoder as he was also having the problem.

@numbcoder can you please check if v1.12.1 solved your problem?

numbcoder commented 1 year ago

Yes, it works perfectly now! Thanks for your quick response!

DamascenoRafael commented 1 year ago

Awesome!! I'm happy it's working.