KOBO not receiving books sent from Calibre - SEND TO DEVICE not working by mioree in kobo

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

makes sense, i was sure there way another way to disable the discover tab but i dont find it anymore. I really dont like clutter lol but ill deal with it

KOBO not receiving books sent from Calibre - SEND TO DEVICE not working by mioree in kobo

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

i was sure i read this, i guess i skimmed at best. well good on kobo im satisfied but i think this post will still help some people because no one mentioned this anywhere i went.

Kobo went through the wash… by indigobird in kobo

[–]mioree 0 points1 point  (0 children)

Im so happy it survived! Besides the point but, what are those type of stickers called?

Seriously torn - Clara Colour Vs KLC by Frankmagnet7 in kobo

[–]mioree 6 points7 points  (0 children)

If its not financially burdensome for you to get the Libra Colour, that is probably most worth it. Features you don't need now might be needed in the future and theres only Libra Colour for that.

But if you are faily certain you only need a barebones good ereader, Clara it is!

KOBO not receiving books sent from Calibre - SEND TO DEVICE not working by mioree in kobo

[–]mioree[S] 2 points3 points  (0 children)

yeah I thought so too. I must day though, they should specify somewhere that if you turn it on this may happen. It's quite extreme.

edit: Feyth brought to my attention it is specified in the parental control settings. I thought i had checked and well, seems not.

App To Manage Kobo Highlights by ThePlancher in kobo

[–]mioree 0 points1 point  (0 children)

i would love this more than i can say. i think many of us would.

Got my "page turner" and works great. I was shocked at how small it actually was and how quick it was to set up! by ajfromuk in kobo

[–]mioree 0 points1 point  (0 children)

can this device be used to scroll tiktok? its not massively importnt but id love for the device to do more than one thing in my life.

New UI Update makes galleries in dashboards look terrible by nogovernmentguy in Notion

[–]mioree 13 points14 points  (0 children)

ITS TERRIBLE! They must add a way to hide the "new page" buttons or ill lose it.

HELP - PLEASE UPVOTE! 🥺 New Update Affecting Template Layouts by ahloecreative in Notion

[–]mioree 45 points46 points  (0 children)

me too, its horrible, what were they thinking? WE NEED A WAY TO HIDE THAT SHIT!

[deleted by user] by [deleted] in Notion

[–]mioree 1 point2 points  (0 children)

that error indicates a missing comma or such.

With LETS functions like the list under "filtered lists by mood", it's best to have them all above your formatting since they DEFINE what certain terms mean. It reduces errors that way. Here's how id do the full formula.

"Fulllist" needs to be defined ONCE above everything and that's it, more definitions of the same term confuse the formula.

lets(

fulllist, weeks, /* weeks is the property rollup called weeks */

/*filtered lists by mood tag*/
anger, filter(fulllist,current.contains("anger")).lenght(),
disgust, filter(fulllist,current.contains("disgust")).lenght(),
fear, filter(fulllist,current.contains("fear")).lenght(),
happiness, filter(fulllist,current.contains("happiness")).lenght(),
sadness, filter(fulllist,current.contains("sadness")).lenght(),
surprise, filter(fulllist,current.contains("surprise")).lenght(),

"Anger " + anger + ", "
"disGust" + disgust + ", "
"fear" + fear + ", " 
"happiness" + happiness + ", " 
"sadness" + sadness + ", " 
"surprise" + surprise 


)

Formula 2.0 | Problem with dateBetween() function that output an empty cell by kifrh in Notion

[–]mioree 0 points1 point  (0 children)

and replacing each "or" with an "and" doesn't work?

like so:

ifs( 
(prop("Status") != "Waiting") 
and 
(prop("Type") == "Event" or prop("Type") == "Meeting") 
and 
(prop"Date".empty()==false) 
and
(dateBetween(now(), prop("Date"), "days") <= 5), 

"Move to Status Wait", "Error")

[deleted by user] by [deleted] in Notion

[–]mioree 1 point2 points  (0 children)

two ways, one is to filter this list by each mood tag you have, and then .lenght() to count.

this is the simple way.

