Display data to the monitor.

  • Create a folder “data_folder” with the following command:
      • In the SSH terminal, type at the pi home directory:
        • mkdir data_folder
    • Run the script scd30.py that you put in the pi directory.
      • from SSH type “python3 scd30.py”
    • This script reads the SCD30 data and updates the current.txt file that the Magic Mirror post to the screen. It also writes the data to a daily file in the data_folder.

NEXT