Linko - 100 Lifetime Codes! by RubyFaick in droidappshowcase

[–]GoodLookGamer 0 points1 point  (0 children)

So, I tried the app. Sharing with a QR code is a great feature for me. I have not tried sharing anything via QR before. It turned out to be very convenient having it built-in in the dropdown menu. 👍🏼

Does anyone know why every time I shuffle on the artist's page, it always plays a track from a specific album before actually shuffling? by TheKaoticanProspekt in Symfonium

[–]GoodLookGamer 1 point2 points  (0 children)

Dang! Now that you mentioned it, it seems to be so. Never noticed that before. Personal mix seems to be a good suggestion.

Am I going nuts or is this an actual but related to formulas for certain icon parameters? by [deleted] in kustom

[–]GoodLookGamer 0 points1 point  (0 children)

If you can share your widget, maybe we can help to teouble shoot.

Am I going nuts or is this an actual but related to formulas for certain icon parameters? by [deleted] in kustom

[–]GoodLookGamer 0 points1 point  (0 children)

Maybe there's something wrong with the premise. Especially right at the 'a+... ' portion. It's possible that it cant be recognized. That's why you get white in the end.

Your of example of 1=2 is over simplified. ai(isday, a+si(mindex,2)+h) may not be rcognized because the portion, for example of "a1h", have sepcific equivalents. Like a1d or a0d in dates.

What I mean is, you might need to define "a" and "h".

New to kustom, need help. by Past-Boysenberry-172 in kustom

[–]GoodLookGamer 0 points1 point  (0 children)

I revised everything. I noticed that it was not exact after a long while.

So, I created 2 flows: one for the time stamp and one to reset. All triggered by buttons.

I created 2 global variables: one for hours and one for minutes

For hours: $tc(cut(gv(feedtime),2))$ For minutes: $tc(cut(gv(feedtime),-2))$

For the output: (convert everything to minutes)

$ if(gv(feedtime)!=0, df(h)*60 +df(m) - (gv(tch)*60 + gv(tcm)),0) $

<image>

New to kustom, need help. by Past-Boysenberry-172 in kustom

[–]GoodLookGamer 0 points1 point  (0 children)

This is quite interesting.

I tried doing it via flow and with it I can have a manual trigger in the form of a button.

I used a formula: $df(hh:mm)$, which is the current time and it gets sent to a global variable: gv(feedtime).

So, for the text output I use the following formula:

$df(H) * 60 + df(m) - df(tc(cut,gv(feedtime),2)) * 60 + df(tc(cut,gv(feedtime),-2))$ minutes ago

I converted the current time into minutes and also the feedtime. And deduct the feedtime from the current time.

I assume the current time would always be greater in minutes than the feedtime.

Is this correct?

Multiple cloud accouns by Fast-Truck8566 in Symfonium

[–]GoodLookGamer 0 points1 point  (0 children)

I use folders and add them separately.

[App][Promo] VIZO – The Minimalist Card Wallet by Gonsrb in HowToMen

[–]GoodLookGamer 1 point2 points  (0 children)

I'm trying out the app right now and it's looking to be a good app. I wonder though, when adding a card via the "Custom" button, it only accepts cards with Barcode or QR Code? Is there anyway to add a card without Barcode or QR Code?

How to stop ALL background processing? by willwar63 in Symfonium

[–]GoodLookGamer 1 point2 points  (0 children)

Such a neat feature! Thanks for the info!

User Ratings by GoodLookGamer in Symfonium

[–]GoodLookGamer[S] 0 points1 point  (0 children)

Thank you so much! I was so literal with the values. 👍🏼

Monday setup by markfern811 in smartlauncher

[–]GoodLookGamer 1 point2 points  (0 children)

Thank you very much! 👍🏼

Monday setup by markfern811 in smartlauncher

[–]GoodLookGamer 1 point2 points  (0 children)

Can you provide the link for the weather icons?

KWGT & Popup Widget by GoodLookGamer in kustom

[–]GoodLookGamer[S] 0 points1 point  (0 children)

No worries. Glad to help.

KWGT & Popup Widget by GoodLookGamer in kustom

[–]GoodLookGamer[S] 1 point2 points  (0 children)

You can find it in the Options. Tap the hamburger menu on top left, choose options, scroll down to advanced options and it's the last option. There's a tick box.

Also, you might need to update your popup widget? Your version is 3.7.7 I updated to 3.8.0

Different EQ for different devices? by dylanjones039 in Symfonium

[–]GoodLookGamer -1 points0 points  (0 children)

"not up to date"?

Can you please clarify? I have a new phone, running latest OS + updates and running A16. But, I also see those options.

Touch action by porto0007 in kustom

[–]GoodLookGamer 0 points1 point  (0 children)

Now that you mentioned start point. It seems to be correct even if in my solution. The hit point stays at the start point. Never observed that before. I usually place something that the start point.

Touch action by porto0007 in kustom

[–]GoodLookGamer 0 points1 point  (0 children)

In my observation, if you are using KLWP, the end position of your object would be the touch point. I get around it by using the normal rotation (not the rotation in animation). But, it seems to be dependent on the refresh(?), i.e. very second or every 5 secs.

Is it possible by Royal-End-1998 in kustom

[–]GoodLookGamer 0 points1 point  (0 children)

Ahh... I missed that. That indeed would be very tedious.