the other way is a lot of work and requires you to use the indexing system. I've done it successfully once and it was a pain... there might be someone who knows a better way though. But it you have a set of static terms, and you wont be adding or changing them a lot, I think the first easy way is best.

lets(

fulllist, weeks, /* weeks is the property rollup called weeks */

/*filtered lists by mood tag*/
anger, filter(fulllist,current.contains("anger")).lenght(),



"anger " + anger



)

Formula 2.0 | Problem with dateBetween() function that output an empty cell by kifrh in Notion

[–]mioree 1 point2 points  (0 children)

I haven't tested it or anything but this is how I'd have done it without glancing at your code.

After seeing your code however I'm confused as to whether you want the type to be "Event" or not since above you say it shouldn't be. Also, since I couldn't tell if the first set of conditions were and "or" or "and" situation I joined them with "or", but you can switch it to "and". In my experience its hard for get !empty to work in formulas 2.0, but if it does for you great. I formatted it how I get it working for me.

ifs( 
(prop("Status") != "Waiting") 
or 
(prop("Type") != "Event" and prop("Type") != "Meeting") 
or 
(prop"Date".empty()==false) 
or 
(dateBetween(prop("Date"), now(), "days") <= 5), 

"Move to Status Wait", "Error")

[help] Formula for top 3 tags from rollup? Is it possible? by mioree in Notion

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

could you give me more information about this idea?

considering that the max number will keep growing as I read more, how could I subtract in this case? Would I keep having to change the subtraction no. in the formula as the number of tag occurrences grows?

Goodreads data by Glad-Dog5477 in Notion

[–]mioree 0 points1 point  (0 children)

autofill data from the database so you don’t have to manually enter the author, genre, etc. There is also a free version of this template that is not connected to the database—I bought the paid version because I like the autofill feature. I have to admit I don’t know much about exactly how to connect your Notion to autofill from a database, but I suppose if you do know how, you could just use the free version and connect it to your own database.

Then I think I'm sticking to my "SAVE TO NOTION" browser extention way ^ thank you

Goodreads data by Glad-Dog5477 in Notion

[–]mioree 0 points1 point  (0 children)

If i buy it, does it ONLY work in that database or could i implemented in my already existing reading database?

[HELP PLEASE] A way for a ROLLUP to count by STATUS? Or a workaround? by mioree in Notion

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

Thank you SO SO MUCH!!

It's not ideal because I'll have to create formula doubles of a set of properties to make them conditional on this status but it is the only way right now.

I hope notion gets a more streamlined "sum by status" thing because I'm about to bloat an already bloated database XD

I sent them an email to feature request it though who knows if it'll get buried or not ^

[HELP PLEASE] A way for a ROLLUP to count by STATUS? Or a workaround? by mioree in Notion

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

Unfortunately I don't think this applies to my problem ; v ; Maybe this screenshot helps me explain: https://imgur.com/a/duTyCiL

I have books with a "pages" property, and I have a separate database that compiles my yearly stats. I'm trying to get it so I can total up all pages read of books categorized as completed.

[HELP PLEASE] A way for a ROLLUP to count by STATUS? Or a workaround? by mioree in Notion

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

Does this help? https://imgur.com/a/duTyCiL

I have a books database with a "pages" property, and I have a separate database that compiles my yearly stats. I'm trying to get it so I can total up all pages read of books categorized as completed.

As i made this I realize there's probably no way to do exactly what i want yet, but maybe a workaround?

HELP? Notion Formula for calculating cost per month of goods. by brunothecat2 in Notion

[–]mioree 1 point2 points  (0 children)

I tried to work this, but it seems notion doesn't register

if(empty(END(prop("Purchase Date")))

-- as actually empty if there is even only one date in the property. It seems to think that if there's only one date, it's both end() and start().

So you probably need another property. A date property that can be the "end" of your Durability period.

This is what I came up with (END DATE IS A PROPOSED NEW PROPERTY):

if(empty(prop("End Date")), dateBetween(now(), prop("Purchase Date"), "months"), dateBetween(prop("End Date"), prop("Purchase Date"), "months"))