this post was submitted on 01 Aug 2024
63 points (97.0% liked)

Open Source

30208 readers
226 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Cross-posted to https://sh.itjust.works/post/23047054


I'm currently using Daylio. It works fine, but, given the sensitive nature of the information, I want something more private/trustworthy. The following is what I am looking for in the app:

Essentials:

  • Android app.
  • Support custom tags and notes when recording a mood.
  • The ability to add a mood for a specific day/time other than current (for example, if I miss an entry).
  • Support multiple entries per day.

Nice-to-haves:

  • Visualizations of the moods, and other data, over time
  • Data exports/backups
top 14 comments
sorted by: hot top controversial new old
[–] JustMarkov@lemmy.ml 15 points 1 month ago* (last edited 1 month ago) (1 children)

Have you tried MyMood?
F-droid: https://f-droid.org/packages/com.nima.mymood/
GitHub: https://github.com/NimaKhajehpour/MyMood

  • Android app: √
  • Custom tags: √
  • Edit previous days: √
  • Mood graph: √
  • Export data: √

moreDays is a little more complex, but also has mood tracking feature.
F-droid: https://f-droid.org/packages/de.wuapps.moredays/
GitLab: https://gitlab.com/wuapps/moredays

  • Android app: √
  • Custom tags: √
  • Edit previous days: √
  • Mood graph: √
  • Export data: √
[–] Kalcifer@sh.itjust.works 2 points 1 month ago

MyMood?

This is definitely in the direction of what I am looking for, but it doesn't quite match up to what I want. I would like something that offers a bit more customization and is a bit more empirical. You mentioned that it supports tags, but I wasn't able to find a way to add them. It allows you to add a note for the entry, but that's about it. A noteworthy feature that it has, which I haven't seen before, is the ability to add an overall mood for the day on top of the atomic entries throughout the day — that would probably be a good one to have.

moreDays

Hmmm. I'm not sure that this would really work as a mood tracker. Mood tracking appears to be a sort of afterthought or minor feature. This app is more for habit tracking than mood tracking. The way that you create entries and handle data isn't quite what I'm looking for.

[–] fossit@lemm.ee 8 points 1 month ago (1 children)
[–] Kalcifer@sh.itjust.works 1 points 1 month ago

I think this one is the most promising so far.

[–] harsh3466@lemmy.ml 4 points 1 month ago

Also interested in this. Though I’ve been thinking about writing a bash script to record my moods and use something like olive tin to give myself an interface for it.

I’m learning bash so it would be a good exercise for me, and I’ve been wanting to give olive tin a try.

[–] Wistful@discuss.tchncs.de 4 points 1 month ago (2 children)

Honestly, you can just use the habit tracking app.

Loop Habits Tracker is a good one.
You just create a measurable habit and use 1-10 scale for your mood tracking.

  • It does have the option for notes but no tags unfortunately.
  • You can add entries retrospectively.
  • It has nice data visualization and you can export data.
  • Since it's a habit tracker it's pretty private. You can name your mood tracker (habit) however you want, nobody can even tell it's a mood tracker.
[–] Klaymore@sh.itjust.works 4 points 1 month ago

I'm not sure how well it works as a mood tracker, but I love this app, I've been using it for years.

[–] Kalcifer@sh.itjust.works 2 points 1 month ago

This doesn't quite meet my requirements for a mood tracking app, but thank you for the recommendation of it as a habit tracker! I will definitely make use of it for tracking habits.

[–] MrCamel999@programming.dev 3 points 1 month ago (1 children)

Not sure if it has every feature you're looking for, but I was able to transition from Daylio to Daily You and be ok with it. Can't track what activities you did with buttons, but can track your mood every day with a journal entry for each day, and an image if you want. There's even a Python script to convert your entries from Daylio into Daily You!

GitHub Repo: https://github.com/Demizo/Daily_You

Repo for aforementioned python script: https://github.com/Demizo/daylio-to-daily-you

IzzyOnDroid Link: https://apt.izzysoft.de/fdroid/index/apk/com.demizo.daily_you/

[–] Kalcifer@sh.itjust.works 2 points 1 month ago

Thank you for your recommendation! Unfortunately, it doesn't quite meet my requirements.

[–] ace_garp@lemmy.world 2 points 1 month ago (1 children)

Tickmate is a one-bit journal to record if something happened or not, each day.

Preset categories or create you own categories. Can create AM and PM mood categories for more granularity.

Exports to a .db file in SQLite format.

[–] Kalcifer@sh.itjust.works 1 points 1 month ago* (last edited 1 month ago)

Thank you for your recommendation. IIUC, this appears to be similar to what @Wistful@discuss.tchncs.de suggested. Unfortunately, the UI is rather unappealing to me (if I am not mistaken that this is indeed the app that you are referring to).

[–] bl4kers@lemmy.ml 1 points 1 month ago (1 children)

I would trust Pixels over Daylio any day, but it's not open source. Solo dev

[–] Kalcifer@sh.itjust.works 3 points 1 month ago

Thank you for your suggestion 😊. Unfortunately, that app doesn't allow multiple entries per day. I neglected to put that in my list of essentials. I will update it.