YouTube Subscriber Counter - WeMos D1 Mini - ESP8266 - Max 7219 LED Matrix

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

КОМЕНТАРІ • 42

  • @WayneRigley
    @WayneRigley 3 роки тому +2

    ITS WORKSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS you are awesome ! FYI i did sub, as I know how hard it is to get people to sub.. were only at 28 on our new channel ! lol Which is now a stark reminder thanks to you and the screen !

    • @NicoProps
      @NicoProps  3 роки тому +1

      fantastic! glad to hear it. I was going to sub back but your name says you have 594 subs so you must be using this on a different channel, pop the link in the comments and I will sub back ;-)

  • @NicoProps
    @NicoProps  3 роки тому +5

    I love having my stats as a ticker tape over the top of my monitor

  • @simtcr
    @simtcr 3 роки тому +2

    Finally Found something that works. Thank you.

    • @NicoProps
      @NicoProps  3 роки тому

      No problem my friend, glad you like it dont forget to hit the subscribe button and the like the video would really help me out ;-)

  • @stacybridger8967
    @stacybridger8967 3 роки тому +3

    Great video 👍🏻

    • @NicoProps
      @NicoProps  3 роки тому +3

      Thanks, I do try to product content that helps and inspires makers, but this one is for all youtubers ;-)

    • @stacybridger8967
      @stacybridger8967 3 роки тому +3

      NicoProps great all rounder

  • @TonyAlbus
    @TonyAlbus 3 роки тому

    Thank you! ... works amazingly... i tried several other projects and code, almost rewrote the parser from the Polish guy, your base code also i see.....
    but in the end it fails on the wifi client.. This one works and you need the json 5.x , not the latest 6.x Thanks a million, you have a sub :)

    • @NicoProps
      @NicoProps  2 роки тому +1

      no problem, yeah it was a pain in the back side, and i refused to pay over £100 for a sub counter i can make for £15 or less

  • @WayneRigley
    @WayneRigley 3 роки тому +2

    ok jumping in with 2 feet with you on this.. all the others I've tried with my small 7 seg don't work... fingers crossed.. 2 day part order

    • @NicoProps
      @NicoProps  3 роки тому +2

      all the others were using the old API, my code uses the google API and it still works ;-)

  • @metalseagulls
    @metalseagulls 3 роки тому +1

    Great video - I would have probably used a connector rather than solder to the pins for the matrix module... and perhaps fit some headers and 'connectors' rather than solder to the board....

    • @NicoProps
      @NicoProps  3 роки тому +2

      i considered it, and you could totally do that, i was just reducing space in the casing

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

    GREAT VIDEO …. Thank you for sharing !!!!!
    Is it too complex to have both the UA-cam subscribers count and a clock switching after certain time ?

  • @WayneRigley
    @WayneRigley 3 роки тому +2

    now, if you could get it to show watch hours.. as that a number we all want to watch also !

    • @NicoProps
      @NicoProps  3 роки тому +1

      I dont think googles API supports it, I might look in to it though

    • @WayneRigley
      @WayneRigley 3 роки тому

      @@NicoProps my display is humming along.. is there a way to add a second channel to the 1 display >?

    • @NicoProps
      @NicoProps  3 роки тому +1

      @@WayneRigley In theory yes but it would require a major rewrite of the code which I don't have time at the moment to do, sorry.

    • @WayneRigley
      @WayneRigley 3 роки тому

      @@NicoProps im trying to look at the code to see why im only using 7 of the 8 led high ? but I have no idea lol

    • @NicoProps
      @NicoProps  3 роки тому

      @@WayneRigley sometimes those units can be faulty, I've had a couple of them like that, check that this variable is set to 8 ... #define NUM_MAX 8

  • @tacticaldidi3773
    @tacticaldidi3773 2 роки тому

    thx ! works perfectly ;)

    • @NicoProps
      @NicoProps  2 роки тому

      fantastic great to hear

  • @kryten1978
    @kryten1978 3 місяці тому +1

    NNNOOOOOOOOO the link to the google drive no longer works

  • @pythoneatssquirrel
    @pythoneatssquirrel 3 місяці тому

    the code link doesn't work anymore

  • @pythoneatssquirrel
    @pythoneatssquirrel 3 місяці тому

    can you please provide a new link?

  • @boskizet
    @boskizet 2 роки тому

    Cheers Nico! So i managed to put this project togeather but with no luck. Everything is setup properly (SSID, Pass, API Key and YT ID) D1 mini is connecting to the network ( i can see it in the settings of my router). Program starts and hangs on

    • @NicoProps
      @NicoProps  2 роки тому

      sorry for the delay only just seen this, its likely crashing because of the connection to the API, its likely to be an authentication issue, either your creditials in the program are wrong or the settings in your youtube/google account are wrong or not enabled correctly

    • @NicoProps
      @NicoProps  2 роки тому

      just have another look at the code and it seems to be hanging on the Wifi connection, remember some passwords are case sensitive.

    • @NicoProps
      @NicoProps  2 роки тому

      also probably will not work on 5ghz due to the hardware constraints

  • @wilsonsantero
    @wilsonsantero 3 роки тому +1

    Hmmm Arduinojson.h no suck file or directory?

    • @NicoProps
      @NicoProps  3 роки тому +2

      ah yes you need to add that plugin, you can do it in the app. go to Tools > Library Manager and search for arduinojson and install it

  • @WayneRigley
    @WayneRigley 3 роки тому +1

    wait.. deleted my last message ! i got it to load ! but now I need to check my API.. showing 0 views and subs.. ill check back later

    • @NicoProps
      @NicoProps  3 роки тому +2

      yeah when it first loads it will say 0 , you can use Postman (an app for APIs) to check the output from the google api. it will probably say zero if it's not authenticating make sure you have done the settings in your google account.

    • @WayneRigley
      @WayneRigley 3 роки тому +1

      @@NicoProps find it hard with the google API, just going over it all again

  • @Bafio05
    @Bafio05 3 роки тому

    Hello! he gives me 0 views and subscribers I saw that you helped another with the same problem but I still don't understand how to solve

    • @NicoProps
      @NicoProps  3 роки тому

      it will initially until it connects to the google API, give it a few minutes and it should connect, if not then you need to check your google api permissions

    • @Bafio05
      @Bafio05 3 роки тому

      @@NicoProps thanks a lot for the answer, how do I change the permissions in api?