ESP32/ESP8266 Plot Sensor Readings in Real Time Charts - Web Server

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

Комментарии • 179

  • @RuiSantosdotme
    @RuiSantosdotme  5 лет назад +27

    You can find the complete project details (schematics + source code) on my blog ► RandomNerdTutorials.com/esp32-esp8266-plot-chart-web-server/

    • @HarisMaulanaID
      @HarisMaulanaID 5 лет назад

      How to load data plot with sd card to chart webserver?

    • @MoesKeckeEcke
      @MoesKeckeEcke 4 года назад +1

      Yeah please add write to sd card as csv file

    • @jkghhh97
      @jkghhh97 4 года назад

      i tried with dht22 but server not found how to make it work . Any tutorial ? i have done with displaying humidity n temperature value using ur web server tutorial, it work fine.When i wan to display it in chart it not showing.. Any solutions?

    • @jasonfrank4991
      @jasonfrank4991 3 года назад

      You all probably dont give a damn but does anyone know a trick to get back into an Instagram account..?
      I was stupid lost the password. I appreciate any assistance you can give me.

    • @jacobroman9965
      @jacobroman9965 3 года назад

      @Jason Frank Instablaster =)

  • @DocMicha
    @DocMicha 5 лет назад +6

    I am a regular viewer of your homepage, but did not realize, that you also have this youtube channel, so I subscribed! Nice work!

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад

      Thanks! I've been focusing mainly on my blog, but I'll try to focus more on RUclips this year.

    • @DocMicha
      @DocMicha 5 лет назад +1

      @@RuiSantosdotme For me you are the REFERENCE for ESP uC. I love the ESPs and use them a lot!

    • @Ed19601
      @Ed19601 5 лет назад

      ditto

    • @ulrichkliegis4138
      @ulrichkliegis4138 8 месяцев назад

      Same here! Thanks for your great work, Rui!

  • @lukeskywalkerbachman
    @lukeskywalkerbachman Год назад +1

    Can this be done on a web server that is configured as an access point? Let's say for example you want the arduino to host the server, but have the arduino not connected to Wifi, is it possible to implement Highcharts without Including the JavaScript files in the section of your web page, but storing the JS files on the arduino?

  •  4 года назад +2

    This project is awesome! I test it and works like a dream. But I would like to know if I could take time from a rtc component attach to esp32? I will use the ESP32 with an RTC and an SD card to datalogger the sensors. This device will not connect to internet, but I will use ESP softAP to make an access point, so I could use any device to connect with ESP32 network and see the readings. Thank you for share this project!

  • @cristiantalos4042
    @cristiantalos4042 5 лет назад +6

    I'm so glad that out of luck i found out about you! I've been watching a few of your videos now and i think you're doing a fantastic job explaining everything! I just purchased your course on ESP8266 and ESP32 and i can't wait to learn everything about it! I was wondering if you would happen to be interrested into making tutorial videos (or maybe a complete course) with using an IoT dashboard platform such as Thingsboard? Keep up the great work!

  • @CyberTechSRB
    @CyberTechSRB 3 года назад +1

    can you make a project with ESP32 + BME280+PMS7003+MQ135 and the same webpage with a graph like this? I really like the project but I am not good at coding.

    • @ummuhanigul5531
      @ummuhanigul5531 3 года назад

      simply, Can you please explain how to make this project with multiple sensors that are analog or I2C.

  • @giova2927
    @giova2927 Год назад +1

    Hi I would the same think but monitoring an on cnc using serial rs232. Could you have any idea to do this? Thanks

  • @hugoalexandermejiadiaz1075
    @hugoalexandermejiadiaz1075 4 года назад +1

    Hello !!
    I am trying to do a similar project, but with the difference that I have the temperature sensor, and the pressure sensor has it my friend who is located in another part of my city, the problem I have is that I want to show in The same web page, the values ​​of the two sensors, but I don't know how to link.
    Could you tell me how to do it?

  • @9sadra9
    @9sadra9 Месяц назад

    If I close the browser and look at the data tomorrow, will it show yesterday's data?

  • @EmilyAngel-i2j
    @EmilyAngel-i2j 4 месяца назад

    Se puede actualizar la grafica cada 10 milisegundos?

  • @jonasmolleta7265
    @jonasmolleta7265 3 года назад +1

    Hi Rui! How can I change the X Axis time to my local timezone?

  • @oussamathedjfreeman
    @oussamathedjfreeman 4 месяца назад

    To add download chart data into pfg or image file

  • @DaStuntChannel
    @DaStuntChannel 6 месяцев назад

    Hi, how can I make it faster? as in more data per second, I lowered the value to 10 and its not enough

  • @BertrandL
    @BertrandL 5 лет назад +3

    Excellent project ! Thanks for sharing ! What is the minimum delay that we can set between two values ?

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад

      I've used it extensively with 1 minute updates and it was very reliable with 1 connected client. I haven't tested with lower time frames...

    • @BertrandL
      @BertrandL 5 лет назад

      ​@@RuiSantosdotme
      Thanks for your response ! I'm looking for a way to send data in real time from an Arduino to another wirelessly, but I didn't find the perfect solution yet...
      The idea is to create a musical instrument (MIDI) with several homemade wireless controllers (different types of sensors)...
      Your channel helped me a lot for working with the ESP32 the past 5 month ! I can't thank you enough!

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад +1

      @@BertrandL I would recommend just using 2 ESP32 to exchange data with each other. I would probably use MQTT. I'm glad it helped! Thanks

  • @robertgrassi6285
    @robertgrassi6285 5 лет назад +2

    Finally don't have to insert clunky HTML into the arduino code itself....wow this is a lifesaver. Really cool and useful tutorial thank you for pushing 32/8266 to the limits

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад +1

      Exactly, just store your CSS or HTML in the ESP SPIFFS. Here's another example randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/

  • @gonzalorafaelrojasverenzue8961
    @gonzalorafaelrojasverenzue8961 9 месяцев назад

    Goodnight friend.
    Gonzalo Rojas from Venezuela writes to you.
    I am working with the ESP32CAM development card, specifically with the example of CameraWebServer, it compiles and records well on the card but when I click MonitorSerie it generates the IP of my WiFi, however it does not connect with that IP on the internet, also on The Serial Monitor generates the error: E (321) esp_core_dump_flashz ɕ dump partition found!
    E (321) esp_core_dump_flash: No core dump partition found!
    COULD YOU HELP ME WITH YOUR ENOUGH EXPERIENCE?
    Gracias

  • @youmaxim221
    @youmaxim221 5 лет назад +1

    Hello! Is it possible to make realtime plotting via WiFi with ESP in the interval of 10 microseconds to build a graph? Or it's impossible for this technology?

  • @marinformatics4587
    @marinformatics4587 4 года назад +2

    wowwwwww, thankyou, wonderfull tutorial !, I was looking for

  • @caturpermadi
    @caturpermadi 6 месяцев назад

    is it possible to use ESP32-C3 Mini?

  • @johnharoldcastillo1710
    @johnharoldcastillo1710 Год назад

    did you use python language in your web ?

  • @irfansensoy5901
    @irfansensoy5901 8 месяцев назад

    Can we export this data as an excel or txt file?

  • @sadeeppriyankara6400
    @sadeeppriyankara6400 5 лет назад +1

    Everything including description crystal clear...and work fine..thank you very much

  • @tariq4846
    @tariq4846 2 года назад

    Can we do this with Arduino UNO?

  • @moeburn
    @moeburn 10 месяцев назад

    Does anyone know how to add a simple text display for the same values at the top? Like just a box that displays the latest value in bigger text, above the chart. I have been trying for days to figure this out but I don't understand Javascript or HTML as well as C.

  • @MRmidnightify
    @MRmidnightify 3 года назад

    sir can u help me, i got problem like this when running program on website
    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at file:///pressure. (Reason: CORS request not http).
    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at file:///temperature. (Reason: CORS request not http).
    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at file:///humidity. (Reason: CORS request not http).

  • @mcomulu
    @mcomulu 5 лет назад +2

    Thank you for this perfect Video Tutorial 👍

  • @rocococamp
    @rocococamp 3 года назад

    Hello, Santos I'm currently working on ESP32 800l project . I need help from you .How can I contact you?

  • @slavotoebog
    @slavotoebog 3 года назад

    how i can configured BH1750 sensor to web server with esp32 devkitv1? Thank you advance for your support.

  • @antoniogerson5068
    @antoniogerson5068 5 лет назад +1

    How do I do with dht11 or 22 ?

  • @soutakbiswas3029
    @soutakbiswas3029 2 года назад

    I want to plot second sensor data on x axis... Instate of time... Like voltage vs current graph..... Please help me to modify html file...

  • @xaviertintin849
    @xaviertintin849 3 года назад

    I have an esp8266 user exception (panic/abort/assert)!! how do I fix that?

  • @Johnzy33
    @Johnzy33 4 года назад +1

    How can i collect the point on the graph in a table form

  • @drrandel7269
    @drrandel7269 3 года назад

    Good day,
    Would that also work with a NodeMCU Amica module V2 ESP8266?
    I have built a small weather station with a 1.3 OLED display but would like to show the sensor data on a diagram or something if that were possible. I just can't find anything on the internet.

  • @akashahmmed9463
    @akashahmmed9463 2 года назад

    how can i do it in android please help me

  • @RobinsonDanieldosSantos
    @RobinsonDanieldosSantos 26 дней назад

    Boa Rui, gostei muito!

  • @bytesizedinnovations
    @bytesizedinnovations 7 месяцев назад

    is there a way to export this data?

  • @pupanpoulkaew9860
    @pupanpoulkaew9860 5 лет назад +1

    Hello, I will reset the time zone. thanyou

  • @Reptex_cs
    @Reptex_cs Год назад

    How long can it store information? I want to open the webpage and see temperature for the last 24 hours. It can update every 2 minutes for example. Is this possible?

  • @Ed19601
    @Ed19601 5 лет назад +1

    A very interesting sketch as it uses a graphics library that's available on internet. That library can be configured to yr needs and used in other projects. This sketch is a very good introduction to its use. Well done

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад +2

      Thank you, I'm glad you found it helpful!

  • @karinyafields9651
    @karinyafields9651 5 лет назад +1

    Is there a reason why it only displays 40 data points? Can this be extended to more than 40 or are we restricted to the limits of the Esp8266 / esp32?

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад +1

      It was just an arbitrary number that I decided... I found it was a good amount of values to see either in a mobile or laptop browser. You can modify the HTML page to let you see hundreds of points per chart. Just open my index.html file. Then, search for "40" and modify those values to 100, 500 or any limit that you want

    • @dave-in-nj9393
      @dave-in-nj9393 5 лет назад +2

      as you try to display more, the points run together and become almost un-readable.
      I think the next version should have a button on your Android that says 40 200 and 1000
      that would be a day and a half, one week and one month if you take readings every hour.
      that way, you could press the value on your phone, and the chart would fill to that.
      I think it would be great to have a way to see the last 200/1000 stored readings and not have to wait for it it fill

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад

      @@dave-in-nj9393 Thanks for the suggestion. You can definitely all those features to this project

    • @Ed19601
      @Ed19601 5 лет назад +1

      @@dave-in-nj9393 I have been digging in that library a little bit and hat you mention is certainly possible.
      As example, paste this in an html file and open it in your browser: (I hope the code wont be garbled by youtube)
      $.getJSON('www.highcharts.com/samples/data/aapl-c.json', function (data) {
      // Create the chart
      Highcharts.stockChart('container', {
      rangeSelector: {
      selected: 1
      },
      title: {
      text: 'Stock price'
      },
      series: [{
      name: 'AAP',
      data: data,
      tooltip: {
      valueDecimals: 2
      }
      }]
      });
      });

    • @bhupiistersingh4097
      @bhupiistersingh4097 4 года назад +1

      @@Ed19601 Hey, thanks for the code!

  • @josias6177
    @josias6177 2 года назад

    how hard is it to make a graph from a microphone? i'd love to use the esp32 with a microphone as a babymonitor

  • @crisselectronicprojects8408
    @crisselectronicprojects8408 5 лет назад +1

    Excellent project ! Thanks for sharing !
    Can NTC sensors be used if the appropriate library is added?

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад +2

      Sure, it will work with any sensor or value. You just need to modify the code to read your sensor instead

  • @muhammadrifqy24
    @muhammadrifqy24 9 месяцев назад

    is this with mqtt protocol?

  • @test2514
    @test2514 3 года назад

    hi coolvideos man :! any ideas what i could google if i want to safe these charts on the webserver. so whenever i come to the webpage i can also read past messurements? in ur verison i can only see present and past messurements

  • @MathematikO0
    @MathematikO0 3 года назад

    Is it possible to create a local webserver with mysql data?

  • @christianpaul3497
    @christianpaul3497 Год назад

    hello, is it possible to save the recorded data to a database. Thank you for the response

  • @herrjonatan5436
    @herrjonatan5436 3 года назад

    this is not nice , this is perfect !!!
    I am suscribing directly to your channel

  • @bharathkalyaan3855
    @bharathkalyaan3855 3 года назад

    sir do you have the code with tof sensor for measuring distance

  • @abhijitrashinkar
    @abhijitrashinkar 5 лет назад +1

    Hello!
    Excellent work, thinking of doing something similar like you did but unfortunately do not understand where to start, I can only use PIC chips for the moment and really don't know that I know enough of it to do something like you did, I liked your project, cheers....

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад

      Unfortunately I don't have any PIC tutorials...

    • @abhijitrashinkar
      @abhijitrashinkar 5 лет назад

      Hello! Okay my friend, thanks for your humble reply.

    • @dave-in-nj9393
      @dave-in-nj9393 5 лет назад +1

      The Arduino IDE is a free download
      programming in in C++
      ESP32 is commonly available from on-line suppliers.
      BME280 (not BMP280) is available from same supplies
      You can cut and paste to get this to work.
      I would say there are a lot of steps, but Rui has on all the hard work and
      given a step-by-step tutorial for you to follow.
      but, you have to follow from the very beginning to add the ESP32 to the IDE

    • @abhijitrashinkar
      @abhijitrashinkar 5 лет назад

      @@dave-in-nj9393 Hello! Dave
      Thanks for your quick reply, yes indeed, even I appreciate the efforts taken by Rui.
      Regarding programming, I am zero in C++ that's the reason I use FlowCode to program the PIC chips.
      I am trying to understand you and what Rui did, hope to do so quickly, probably ordering those parts you mentioned and start the action.😊
      Once again thanks for your kind words.
      Abhi

    • @dave-in-nj9393
      @dave-in-nj9393 5 лет назад

      @@abhijitrashinkar : see the link to the website tutorial.
      this is specific to the ESP32 or to the ESP8266. the ESP32 has more I/O pins and a few other benefits.
      the steps are explained.
      you have to get the Arduino IDE, free from the Arduino Website
      take some steps to load the specific chip (32 or 8266 one and then the other)
      down load libraries
      download the program
      assemble the board with the BME280 (I think pull up resistors might be needed, more data on the web)
      he goes pretty fast on this video, but the tutorial is step-by-step with links.
      since FlowCode has a C++ as part of the options, you should be able to port this into FlowCode, then add what you need.
      if you wanted to port this from C++ to a PIC, then I would hope FlowCode can do the heavy work for you.

  • @JKFCV
    @JKFCV 3 года назад

    The data update speed is nearly per 30 seconds. How to increase the speed?

  • @anonimuso
    @anonimuso 5 лет назад +1

    Great project. I'm trying to modify this for use with a AD8232 heart rate monitor, but I'm only getting a single value (4095) when I should be getting a constant stream of changing values (from 0 - 4095 using the built in ADC). The AD8232 works with just the serial monitor and plotter, so I know it's hooked up correctly. Any suggestions?

    • @Screcy
      @Screcy 2 года назад

      Kind of late but did you find a solution?

    • @anonimuso
      @anonimuso 2 года назад

      @@Screcy Sorry, but it's been so long, I don't remember. I hope you can find the solution.

  • @widcoshop
    @widcoshop 4 года назад

    hi bro its great can you make it with stme32cubemx and mysql?

  • @EliasPereira
    @EliasPereira 4 года назад +1

    Obrigado por compartilhar, projeto top demais, obtive sucesso por aqui. Parabéns.

  • @arminsenpai6755
    @arminsenpai6755 4 года назад

    is there a way to get access to the esp server/Time Chart if i am not in local network? For example i want to make an ecg sensor with an esp and show the results like this time chart but from every place not just local. Thanks

  • @ismzaxxon
    @ismzaxxon 3 года назад

    Nice tutorial, even if sharts made me laugh. Google what a shart it.

  • @davidsantiagogalvan3795
    @davidsantiagogalvan3795 2 года назад

    Hello Rui! Amazing project, can I know, if the data file is inside the arduino project?

  • @CristiIstrate
    @CristiIstrate 3 года назад

    Can we change timezone ?
    Thank you!

  • @arp_catchall
    @arp_catchall Год назад

    Thank you Rui. Found this guide most helpful.

  • @TechInventorAman
    @TechInventorAman 3 года назад

    Lets say if you have this sensor and a heart rate sensor attached . Will the same system work , as both of the sensors will produce data at their own rate . And what i think is that as the whole page is getting refreshed it might need all of the data at the same time from all the sensors

    • @arielelbaum
      @arielelbaum Год назад

      You can adjust the different polling rates for each sensor in the HTML file.

  • @doc777ga
    @doc777ga 3 года назад

    Is it possible to do it with a DS18B20

  • @jeffvenqueleir2036
    @jeffvenqueleir2036 5 лет назад +1

    well done i can use this in the futur thanks

  • @MohamedAli-xb7kh
    @MohamedAli-xb7kh 4 года назад

    How can I send continuous data to esp such as make the led on while I am pressing the forward arrow at keyboard ?

  • @stefanbramel
    @stefanbramel 5 лет назад

    I have already built my own weather station. Iam using it for quit a while now and I wonderd if it is possible to store the sensor data an the ESP for the last week and display it on a nice chart, so i don't have to wait until new sensor data cums in. It would be nice if you could make a video about that.
    Thanks

  • @marionboynton5223
    @marionboynton5223 4 года назад

    Thanks for video! :) is it possible to make the esp8266 an access point and log data so one can view the data plots on a desktop/mobile by conencting staright to esp8266 and no need for wifi?

  • @amjadalnahhas4295
    @amjadalnahhas4295 4 года назад

    Thank you very much, but h have problem, when i copy IP and past it on the internet is not founded

  • @101appsCoZa
    @101appsCoZa 4 года назад +1

    fantastic tutorial! just what i was looking for.

  • @reynaldobernabe9634
    @reynaldobernabe9634 4 года назад

    I tried to use this tutorials, everything. And i modified it by using DHT11, but to no luck, it doesn't work. it compile and upload properly both the filesystem and arduino sketch. but there's nothing in the web. "No webpage was found for the web address:" Please help to make it work...

    • @jkghhh97
      @jkghhh97 4 года назад

      do you find a way to do tht?

  • @mattm32
    @mattm32 2 года назад

    Hi there, thanks for the wonderful tutorial. One problem I am having is, the sensor reading once in a while gets too high, not sure why. I tried the sensor with different code it works fine, another question I have is how do I add one more graph to display another sensor reading? Thanks

  • @lorenzodefinis832
    @lorenzodefinis832 4 года назад

    Hey man, thanks for the tutorial. I've followed it step by step but when I go to upload the code, in the serial monitor it reports that no sensor is found, check wiring. I checked the wiring and its exactly how you have it. Im using an esp8266 with the same bme280 sensor as you. I've used an IC2 scanner and it can't discover the sensor. Any ideas whats wrong?

  • @luiscoelho3523
    @luiscoelho3523 5 лет назад +2

    Great project! Thank you for sharing!

  • @super123paperman
    @super123paperman 3 года назад

    Hi . I like your project very much but I have some trouble. Every time when I close the website(accessed by smartphone or PC) , the data is all disappear . And I open the new window of the website . The data is blank . Only the latest data is written on it . Are there any steps of your instruction that I missed ? I appreciate that you can help me

    • @LegeFles
      @LegeFles Год назад

      That also happens in this video.

  • @romafont2860
    @romafont2860 5 лет назад +1

    Very interesting projects. Congrats!!

  • @l301681
    @l301681 3 года назад

    Thank you verry much this is exactly what i needed !!!

  • @fajarwahidan6542
    @fajarwahidan6542 3 года назад

    Can i change the sensor using dht11?

  • @Ziqastory
    @Ziqastory 3 года назад

    hi, can this be logged into csv file?

  • @JujuhTuberr
    @JujuhTuberr 5 лет назад

    Eu juro que achei que fosse um indiano....

  • @giovanipellin3384
    @giovanipellin3384 3 года назад

    Is there a way to export the data to a .csv?

  • @Johnzy33
    @Johnzy33 4 года назад

    If i want to collect the data on the graph in a table, how do i go about it?

  • @diekritik8927
    @diekritik8927 4 года назад

    You are a genius. Do you know how to change the time zone?

  • @raveenkumuditharathnayaka7473
    @raveenkumuditharathnayaka7473 3 года назад

    How do we save these data in our PC

  • @echoesofmind8430
    @echoesofmind8430 2 года назад

    A good idea to make a graph dynamically! Super project! Thank you!

  • @orijinajunior6968
    @orijinajunior6968 2 года назад

    nice

  • @donnysdp
    @donnysdp 2 года назад

    Nice explanation sir, but I have a question. Could we set the webserver that has ability to auto-add the plot chart when there's a new sensor readings installed? (For example, I wanna visualize sensor readings from every node in my mesh network created by painlessmesh)

    • @dr-mnizam
      @dr-mnizam Год назад

      Here is a method to show dynamic data from google sheet database ruclips.net/video/CACsMxHalaI/видео.html

  • @nrdesign1991
    @nrdesign1991 4 года назад

    Is there a way to locally host the chart js code?

  • @felipegarciaencina5117
    @felipegarciaencina5117 5 лет назад

    Hi, can I use this to diplay data from a i2s mic?. And, you know how to read that data and turn it to sound?

  • @ardent4035
    @ardent4035 4 года назад

    Thank you ! everything from your website is so detailed and yet can be followed by a beginner like me.

  • @lafrooptimiste245
    @lafrooptimiste245 5 лет назад

    thanks ? how can I record this curve?

  • @denisgrabocka1269
    @denisgrabocka1269 5 лет назад

    Great project ...can i use a Wemos D1 mini for this and what do i have to modify?
    Thank you

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад

      You can, it should work without any modifications just check that you are connecting the sensor to the SCL/SDA I2C pins of the Wemos D1 Mini: randomnerdtutorials.com/esp8266-pinout-reference-gpios/

  • @kartikrajurkar3708
    @kartikrajurkar3708 5 лет назад

    How to store multiple Web pages in esp8266 and call it as hyperlinks

    • @elektronik1111
      @elektronik1111 5 лет назад

      I can answer for a small nonreturnable loan of one million dollars !

  • @kaiomatico
    @kaiomatico 4 года назад

    Wow this is simply perfect! Thank you so much for your hard work

  • @engineer1.0
    @engineer1.0 3 года назад

    Web server are local ?

  • @danielbob7769
    @danielbob7769 4 года назад

    @Rui Santos , I need help ... how can I change the clock ? It's with 3 hours back . The date it is correct. Please answer me . We can talk on email if you want

    • @claudineymoratony
      @claudineymoratony 4 года назад

      good night daniel, did you manage to change the date to gm -3? I have the same problem

    • @danielbob7769
      @danielbob7769 4 года назад

      @@claudineymoratony hi.I found the solution myself. I just had to add 3 hours in minutes to the function that displayed the time.

    • @danielbob7769
      @danielbob7769 4 года назад

      @@claudineymoratony var x = (new Date()).getTime() - 1000 * 60 * 60 * 3
      Try this. 1000* 60* 60*3 is 3 hours in miliseconds. That function displays the time in milliseconds since 1970. In the code you specified the time format, that's why the normal time is displayed, in hours, minutes and seconds . So, for GMT -3, you just have to subtract the 3 hours, exactly as I showed you.For GMT plus, you do the opposite, that is, you add up those hours

    • @claudineymoratony
      @claudineymoratony 4 года назад

      @@danielbob7769
      It worked perfectly! Thanks!

    • @danielbob7769
      @danielbob7769 4 года назад

      @@claudineymoratony you're welcome!

  • @ashgork
    @ashgork 4 года назад

    Hi, beautiful project !
    What happens once the 40 points are reached ?
    Thank you in advance for your answer !

    • @MrMikael1337
      @MrMikael1337 2 года назад

      once 40 points are reached, the graph just removes the first point as it adds every new point.

  • @MrArtyomle
    @MrArtyomle 2 года назад

    Just awesome brief tutorial!

  • @arashhashemi7091
    @arashhashemi7091 4 года назад

    Thanks a lot sir 🍀🍃☘️👍

  • @ahmadprayudi9178
    @ahmadprayudi9178 5 лет назад +1

    mantap good bro

  • @cbarrandynamic1324
    @cbarrandynamic1324 5 лет назад +1

    boss!

  • @basmangeorge
    @basmangeorge 3 года назад

    That is good thank you

  • @fiendasiddi7151
    @fiendasiddi7151 4 года назад

    Thank you for your video!

  • @GiegX
    @GiegX 2 года назад

    Thanks a lot!