Connect nodemcu to mysql database. But the data is not being uploaded in both cases.

Connect nodemcu to mysql database. h> #include <ESP8266WiFi.
Connect nodemcu to mysql database You only need to change MySQL queries on the PHP script. 5. Send the boolean values in the form of the HTTP Post method and handle the post method in Webserver then update the MYSQL table. You can have multiple apps and clients connecting to the database anywhere in the Apr 5, 2019 · Arduino | LoLin NodeMCU V3 ESP8266 with MySQL Database and PHP (LocalHost). Now When “http” is written in url, I get http response code 200 and When “https” is written in url, I get https response code 400. I have created a PHP script that can access a specific field of a MySQL Table and the script will always return a single digit value of either 0 or 1. nodeMCU can read value and sent value. bensound. Then you can display temperature and humidity data on your own dashboard in real-time. if May 22, 2022 · Introduction. I tried the following but it's not working: mysql -u user -h 192. Merupakan video yang dibuat oleh Channel Perangkai Komponen. The term "Node MCU" by default refers to the firmware rather than the dev kits. 0. Then I notice it was too dificult and use a nodeMCU connected via serial to an Arduino that sends 4 numbers comma separated. Alternatively here are the steps for LAMP server: 1. In my last guide i made an sensor node that records Temperature, Humidity and Pressure directly to an MySQL database. h&gt; #include &lt;WiFiClient. Apr 5, 2023 · The project involves setting up a local copy of MySQL on the computer, creating a new database and a table in MySQL, installing the PHP MySQL extension, connecting to the MySQL database using PHP, and sending sensor data from NodeMCU to the PHP script running on the computer using the built-in Wi-Fi module. id/ Oct 6, 2020 · I am wanting to use an Arduino Mega connected to an ESP 8266 module to read the contents of a MySQL database that is hosted online to act as a remote turn on option. h> #include <MySQL_Connection. In the above example, we have learned how to insert data into the MySQL database. I have connected NodeMCU WIFI and saw a data but I can't save data in my DB. I'm trying to read data from database with request by Nodemcu; it works but it showing that I don't want to get. txt, rename them to reader. In this project video I use Arduino Apr 4, 2019 · Hi , i tried to connect the nodemcu to xampp database but i cannot connect to the database my arduino out put giving me some kind of SSL errors and i dont know how to fix it. SAVEING THE PHP CODE IN 'htdocs' FOLDER Apr 24, 2018 · I want to connect my NodeMCU to my MySQL Microsoft Azure database. The problem is that, if I switch ON the button the v Dec 16, 2021 · Hello, i am trying to program an ESP8266 using Arduino IDE, my goal is the access a mysql database running on my main pc using xampp. But Sep 20, 2020 · Do you NEED an EXTRA PAIR of HANDS to HELP you with your SOFTWARE PROJECT/CAPSTONE Projects?I can HELP you with ANY / ALL of the following: PAID Consulting Connect NodeMCU ESP8266 To MySQL Database. e Clear and Obstacle) to phpmyadmin database created using xampp control panel. git1) Node MCU V3 : Node MCU is an open source IOT platform. May 31, 2019 · I have solved the problem. 1, a normal Arduino UNO connect How Arduino insert, update or get data to/from MySQL database. txt and writer. MySQL is a widely used relational database management system (RDBMS) that uses structured query language (SQL). Finally, we have Connect RFID to PHP & MySQL Database with NodeMcu ESP8266. I use a NODEMCU who should send Data to the SQL-Database (Raspberry 4 and MariaDB). Jul 22, 2017 · I am currently working for my final project, but I have a problem. Video by MeMusic by www. I have I also have MySQL installed on this computer (which I want to use to connect to the database). Apr 2, 2021 · It is one of the most popular applications for MySQL database management. the record. Later, You will find the differencesin your learning process. go. bmkg. This is the MySQL database name you want to connect to. To insert data into the database, we are going to use the ESP8266 Nodemcu and BME280 sensor so that we can insert temperature, humidity, pressure readings into our database every 30 seconds. Charles Bell has been used to establish the connection with the mysql server running on local machine with the esp8266. I wrote my provider where I has MySQL Database stored but I don't know why i can not connect to. The code below, which we got from a source and tweaked it for our components for the system, will read and display the CardID of the card tag to the Mar 26, 2020 · Sometimes, you may want to connect to your MySQL database on your free hosting account using external software, like a desktop database manager (like MySQL Workbench) or an external program you wrote yourself (like an Android or iOS app). It seems like the WiFi library does not natively support DNS, only IP however Azure does not support stati Nodemcu MySQL Database Connection. Generally u Apr 23, 2018 · I am currently trying to connect my ESP8266 to an Azure MySQL database using WiFi and DNS. * Feb 17, 2023 · Hallo warrior ! Pada pertemuan ini kita akan coba membahas mengenai cara mengirim sebuah data sensor dari Nodemcu ESP8266 ke database MYSQL dan menampilkannya di database. CREATE DATABASE YOUR_DATABASE_NAME CHARACTER SET = 'utf8' COLLATE = 'utf8_general_ci'; I am using a WAMPServer 2. GitHub Link: https://github. \connect root@localhost Jan 8, 2020 · Then from Nodemcu to MySql based database Arduino Mega Code String str; void setup() { // initialize se… Hello All, My task is I have to send Serial data available in Arduino Mega (serial1 port) to Nodemcu (serial). I use this script here: #include <MySQL_Connection. Jan 20, 2020 · Nodemcu - RFID - PHP - MySQL : Menyimpan data UID RFID ke dalam database MySQL. Deploying our PHP Web App. * Apr 5, 2023 · In this project with ESP8266-NodeMCU, we will see how to Insert Data into MySQL Database using PHP and Arduino IDE?. I am using AT command to send data from arduino to database. materials: digital body scale custom, esp8266, HX711 load cell amplifier, psu 5v/3A, jumper cable. 5K subscribers in the NodeMCU community. Is there any kind of security for making external connection with nodeMCU? This is the username of your MySQL user. php and writer. This is the code: #include &lt;ESP8266WiFi Language: HTML5, MySQL , PHP,C By using the RFID module which is connected to Node MCU ESP8266 Board, a RFID card is scan. Check out the Step-by-Step tutorial with c In this repository you have 2 file, nodeMCU code file for your nodeMCU and PHP file to store in your server, for this code we doesn't need any remote MySql connection. mysql_connect('localhost', 'username', 'password') or die (mysql_error()); mysql_select_database('db_name') or die (mysql_error()); // now you are connected ESP32 - MySQL. Port. Import the rfid. In this project video I use Arduino IDE 1. The information in the da Mar 22, 2020 · Connect RFID to PHP & MySQL Database with NodeMcu ESP8266 Conclusion. You can learn more from W3Schools Aug 25, 2019 · Hello Guys,In this Project I've interfaced DHT11 with nodemcu and then I'm sending data of dht11 which is humidity and temperature to phpmyadmin database. 4. I cannot sent value to database. h> # The username of the database by default is 'root' and password is "", didn't set them up. To update data on a webserver connected database, you can use POST or GET requests to a php web page. Dec 31, 2021 · In this tutorial, I give a detailed guide on how to send data from NodeMCU or ESP8266 to Azure IoT Central platform. Remote Connection Connect NodeMCU ESP8266 To MySQL Database. h> #include <ArduinoJson. Feb 11, 2022 · Code for Arduino and Php Script:https://github. In this project the MySQL library developed by Dr. h> char ssid[] = "ABK14-24"; // Network Name char pass[] = "password"; // Network Password Mar 13, 2020 · I am struggeling to get a connection to my local MySQL database that is on a LAMP server, i have tried to get a connection with a Arduino WiFi Rev. In this video isn't included Wamp64 installation, if you want to know how t Oct 10, 2019 · The best way I can think of is ESP8266 to Web Server(PHP/Python/NodeJS etc) to MySQL . Oct 23, 2018 · I am using Ir sensor with arduino uno. Bagaimana cara koneksi nodemcu dengan database mysql? Cara membuat server? Kita bisa menggunakan bahasa pemrograman PHP sebagai bahasa server, yang akan meng Oct 14, 2020 · Pada kesempatan kali ini, saya akan mencoba share mengenai metode penyimpanan data dari arduino ke MySQL database. Apr 18, 2019 · I can connect to My WIFI and set the esp8622 as an access piont at the same time , printing date and time on the webserver is working too but the problem is that i can't connect to MySQL Database . Oct 17, 2015 · The first is a need to call the database once and reuse the database connection. To create a database type the following command in the command prompt. And by using ESP8266 the data is send to MYSQL Database which is connect through a php page - hema209/Attendance-System-using-Nodemcu REST (REpresentational State Transfer) is a standard web-based communication architecture that is often applied in web-based service development. You only have to change the connection string and a few queries. 28:3306 -p password ERROR 2005 (HY000): Unknown MySQL server host '192. In this Instructable, we will see how to connect NodeMCU ESP8266 to the MySQL database. After installing the mysql server in your host machine, few necessary steps are to be followed to stabilize the connection. Dengan konsep yang hampir sama, kali ini akan saya bahas mengenai cara menyimpan data esp 8266 dan sejenisnya (NodeMCU, Wemos, dll) ke database MySQL dengan PHP Rest API. You cannot connect to a free hosting MySQL database from outside your hosting account. However, I cannot insert data from the nodeMCU into the MySQL database Apr 17, 2020 · How To Connect NodeMCU ESP8266 to MySQL/MariaDB Database (Remote Server Or Local PC):-1. h&gt; #include &lt;MySQL&hellip; Connect NodeMCU ESP8266 To MySQL Database. Sep 18, 2021 · Get started quickly with Firebase using the ESP8266 NodeMCU board. ESP32 can interact with the MySQL database in two ways: Sep 24, 2020 · In this tutorial, we will learn how to Connect RFID to PHP & MySQL Database with NodeMCU ESP8266. CORS (Cross-Origin Resource Sharing) is a library that enables access to our Node API in our React app. Database name. Whenever you scan the RFID Card the user Credentials will be displayed on the Web App. First check your PHP script can insert by setting some values in the script i. But the data is not being uploaded in both cases. Remember to replace YOUR_DATABASE_NAME with your own database name that you want to set. In this repository you can learn how to connect a ESP8266 WiFi module (ESP-01) to an Arduino UNO connected via Serial (Tx Rx) and send data to a MySQL database in a webhosting. We will interface DHT11 Humidity and Temperature Sensor with ESP8266-NodeMCU board and will post the sensor output data using ESP8266 client that makes an HTTP POST request to a PHP script to insert data (sensor readings) into a MySQL database. It is a free tool written in PHP. Oct 7, 2020 · Kindly help me in my code. It is NOT the address where your MySQL server is running, unless you have ported MySQL to the NodeMCU. Create a new database named rfid in your PHPMyAdmin. I found this code finally. In this project video i use LoLin NodeMCU V3 ESP8266,XAMPP v3. This tool is connected to a server with the PHP programming language and MYSQL database so that registered and authenticated rfid cards can be controlled via the webserver, can be seen logging in and out. This project can store the Credentials of Students or Employees. 1. h> #include <Adafruit_GFX. com/https://www. It is running well and storing data to the database. So far the board is connecting to the WIFI network but isn't able to connect to the SQL Server, it just keeps printing dots in the Serial Monitor. e. May 31, 2023 · The code is working fine on local server. 127. This tool connects Door lock with Solenoid door lock and RFID Reader connected with NodeMCU device. I want to send my sensor data to MySQL database using XAMPP and phpMyAdmin. apachefriends. I'm using Wamp server and phpMyAdmin. 9, PHP 5. h> #include <WiFiClient. Mar 9, 2022 · RFid Based Attendance Management System with Monitoring Using IoT, Nodemcu, PHP MYSQL | M42 TECHDOWNLOAD CODE PHP, ARDUINO,MYSQL BLOG : https://m42tech. #include <ESP8266WiFi. h> #include <UniversalTelegramBot. Now as we have set our MySQL user account, let us proceed further and create a MySQL database. 6. 43 Jul 12, 2022 · Sebelumnya telah ditulis mengenai tutorial menyimpan data arduino ke database MySQL. Our database is ready and local server has been setup . We are using NODEMCU and MYSQL database and RFID to store the information for the registered card tags. 28:3306' (0) Jan 22, 2022 · Today, I will show you how to send DHT11 data to MySQL Server. May 5, 2018 · Hey, I started a project w Uno and Nodemcu but have no programming skills. 2. com/yashwantpathakrjit/DHT11-Data-to-MySQL-Server. 2 , Notepad++ v7. I can´t select or update etc. 12 and MYSQL 5. Howerver, if you are a beginner, you can assume that they are the same. However, when I run the code I get the following output: Connected to dankweb IP address: 192. I have arduino code that is sending and getting data from mySql. Create database, table and columns. Parts required-NodeMCU (Other ESP8266 based controllers will also work) Download project files: ESP8266 MYSQL Database. Mar 26, 2023 · MySQL database to store readings; Table of Contents. Copy paste the rfid folder provided in your htdocs folder. Mar 14, 2023 · Hi, thank you for sharing the code. Dasar dari komunikasi ini adalah HTTP Request yang melibatkan Client-Server. For updating and getting data from the database, it is similar. Connecting the ESP8266 Nodemcu with BME 280 sensor. Nov 26, 2020 · I was not to expert with Nodemcu or IOT. The problem is the sensor data is not stored in the database. Contribute to TrickSumo/NodeMCU-ESP8266-MySQL development by creating an account on GitHub. At some point, you may want to upload Arduino/NodeMCU sensor data to the MySQL database. MySQL is a widely used relational database management system (RDBMS) that uses structured query language (SQL). I've been trying to implement it with a Wemos NodeMCU V3. com ESP8266 - MySQL. So, if you have to switch your project to use another database, PDO makes the process easy. this is my code Mar 19, 2017 · Hello everyone, I use Wemos D1 which has ESP8266 module for wifi connection. can you help me fix t Being pedantic: 127. It includes firmware which runs on the ESP8266 Wi- Fi SoC from hardware which is based on the ESP-12 module. 5 with Apache 2. Apr 8, 2019 · I am doing my school work to send sensor data to PHP. Pada video ini d Displays the data on the weighing results in a web browser in real time and saves it to a MySQL database. g. You'll create a Firebase project with a realtime database (RTDB), and you'll learn how to store and read values from the database with your ESP8266 Arduino IDE + NodeMCU V3 + MySQL + PHP | NodeMCU V3 ESP8266 / ESP12E with RFID RC522 uses MySQL Database and PHP | CRUD. Here I have interfaced the RFID-RC522 Module with NodeMcu ESP8266 Oct 22, 2020 · Save data from NodeMCU to PHP MySQL. Arduino IDE + NodeMCU ESP12E ESP8266 + MySQL Database | NodeMCU ESP12E ESP8266 Getting Data from MySQL Database. I came up with the following code: #include <Adafruit_SSD1306. To connect to mysql server, use: \connect username@hostname e. 1 is the internal IP address present in every IP device, and it's use as a shorthand for "this machine". 2, Arduino Yùn Rev. phpMyAdmin is only PHP code that connects to the DB. sql file. php, and load them into the htdocs folder of XAMPP. 28:3306' (0) Oct 2, 2019 · So you can download XAMPP server from this link. Mar 29, 2010 · The database is a MySQL database, not a phpMyAdmin database. Connect NodeMCU ESP8266 To MySQL Database. campbellsci. PDO will work on 12 different database systems, whereas MySQLi will only work with MySQL databases. ) upload php file to your server and create a database and table acotding to your project Jul 30, 2019 · Hello, in this video you will learn how to send data from ESP to MySQL Database. Firebase is Google's mobile application development platform that includes many services to manage data from IOS, Android, or web applications. May 12, 2021 · In this tutorial, we will explore how to utilize the Wemos D1 WiFi-ESP8266 board to insert data into a MySQL database using PHP and the Arduino IDE. It's use for TCP/IP comms between process running in the same machine, like any program that need to access the local database (as you said). Dengan begini kamu dapat menyimpan seluruh data dari sensor dan menampilkannya langsung secara realtime di komputer yang sudah kamu siapkan. . comThanks to :https://nodered. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. Install Apache sudo apt-get install apache2. 1) Node MCU V3 : Node MCU is an open source IOT platform. 1); // IP of the MySQL server char user[] = "root"; // MySQL user login username char password Jan 1, 2014 · On the server side there is a Apache/PHP/MySQL server. RFID-RC522 Module with NodeMcu ESP8266 and then I'm sending data of RFID to MySQL Database. To associate your repository with the nodemcu-database-connection topic, visit This tutorial will teach how to Connect RFID to PHP & MySQL Database with NodeMCU ESP8266. I would like to connect directly to the MySQL database and I used this code: #include <;ESP8266WiFi. * In this tutorial, we will learn how to Connect RFID to PHP & MySQL Database with NodeMCU ESP8266. You can only interact with your free hosting database through PHP Apr 2, 2021 · In this video, we explained how to interface the NodeMCU development board with a local copy of MySQL DB using PHP. Now, you can use this Project to save user credentials on PHP Web App. I think maybe have problems with port for listening. Jun 7, 2018 · Stack Exchange Network. You can run MySQL queries, optimize, repair and check tables, change collation and execute other database management commands. This is the code that I'm running in the Arduino IDE, and it succesfully uploads and connects to my WiFi, but it gets stuck when trying to establish a connection to the MySQL Database. NodeMCU Connect Things EASY An open-source firmware and development kit that helps you to prototype your… จากบทความครั้งที่แล้ว ที่ได้เขียนบทความเกี่ยวกับการส่งค่าจาก Arduino Uno R3 + W5100 ส่งข้อมูลไปเก็บลง Database น้องๆได้เรียกร้องให้เขียนบทความโดยใช้ N Feb 29, 2020 · Hello, i have some problem to manage my database. h> #include <WiFiClientSecure. 1 is not routeable, and not accesible from other machines. NodeMCU ESP8266 sketch to query data from MySQL database This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. h> IPAddress server_addr(127. incomming = "somejunk"; I assume the PHP include file connects to your DB and changes into the corresponding DB? Dec 25, 2019 · I am trying to send my sensor data to the Xampp database. With MySQLi, you will need to rewrite the entire code - queries included. Problem is that you will also need to give the user access to whatever database that you want to access. We hope you found this IoT project useful! Connect and share knowledge within a single location that is structured and easy to search. Firstly, you will need to create user. For security reasons, PHP files are not allowed to be uploaded to this site, so when you download reader. i did this using an ESP8266 (NodeMCU) with an BME280 sensor attached to it. To connect to the MySQL server you need to have a valid user with the right privileges. org/https://www. The setup is as shown in the schematic below. Mar 28, 2019 · IPAddress server_addr(127,0,0,1); // IP of the MySQL server here You clearly have no clue what this address means. check out this link My project is about using nodeMCU measure value from sensor DHT11 and sent value to database Mysql. Both of these are in CODE section. Through this software, you can create, alter, drop, delete, import and export MySQL database tables. They are different. MySQL connection with the nodemcu. I have been using NodeMCU for the WiFi connection. I use xampp for server. ESP8266 can interact with the MySQL database in two ways: May 19, 2022 · But it also gives u the ability to send data to the internet. orghttps://www. Contribute to berk00/Nodemcu-Database-Connection development by creating an account on GitHub. In this guide i am going to explain to you how you can connect a ESP8266 based controller with an BME280 directly to an MySQL database without any other connections or servers in-between. we are just reading the serial data coming from NodeMCU ESP8266 and then publishing that to MySQL Database through PHP code. At some point, you may want to upload Arduino This is a demonstration of how to use the ESP8266 Nodemcu as a client to send sensor readings to a MYSQL database using PHP script. Logging your data to an online database is very useful and scalable. com/adesolas Feb 27, 2011 · Connecting from the mysql shell First thing is to ensure you are in sql mode, use: \sql to switch to sql mode from JS or Python mode. After modifying the codes, plugin your NodeMCU, and on Arduino ID, click the upload button. h> #include <ESP8266WiFi. h> #include <MySQL_Cursor. May 23, 2022 · Hi! I am only a newbie but our group is creating a monitoring system with SMS notifications. I don't know so much about PHP and MYSQL so please comment if some information is missing or wrong Oct 13, 2018 · 1st I would check each part i. The project is divided into the following main sections: Hosting Your PHP Application and MySQL Database; Preparing Your MySQL Database; PHP Script HTTP POST – Insert Data in MySQL Database; PHP Script – Display Database Content; Setting up the ESP32 or ESP8266; 1. See full list on iotprojectsideas. Install MySQL: sudo apt-get install mysql-server Arduino IDE + NodeMCU V3 ESP12E ESP8266 + Firebase Realtime Database | NodeMCU V3 ESP12E ESP8266 send DHT11 Sensor Data and get Data to Control the LED from Nov 25, 2024 · MySQL 2 is utilized for connecting to the database, allowing interaction with our database. I uploaded those files on infinity free webserver after changing the credentials. There are two terms in MySQL that beginners usually get confused: MySQL Database and MySQL server. 8. These data can then be added easily to a database and the same or another web page can also display the data of the database. Password. The code can be seen in the attached file. And return connect refused. Create MySQL database create database db1; CREATE USER myuser1@localhost IDENTIFIED BY 'Secure2020#'; GRANT ALL PRIVILEGES ON db1. What I want to do is to post records in to a mysql database. Through esp8266-01 i successfully send status of IR sensor (i. 2. js] 1 Cant sent POST request to server with NodeMCU 2. in Jan 22, 2022 · Today, I will show you how to send DHT11 data to MySQL Server. 168. 17. One of the information to put is Contact Number. By interfacing a DHT11 Humidity and Temperature Sensor with the Wemos D1 WiFi-ESP8266 board, we will capture sensor output data and send it to a PHP script via an HTTP POST request. Apr 26, 2020 · Sensor’s data in MySQL Database Conclusion. Start your Apache and Mysql in XAMPP Control Panel. But HTTP GET is fail. Jul 7, 2022 · Nodemcu MySQL Database Connection. Mengapa harus disimpan di database? Hal ini untuk memudahkan pengolahan data ke tahap selanjutnya seperti pembuatan grafik atau tabel yang digunakan sebagai acuan komparasi perubahan nilai dari waktu ke waktu tertentu, dan sebagainya. 0 Why mysql Connection to database doesn't work? [Node. Edit database details in dbwri There are 2 files included, 1 to write the data to the database table and 1 to read it back and display it in the browser. To review, open the file in an editor that reveals hidden Unicode characters. All that remains is writing a PHP code and a code for NODEMCU. Now I want my arduino to fetch data from phpmyadmin database and change the status of Led light. 1. I can connect the nodemcu esp8266 with my xampp server. For instance, you don't want to call the database inside each Model function as it will generate too many database connections, often more connections than your database server will allow. ckxq bypimt cflgt hhqx pygjn sjet agshwg zufnuk enpjav rkknq
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}