How to create a dynamic Habit Tracker in Notion

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 298

  • @chrisnotion
    @chrisnotion  Рік тому +5

    Updated 2024 Tutorial: ua-cam.com/video/oTNDkUo-EO8/v-deo.htmlsi=X6aN3scP7HwiyL-N
    (Whatever problem you're experiencing is likely covered in the updated tutorial 👆🏼)

    • @hannosaurus
      @hannosaurus 8 місяців тому

      First: Thanks a lot for the video! I had to add a bracket before the first "toNumber" in order for the code to work. Could this be because of a Notion update?

  • @SoHawful
    @SoHawful Рік тому +76

    I can't believe how much valuable info you crammed into 3 minutes. Really impressive

  • @angelique5395
    @angelique5395 10 місяців тому +7

    you have no idea how long i have been looking for a video like this. Everyone is trying to sell this template but never actually explaining how to do it. thank you !

  • @metropolismade585
    @metropolismade585 Рік тому +28

    These are honestly amazing, straight to the point and exactly what I've been looking for, thank you!

  • @aki13WRLD
    @aki13WRLD Рік тому +7

    I just downloaded the template and there's nothing I really needed to comment about. I am just very appreciative that you had the idea and then put in the work to make this available to everyone on the internet (including me) . Especially with no purchase required.

    • @chrisnotion
      @chrisnotion  Рік тому

      Thanks I appreciate it, and you're welcome :)

  • @NCLA040
    @NCLA040 Рік тому +13

    So much value! Even though you have a template, it was great to learn how to enter this information from scratch and really tested my non-existent coding skills. Thanks!

  • @billwu1472
    @billwu1472 11 місяців тому +4

    Could not thank you enough for this video - some people were showing this on Tiktok and charging 50 bucks!! Also incredible editing

    • @chrisnotion
      @chrisnotion  11 місяців тому

      Appreciate it brother 🫱🏼‍🫲🏽

  • @ShaneCurtis1705
    @ShaneCurtis1705 Рік тому +4

    This is insane. Thankyou so much! most people are charging crazy prices for this exact if not worse thing

    • @chrisnotion
      @chrisnotion  Рік тому

      Thanks! Glad you find it useful 🙌🏼

    • @nawrelv
      @nawrelv 7 місяців тому

      I come across a guy who sells this for $25, its insane, so I wanna build it by myself

  • @danielvidal195
    @danielvidal195 Рік тому +2

    The best Chanel of Notion ideas!

  • @ericstruk
    @ericstruk 11 місяців тому +2

    my graph still isn't visible after downloading the template + going to Notion2Charts and selecting the proper database, can you assist?

    • @chrisnotion
      @chrisnotion  11 місяців тому

      Hi yea the graph that comes with the template when duplicated is connected to my Notion2Charts account so you'd need to set up your own chart. Here's a Loom video going through the setup process a bit more depth, hope it helps: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48?sid=873364b3-26ca-4be6-aaf6-27ed3c7854f7

  • @reddyking9096
    @reddyking9096 7 місяців тому +7

    fix for the percentage bar formula
    round((100 * (toNumber(not prop("Habit 1").empty()) + toNumber(not prop("Habit 2").empty()) + toNumber(not prop("Habit 3").empty()) + toNumber(not prop("Habit 4").empty()) + toNumber(not prop("Habit 5").empty()))) / 5 )/100

    • @chrisnotion
      @chrisnotion  7 місяців тому +2

      Yes I'll be releasing an updated version of the video soon. Here's a simplified version of the formula:
      round((
      (prop("Read").toNumber() +
      prop("Meditate").toNumber() +
      prop("Daily Journal").toNumber() +
      prop("Gym").toNumber() +
      prop("Cold Shower").toNumber())/5
      )*100)/100

    • @isabellagillam22
      @isabellagillam22 7 місяців тому

      ​@@chrisnotion'prop' does not seem to be defined in my tracker

    • @reddyking9096
      @reddyking9096 7 місяців тому +1

      @@isabellagillam22 prop is just the name of the checkbox property that you created. You don't need to type out prop, but instead you need to click the habit name when you are typing this out.

    • @oshanemalcolm7191
      @oshanemalcolm7191 7 місяців тому +1

      @@reddyking9096having issue with this, can you please explain further

    • @albayanalhinai231
      @albayanalhinai231 4 місяці тому

      Love youuuuuuuu

  • @pascalfriedrich5329
    @pascalfriedrich5329 6 місяців тому

    Living a life by design than by default is by creating daily habits! Yo! This is powerful and so true!

  • @Dead-lynightshade
    @Dead-lynightshade 6 місяців тому +1

    You're the best sir, thank you for so much help!!!❤

  • @NinoJosol
    @NinoJosol 4 місяці тому +1

    This is very helpful. thanks so much man. Great video!!!

  • @NauvalZuhdy
    @NauvalZuhdy 6 місяців тому +1

    I really apreciated what you have shared

  • @istrimuda4559
    @istrimuda4559 8 місяців тому +3

    Damnn. Amazing, thank you sir

  • @jobogee
    @jobogee Рік тому +4

    Really great, super helpful and easy to follow

  • @Beullu5
    @Beullu5 Рік тому +1

    Thank you so so much for all the info you share

  • @abloodygun
    @abloodygun 7 місяців тому +1

    That's exactly what I wanted ❤❤

    • @chrisnotion
      @chrisnotion  7 місяців тому +1

      Glad to hear! Btw just released an updated video on this Dynamic Habit Tracker you cna checkout here: ua-cam.com/video/oTNDkUo-EO8/v-deo.htmlsi=12FMFq3yLahRKA_I

  • @nikapolish
    @nikapolish 7 місяців тому +1

    Thank you! Very useful and working !❤

  • @MCandMosRandomChannel
    @MCandMosRandomChannel 11 місяців тому +4

    Has unaryPlus been removed from the notion formula language now if you know? ... trying to develop my jounral 3 for tracking and cant seem to see/ find this code. If anyone knows the work around. Thanks:)

    • @mgindriago
      @mgindriago 9 місяців тому

      I'm having the same problem

    • @MCandMosRandomChannel
      @MCandMosRandomChannel 9 місяців тому

      Hey, I solved this problem now :). I recoreded a video on my vidyard account but dont have the link@@mgindriago , Ill type the explanation if this helps? :))

    • @MCandMosRandomChannel
      @MCandMosRandomChannel 9 місяців тому

      ...they just tried to make it simpler basically.

    • @mgindriago
      @mgindriago 9 місяців тому

      Chris has recently uploaded a new video addressing this matter. @@MCandMosRandomChannel

  • @lemons1882
    @lemons1882 Рік тому +1

    What an absolute legend!

  • @S--R
    @S--R Рік тому +2

    Superb Video Chris....!!!!!!

  • @andyir___
    @andyir___ Рік тому +1

    Youre a king thanks man

    • @chrisnotion
      @chrisnotion  Рік тому

      Appreciate it! Glad I could help :)

  • @villianaire
    @villianaire 11 місяців тому +1

    Thank you Chris!

  • @ahmadkhalaf8899
    @ahmadkhalaf8899 Рік тому +1

    Thank you for this content, keep it up!

  • @panik2475
    @panik2475 Рік тому +1

    BEAUTYFUL AT LAST I FOUND HOW TO MAKE A FUCKING GRAPH IN NOTION!!!!!!!!!! (thanks)

  • @nursultankurmanbekov2719
    @nursultankurmanbekov2719 Рік тому +2

    Thank you

  • @martinpillai179
    @martinpillai179 7 місяців тому +2

    thanks for the video, i have one problem. i have used the code and it comes up as 0% once I have finished the code. However, once I start ticking off habits, the progress bar doesn't increase and it stays at 0%. I have watched the video on the link you sent. Could you assist?

    • @chrisnotion
      @chrisnotion  7 місяців тому

      Notion has replaced the unaryPlus function with the toNumber function so that's probably the problem

  • @tsarvarr
    @tsarvarr Рік тому +1

    what a gem vid

  • @vitalman-tj2mr
    @vitalman-tj2mr Рік тому +1

    Hey there i am having problem with line chart can you help

    • @chrisnotion
      @chrisnotion  Рік тому

      This video might help: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @kieferpiccio
    @kieferpiccio Рік тому +4

    Amazing! Would you happen to have a template similar to this that can track someones own weight trends? Would to see a graph on that in notion!

    • @chrisnotion
      @chrisnotion  Рік тому +3

      Like a weight tracker inside a fitness template or something? Worked on something like this for a client, can recreate it into my own template and will probably be a video in the future

  • @rachelnuiten8428
    @rachelnuiten8428 Рік тому +2

    When I add the chart as embed link into my notion, just an empty chart pops up. Whatever I select in the checkbox, it just doesn't show any graph why? Thank you for the tutorial btw

    • @chrisnotion
      @chrisnotion  Рік тому

      Make sure you actually have database entries for the data to show. Here's an extra Loom video about this that might solve your problem: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @jaredgaudette8790
    @jaredgaudette8790 Рік тому +3

    I wrote out the formula for my task but my progress bar is at 100% when no tasks are checked, what am I missing? I feel like it is correct based on what you show in your video...
    round(100 + (unaryPlus(prop("Visualization - 10 min")) + unaryPlus(prop("Read for 10 min")) + unaryPlus(prop("Post in 1% Better")) + unaryPlus(prop("Practive CARs")) + unaryPlus(prop("Breath Work")) + unaryPlus(prop("Daily Movement Practice")) + unaryPlus(prop("Free Flow Journal"))) / 7) / 100

    • @chrisnotion
      @chrisnotion  Рік тому +4

      in the beginning it should be round(100 * not round(100 +
      Replace the + with *
      Hope that fixes the problem :)

    • @jaredgaudette8790
      @jaredgaudette8790 Рік тому +1

      @@chrisnotion Thank you Chris! I knew it was simple and my eyes were too cross eyed to see it haha

  • @arijanapt
    @arijanapt 11 місяців тому +1

    Thanks so much

  • @dudod1998
    @dudod1998 Рік тому +1

    Thank you!

  • @V_LUVVV
    @V_LUVVV Рік тому +3

    The chart doesn't show anything. It just is there. I have 3 days in my calendar already.
    It doesn't show the data.
    UPDATE! I FIXED IT.
    It doesn't work with "created time". You gotta sort your tracker by date. Then if you want the previous day to show you can find them in the top menu "no date" or something. And distribute them.

  • @ahmadkhalaf8899
    @ahmadkhalaf8899 Рік тому +2

    Hey Chris I can't get the checkboxes to show in the calendar layout, it's blank can you help me?

    • @chrisnotion
      @chrisnotion  Рік тому +1

      Go into your database menu and go to the property section to add what you want to show

  • @orponkhandakar8015
    @orponkhandakar8015 8 місяців тому +2

    My code doesn’t work :( it says that unaryplus doesn’t exist

    • @chrisnotion
      @chrisnotion  8 місяців тому

      Yes it's been removed with the new formulas update. Just replace the UnaryPlus function with the ToNumber function

  • @carlaugust
    @carlaugust Рік тому +2

    How do I also display the checklist on the days of the calendar? I only get to see the name I chose, "Daily Habits".

    • @manzpedersen5871
      @manzpedersen5871 Рік тому +2

      On the calendars press on the 3 dots at the top right then press properties and then just press what you want to see

    • @chrisnotion
      @chrisnotion  Рік тому

      Exactly, thanks

  • @taeyaj.pachama1324
    @taeyaj.pachama1324 8 місяців тому +1

    I forgot to check my habits off for the day Yesterday. How do I go back and check off my habits for that day?

    • @chrisnotion
      @chrisnotion  8 місяців тому

      You can just use the calendar view to go back and see your previous days

  • @Pianobutwall
    @Pianobutwall 8 місяців тому +1

    So I have everything right except when I make the line graph no information shows up and I have 3 days of data from the calender could you help me? also great video. :)

    • @chrisnotion
      @chrisnotion  8 місяців тому

      This video might help: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48?sid=aba5998c-3e8c-4407-926b-9772f95eaade

  • @inesk6680
    @inesk6680 Рік тому +2

    Amazing tutorial! One question though, My calendar is infinite and wont show up like your calender per month + wont let me paste in the link for the graph. What should I do?

    • @chrisnotion
      @chrisnotion  Рік тому

      It's because you have the database open as a full page instead of the page containing the inline database.

  • @anabananna067
    @anabananna067 Рік тому +1

    thank you :)

  • @joshuairera6677
    @joshuairera6677 Рік тому +2

    When I add more checkboxes, they don't count towards the progress bar, how do I Fix? Thank you so much for creating this by the way.

    • @chrisnotion
      @chrisnotion  Рік тому +1

      In the formula in between 2 habits add a "+" and then the "unaryPlus()" function with your new checkbox inside and then just add another closing bracket to the last habit. Will add a gif showing how to the template.

  • @Airdac-fu2xb
    @Airdac-fu2xb 6 місяців тому +1

    why does "unaryplus" not appear on my notion

    • @chrisnotion
      @chrisnotion  6 місяців тому +2

      It has been replaced by the toNumber function

  • @amirhash28
    @amirhash28 Рік тому +1

    Subscribed!

  • @futterkammer
    @futterkammer Рік тому +2

    It dont work for me its showing me nothin. the chart pivot point is stuck at 0 :(

    • @chrisnotion
      @chrisnotion  Рік тому

      Make sure you're using the correct date property cuz there's 2, the normal date property and the created time property, and make sure it's also sorted acording to your date property. If this doesn't fix the issue then this video might help: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

    • @futterkammer
      @futterkammer Рік тому

      @@chrisnotion hey thanks i was just dumb and tried it with no data in the table view xD

  • @64lukas96
    @64lukas96 7 місяців тому +1

    bro was speedrunning that shit

    • @chrisnotion
      @chrisnotion  7 місяців тому

      Lol, I have an updated slower version coming out soon :)

    • @danielbarroso6252
      @danielbarroso6252 7 місяців тому

      we need that@@chrisnotion

  • @jaimeparamo5994
    @jaimeparamo5994 11 місяців тому +1

    Tbh notion won’t even let add the unaryPlus function, is this normal or is my notion not up to date? lol

    • @chrisnotion
      @chrisnotion  11 місяців тому +1

      Yea Notion updated their formulas, will create a video about it in the coming weeks :)

  • @edwardcarrilloalfaro
    @edwardcarrilloalfaro Рік тому +3

    Great Explanation! easy to follow video. But I do have one issue I cant seem to fix. The table works but only for the first calendar day I created( the 15th) today is the 19th and while my habits are created daily, the graph is only register the 15th. How do I make it so the graph pays attention to the rest of the days that have passed by? TIA

    • @edwardcarrilloalfaro
      @edwardcarrilloalfaro Рік тому

      NVM I figured it out. the "Date" property wasn't populating daily

    • @chrisnotion
      @chrisnotion  Рік тому +1

      👌🏼

    • @Mel1211
      @Mel1211 Рік тому

      ​@@edwardcarrilloalfaro How did you do?

  • @Plant_Vault
    @Plant_Vault Рік тому +2

    Awesome video and thanks so much! I am just having a slight problem with the graph, it's not showing any data even though I have 3 days with checked habits. What should I do to make the line graph show the calendar's data? I watched your Loom video and did everything there.

    • @chrisnotion
      @chrisnotion  Рік тому +1

      Make sure you're logged into the correct Notion account, you have the correct database selected, and you're using the right time property (date or created time). And then just sort it to the date property. Everything is supposed to show up.

    • @Plant_Vault
      @Plant_Vault Рік тому +1

      Thanks, I appreciate it. I am new to Notion.

    • @MCandMosRandomChannel
      @MCandMosRandomChannel Рік тому

      @@Plant_Vault Yes, he is amazingly helpful.

  • @maxkessler524
    @maxkessler524 Рік тому +1

    When I create a new "entry" for the day in the calendar, I don't get the Box view where I can see and check off the To-Do Box but only a calendar slot. Only when clicking on the slot can I open the checklist in a Side window. How can I make the check-boxes available in the calendar?

    • @chrisnotion
      @chrisnotion  Рік тому +1

      Inside the database menu go to the properties tab and select which properties you want to show and just re-order them

  • @0Ensis0
    @0Ensis0 Рік тому +2

    I did it step by step, but my chart sums up percentage and doesn't show it day by day :/

    • @chrisnotion
      @chrisnotion  Рік тому

      Your x axis should be date, the y axis should be percentage, and you have to sort the graph according to the date property.

  • @HolyGuy997
    @HolyGuy997 Рік тому +1

    btw i am facing a problem that it is aways sying no data displayed

    • @chrisnotion
      @chrisnotion  Рік тому

      Yea you need to add database entries and also connect your own chart with Notion2Charts

  • @dynamicthunda5010
    @dynamicthunda5010 8 місяців тому +1

    Whenever I reload the graph, it shows no data to display. Then i have to rembed it

    • @chrisnotion
      @chrisnotion  8 місяців тому +1

      You need to create your own graph and connect it to your own habit tracker. And make sure you actually have database entries before reloading

    • @dynamicthunda5010
      @dynamicthunda5010 8 місяців тому

      @@chrisnotion its working now. The changes I made were I copied the live link embed instead of cached and it works now

  • @ohRiley.
    @ohRiley. Рік тому +2

    Hi! I am following the tutorial and am at the point where I have turned on the share setting, copied the cached link, and pasted it into notion. After clicking "Create Embed", the link to notion2charts gets pasted instead of the image. Do you know how I can fix this? Thanks!
    Amazing tutorial by the way!

    • @chrisnotion
      @chrisnotion  Рік тому +1

      Thanks, maybe try the other link or use the actual embed block inside of Notion and paste the link inside. See if that works

  • @axelhofste2636
    @axelhofste2636 Рік тому +1

    the whole chart doesnt work and i dont understand why. I have selected the correct databse, have double checked the formulas but it just doesnt show up.

    • @chrisnotion
      @chrisnotion  Рік тому

      www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @MarketPrices911
    @MarketPrices911 6 місяців тому +1

    10/10

  • @f2ridd
    @f2ridd Рік тому +1

    why mine doesnt work
    the notion 2 chart

    • @chrisnotion
      @chrisnotion  Рік тому

      This video might help: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @jafer01
    @jafer01 17 днів тому

    l want Dowland but l can't and l need this temp

  • @user-ef6hr8ue4x
    @user-ef6hr8ue4x 7 місяців тому +3

    Great video, however, it says that "unaryPlus" is not defined.

    • @chrisnotion
      @chrisnotion  7 місяців тому

      The unaryPlus function has been replaced with the toNumber function 🙌🏼

    • @user-ef6hr8ue4x
      @user-ef6hr8ue4x 7 місяців тому

      Thank you so much. I appreciate it!@@chrisnotion

  • @user-ef6hr8ue4x
    @user-ef6hr8ue4x 7 місяців тому

    The chart was working for the first couple of days, but it doesn't show anymore as it is just stuck on a white screen. Any help?

  • @matesomogyirezner5258
    @matesomogyirezner5258 Рік тому +1

    Very nice. However my calendar doesnt show the habits and checkboxes, only if i click into it. any ideas why? thanks so much😊

    • @chrisnotion
      @chrisnotion  Рік тому

      You just need to go into your database menu and under the properties tab you can select the properties you want to display :)

  • @bringdawhl
    @bringdawhl 8 місяців тому

    Do you think this template could be used as a daily
    To do list and productivity tracker? I love the visual with the calendar, check boxes and graph but would want to include items that are not the same every single day. Thank you so much for this video.

  • @nikosvasilakis5571
    @nikosvasilakis5571 Рік тому +1

    Hello. So I've duplicated the template. I try to insert a new template and make it repeat say everyday. I seem to have an issue on setting the time. Also m graph won't work

    • @chrisnotion
      @chrisnotion  Рік тому

      You should just be able to add a time and it should work and you have to set up your own graph with Notion2Charts: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @TheHyperrYT
    @TheHyperrYT Рік тому +1

    I love the dynamic habit tracker but I am having a major problem. I watched the video 4 times to see if everything I did was correct and it was, yet I still cannot see the chart. I have the chart embedded but there is no data in the chart.

    • @chrisnotion
      @chrisnotion  Рік тому

      You have to actually have entries in your database for there to be any data: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

    • @TheHyperrYT
      @TheHyperrYT Рік тому

      @@chrisnotion I watched the loom video and the only difference is that starting dot is on my chart besides that I still cannot see the entire graph.

  • @enzocorreia
    @enzocorreia Рік тому +2

    there is a problem using recurring tasks. When they are created automatically they come without the current date in the "Date" property, it's just a property with blank text, so notion2charts cannot update the chart with the correct date (because the X axis is "Date" and there is no data in the "Date" property in automatically created tasks), i solved this by putting the correct date in each day, but in this case i need to do it manually every single day. Is there a way to make the "Date" property come up with the current day's date automatically on recurring tasks or am i missing something?

    • @enzocorreia
      @enzocorreia Рік тому

      another way i found is to select "created time" for the X axis on notion2charts, but the bad thing is that only shows the current and past day with a straight line. Even if you select week or month on "group by", it just shows a blank chart,. Let's hope notion or/and notion2charts update with a solution for this

    • @chrisnotion
      @chrisnotion  Рік тому

      You just need to use the created time property and sort all your database views to the created time. In Notion2Charts make the X axis the created time, group it by the day and sort it to the created time. Add the chart to Notion, set up a recurring template button and after a week of creating 1 database entry each day you should have a couple of points on your chart. This video might help as well: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @samoesper8494
    @samoesper8494 Рік тому +1

    line chart does not display anything why

    • @chrisnotion
      @chrisnotion  Рік тому

      You need to connect your database to your own chart with Notion2Charts and add database entries

  • @muhammedsafasirkeci5967
    @muhammedsafasirkeci5967 7 місяців тому +1

    Hi, thanks for the great template! I have an issue with adding habits to the previous days before created time. The calendar shows always created time property, I started to use it on 10th January but actually, I have been doing my habits since 1st January. How can I fill the previous days without broking any code or something? Thanks you..

    • @chrisnotion
      @chrisnotion  7 місяців тому

      You can just use the normal date property, you don't need to use recurring template buttons so you can just group your calendar by the normal date property. You can then just add in @today for the template button name which should automatically add in today's date whenever you create a new template button

    • @muhammedsafasirkeci5967
      @muhammedsafasirkeci5967 7 місяців тому

      Thanks a lot. You are the best! :)@@chrisnotion

  • @guillermoarevalo2550
    @guillermoarevalo2550 11 місяців тому +1

    Hi Chris, very helpful video. Just one question: Would it be possible to have different templates for different days? Like a certain list of habits for mondays and wednesdays and a different one for tuesdays and fridays... I'm quite new to notion so don't really know how databases work.

    • @chrisnotion
      @chrisnotion  11 місяців тому

      Not with this template but there are habit trackers you can do this yes 🙌🏼

  • @jaydnsmiley
    @jaydnsmiley Рік тому +1

    Is it possible to do it but instead of set habits per day it can be new to do list lets say one day you have 3 task and next day 5 more different task. And then the graph adjust depending on the completion percentage by day. Same thing as the video but just with adjustable to do list that change daily.

    • @chrisnotion
      @chrisnotion  Рік тому

      Don't think that's possible as you can only use 1 progress bar to track the progress meaning you'd need to use the same checkbox properties in that progress bar. What you can do is create a callout box section with 7 buttons, one for each day, that will add the tasks you need to do for that day to your task database. So when it's Monday you just click on the Monday button and it will add Monday's 5 tasks to your normal task database & calendar.

  • @ajeezifx
    @ajeezifx 8 місяців тому

    Ive been stuck on this... originally used unaryPlus then did toNumber and it still doesn't work.

  • @DavidANM24
    @DavidANM24 Рік тому +1

    hey when the new daily habit box kicks in everyday, it doesn't register on the graph, do you know how that could be?

    • @chrisnotion
      @chrisnotion  Рік тому

      If everything is set up and your graph is connected correctly then all you have to do is just click the reload button on the graph in the top right

  • @carlaugust
    @carlaugust Рік тому +1

    My line graph is not showing any data. What could be wrong?

    • @chrisnotion
      @chrisnotion  Рік тому

      You need to connect your own database to your own Notion2Charts account and actually have database entries for it to show. This video might help: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

    • @carlaugust
      @carlaugust Рік тому

      @@chrisnotion thanks for the quick reply! I've added my database like you've explained in your videos, and I have a few dates of habits added already, but I still get nothing in my line graph. The only thing I see of difference is that you add the progress bar for your y-axis, and mine is called "percentage". Any ideas?

  • @_Jdel
    @_Jdel Рік тому +1

    Every time I go to my layout and show calendar by created time it puts it all under the same date. Instead of repeating it daily

    • @chrisnotion
      @chrisnotion  Рік тому

      Yes because all those calendar entries have been created on the same day. You have to set up a recurring template button to repeat daily and it will start adding them to your calendar every day. In the template I've included a Loom explaining everything which you can find here: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @RaulGarcia-mg1yh
    @RaulGarcia-mg1yh 10 місяців тому +1

    Do you know how can i have for each template, different formula, because depending the day there are more tasks or less, you know? Thanks very much for all the information and knowledge!

    • @chrisnotion
      @chrisnotion  10 місяців тому +1

      Not on the calendar view the way this habit tracker is set up. You could create a formula for each day and just leave out the checkboxes that are irrelevant for that day but then you'll have 7 progress bars showing on the calendar. You might need to try a different habit tracker such as my minimalist one and then just instead of morning and evening routines you have Mo-Su. You can find the habit tracker here: chrisnotion.gumroad.com/l/iummy

    • @RaulGarcia-mg1yh
      @RaulGarcia-mg1yh 10 місяців тому

      I understand, i will try. Thank you very much machine for the free info! The universe will multiply it for you!!@@chrisnotion

  • @jesusmaria9271
    @jesusmaria9271 7 місяців тому +1

    can you make a 12 weeek year kind of notion ?

    • @chrisnotion
      @chrisnotion  7 місяців тому

      Already have one here: ua-cam.com/video/p4DswgymDYg/v-deo.htmlsi=dmEu834JpKEDWoAP

    • @oshanemalcolm7191
      @oshanemalcolm7191 7 місяців тому

      @@chrisnotionhey Chris, eagerly waiting on the updated formula video because the unaryPlus function isn’t working for me and I can’t finish the template, thank you

  • @dylanwatson1127
    @dylanwatson1127 Рік тому +1

    I've followed this four times and whenever I go to customise the graph no line shows up. Why is this happening?

    • @chrisnotion
      @chrisnotion  Рік тому

      Then it would be a connection issue if no data shows up, assuming you have data and habits that are checked on your calendar. If you already have habits checked then make sure your Notion account is connected with Notion2Charts and that you have selected the correct database when you connect your account as well as when you create the chart.

  • @Olle_Karlsson
    @Olle_Karlsson Рік тому +2

    I cant put ( infront of the first unaryplus, why?
    Need help

    • @chrisnotion
      @chrisnotion  Рік тому

      www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

    • @Olle_Karlsson
      @Olle_Karlsson Рік тому

      @@chrisnotion I fixed it, but thank you very much!

  • @stevenstein4845
    @stevenstein4845 Рік тому +1

    Do I have to manually add new checkboxes each day? Mine are not automatically repeating. Also my graph isn't working.

    • @chrisnotion
      @chrisnotion  Рік тому

      www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @oussamabh8496
    @oussamabh8496 Рік тому +1

    can i change it from daily Journal that repeat every day to the possibility of adding every day a new task without changing the properties of the day before?!

    • @chrisnotion
      @chrisnotion  Рік тому

      Yea just edit the content inside of the template button, you can include other databases or anything else in the template button.

  • @guapepenguin
    @guapepenguin Рік тому +1

    When I select the progress bar in the chart it says "No Numeric Values found in this Column." Is there anything I can do?

    • @chrisnotion
      @chrisnotion  Рік тому

      You have to select the percentage property not the progress bar.

  • @hfleuryhfleury5139
    @hfleuryhfleury5139 8 місяців тому +2

    unaryPlus dont work anymore

    • @chrisnotion
      @chrisnotion  8 місяців тому +1

      it got replaced with the toNumber function

  • @itsdanielplays
    @itsdanielplays Рік тому +1

    for me it doesnt embed the graph with the link it just shows their website and not renders the graph

    • @chrisnotion
      @chrisnotion  Рік тому

      Could be something on Notion's end as others also have this problem but maybe try using the embed block.

  • @Jesper6068
    @Jesper6068 Рік тому +1

    Freakin' awesome tutorial, Chris! Just have one question... My graph starts from the right, and when a new day rolls around it is added to the left... I can see that yours starts from the left, moving to the right, which is what I would like. How do I make that happen?

    • @chrisnotion
      @chrisnotion  Рік тому

      Thanks. Make sure your graph is sorted according to the date property and that it's ascending. Here's an extra video that might help: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @abdullahaladamawi4822
    @abdullahaladamawi4822 Рік тому +1

    hey thank you and i made it but the olny problem is that the graph shows me no data to display can you help me

    • @chrisnotion
      @chrisnotion  Рік тому

      Hi yea you need to connect your own chart and actually have database entries for there to be data to display: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @vsastock613
    @vsastock613 Рік тому +1

    I do 4 checkbox habits but when I look at the calendar it only shows 3 habits, please can you help me fix it :( (code still working as usual)

    • @chrisnotion
      @chrisnotion  Рік тому +1

      Go into the properties tab and select the habits you want to display. This video might help: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @florianv.a9913
    @florianv.a9913 Рік тому +1

    it doesnt show the checkboxes in the calendar view for me

    • @chrisnotion
      @chrisnotion  Рік тому +1

      Go into the database menu and under properties you can and toggle which properties you want to show

  • @mrhassanabdelmonem9097
    @mrhassanabdelmonem9097 Рік тому +2

    IT didnt work with me could you help me plz

    • @chrisnotion
      @chrisnotion  Рік тому +1

      Created a video that should answer your questions (included in the template as well): www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

    • @mrhassanabdelmonem9097
      @mrhassanabdelmonem9097 Рік тому +1

      @@chrisnotion I couldn't thank you enough, I fainley mad it 🥀

  • @LRY_-re9eq
    @LRY_-re9eq 11 місяців тому

    hi, so i've made an account in chartbase and created the chart. however, when i try and past the new link it doesnt seem to replace the old chart, yet when i press view source it shows my chart. i have the same issue with the spotify playlist i have replaced with yours. can someone please assist?

  • @itaieden2221
    @itaieden2221 Рік тому +1

    Hey Chris, I’ve done exactly as you have in the video, but unfortunately the chart shows “Loading…” what can I do to fix this?

    • @chrisnotion
      @chrisnotion  Рік тому

      Maybe this video might help: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

    • @itaieden2221
      @itaieden2221 Рік тому

      @@chrisnotion Hey thank you! Problem solved! Turns out cookies blocked notion from getting any data from notion2charts.

  • @mikelowry2254
    @mikelowry2254 Рік тому +1

    Hi Chris, any idea how to have this auto add the date? mine still doesnt auto add the date so having to do it manually each day which is no biggy but would be helpful

    • @chrisnotion
      @chrisnotion  Рік тому

      Yea you would need to set up the recurring template button to create a new database entry each day and make sure your calendar is grouped to the created time property, not the date property (inside the database menu under layout) 🙌🏼

    • @mikelowry2254
      @mikelowry2254 Рік тому

      Thanks for the reply but all my settings match like you've described here so it adds the habits each day but doesn't update the date for todays date @@chrisnotion

  • @mehdimajdi8665
    @mehdimajdi8665 5 місяців тому

    round((toNumber(Habit 1)+toNumber(Habit 2)+toNumber(Habit 3))/3*1000)/1000

  • @gabrielvito5961
    @gabrielvito5961 Рік тому +1

    do we need pro version to see the graph? it's not working for me :(

    • @chrisnotion
      @chrisnotion  Рік тому

      No the Notion2Charts pro version is only if you want to have multiple graphs. Here's a video that might answer your questions: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

  • @tradingwithdaniel8047
    @tradingwithdaniel8047 Рік тому +1

    Is there a way to have the name of daily templates automatically show the date?

    • @chrisnotion
      @chrisnotion  Рік тому +1

      You can add the date using @today but it won't display it in text unfortunately

  • @VictorCardoso0
    @VictorCardoso0 Рік тому +1

    Hi there, ive bought your graph and calendar, my calendar wortks but the graph does not work, it just keep saying "no data to display", could you help me?

    • @chrisnotion
      @chrisnotion  Рік тому +1

      You have to set up a line graph through Notion2Charts and connect your own database. I've included a Loom in the template explaining everything which you can find here: www.loom.com/share/548e923e338b42408db2d6aa8c7f5a48

    • @VictorCardoso0
      @VictorCardoso0 Рік тому

      @@chrisnotion thank you so much for helping me!

    • @VictorCardoso0
      @VictorCardoso0 Рік тому

      @@chrisnotion But I have another question, i enjoyed this template so much, but in my routine, i found more useful to use this template as a to do list, not a habit tracker, and by that, measure my productivity.
      But if I put my tasks in there, they simply appear again in the next day, so how i prevent that?
      Could you help me to do this in a better way?

    • @chrisnotion
      @chrisnotion  Рік тому

      You just need to turn of the recurring templates so they don't show up each day and group your calendar to the normal date property for manual database entries

  • @Imad_jj
    @Imad_jj Рік тому +1

    Nice Idea 💡

  • @asadhussain189
    @asadhussain189 Рік тому +1

    My graph and calendar work but I have to input the "date" property every day on the reoccurring template in order for my graph to work properly, any tips? and thank you for this tutorial

    • @chrisnotion
      @chrisnotion  Рік тому

      Sort the calendar according to the created time property under the layout tab in the database menu. And then set up a daily recurring template :)

    • @Mel1211
      @Mel1211 Рік тому

      ​@@chrisnotion I did but it's just place ten (maybe more) tracker in one day

  • @mikelowry2254
    @mikelowry2254 Рік тому +1

    I've put my habit tracker on my Personal Notion page which includes books i've read and work outs etc but when i go to Notion2charts it doesnt see my habit tracker and only the books for some reason any ideas?

    • @chrisnotion
      @chrisnotion  Рік тому

      That's weird. Once you've pasted it as an embed it should automatically show up everytime you open Notion. Just make sure you got the correct databases and everything connected

    • @mikelowry2254
      @mikelowry2254 Рік тому

      @@chrisnotion managed to get it to work, some reason when it adds it every day it doesn’t add the date hahah so wasn’t linking

    • @mikelowry2254
      @mikelowry2254 Рік тому

      @@chrisnotion my notion still isn’t adding the date when it auto added the tasks for the day is there anyway to have it do this ?