Recent content by PHenriqueF

  1. P

    Geofences battery impact

    Hi guys, I'm creating some geofence-based macros and I have some questions about their "cost-efficiency": 1 → What is the impact of a geofence check on battery drain? Is it really noticeable if the checks occur at 5-minute intervals? 2 → I have many geofences, and it seems like each one can...
  2. P

    Possible bug? (A macro affecting another's Local vars)

    Good afternoon! I'm posting this thread mainly because I think that a strange bug has just occurred. Nothing serious, but it's quite interesting. Today, I made two macros: The first one to track my notifications, dividing them by app and counting each one; The second to track my phone app usage...
  3. P

    Prompt specific time

    That's a very good idea, using the decimal point as a separator! Imma adopt it! Thanks!
  4. P

    Prompt specific time

    I use it like a personalized wake-up alarm, but since my job has a very flexible schedule, i don't need to wake up super early everyday, and sometimes i just know it the day before haha. I just tried a workaround now, kinda costly, but works: I prompt fill an int variable with the format...
  5. P

    Prompt specific time

    Hi ppl, I'm creating a macro which activates on a specific time of the day, but sometimes i want to change this time, is there any way to prompt a time to update the trigger, instead of editing the macro itself every time?
  6. P

    Change text color in floating text or dialog box

    I tried using html with some variables in it, and it didn't work. Is this impossible or I just did something wrong? That's the line i used: <p style="color: rgb({lv=corRed},{lv=corGreen},{lv=corBlue});">{battery}%</p> I defined these 3 vars as functions of the battery %, so the text would start...
  7. P

    Samsung Fold 4 Open/Closed functionality

    Hello, I'm also a zf4 owner, and also had this problem. The way i could solve it was with Bixby Assistant. Since it's native, it has control over deep things in the system. So we just need a way to create a link between MD and BA. And it's easily accomplished with notifications! I've set some...
  8. P

    A way to show which local variables are used

    But it applies only to global vars, right? I tried it now, but it didn't work with local ones :/
  9. P

    A way to show which local variables are used

    Sometimes, during the creation of macros, we create some variables and other few may become unused. If the macro is big enough, it's kinda hard to find the idle vars. My suggestion is to implement a way to "delete all idle local vars" Or maybe, show a little number somewhere beside a local...
  10. P

    Macro - [ChatGPT V1.0 ✨Voice🎙️Input]

    It's odd, especially since it's a Google service. On my phone, it works seamlessly with other languages. I don't understand why MD would use a service that supports multiple languages but be given acess only to English.
  11. P

    Macro - [ChatGPT V1.0 ✨Voice🎙️Input]

    How can I input a different voice language instead of English?
  12. P

    Rename file / Edit microphone recording

    Hello! I've created a macro that allows me to start recording via microphone using specific gestures. I can also stop the recording with certain gestures. My challenge is naming the audio file. Ideally, I'd like to name it based on its content when stopping the recording. However, I can only...
  13. P

    Geofence zone names as an option for a string variable

    Hello, any chance it's gonna be added soon? :(
  14. P

    Geofence zone names as an option for a string variable

    I had to, but im trying to work around it.
  15. P

    Geofence zone names as an option for a string variable

    The work you have to use it. For example, I have a macro which registers in a file the places i have been to. So, I need to convert the geofence name into a string. If i had the magic string, i'd do: Write to file: "Places" → current geofence name. And that's it. Easy. Buuuuut, since we...
Top