{"id":44043313,"url":"https://github.com/nicholaswilde/trmnl-google-sheet-quote","last_synced_at":"2026-02-07T21:31:47.110Z","repository":{"id":305383676,"uuid":"1021696559","full_name":"nicholaswilde/trmnl-google-sheet-quote","owner":"nicholaswilde","description":"🖼️ A private plugin for TRMNL to display quotes from a Google Sheet 📊","archived":false,"fork":false,"pushed_at":"2026-01-31T08:11:30.000Z","size":432,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-31T18:46:03.202Z","etag":null,"topics":["gsheets","trmnl-plugin"],"latest_commit_sha":null,"homepage":"https://trmnl.com/recipes/121258/","language":"Liquid","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicholaswilde.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-17T19:52:48.000Z","updated_at":"2026-01-31T08:11:34.000Z","dependencies_parsed_at":"2025-07-19T21:45:46.143Z","dependency_job_id":"1625e908-7ea4-4036-8561-8524f107c252","html_url":"https://github.com/nicholaswilde/trmnl-google-sheet-quote","commit_stats":null,"previous_names":["nicholaswilde/trmnl-sheet-quote"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nicholaswilde/trmnl-google-sheet-quote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Ftrmnl-google-sheet-quote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Ftrmnl-google-sheet-quote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Ftrmnl-google-sheet-quote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Ftrmnl-google-sheet-quote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicholaswilde","download_url":"https://codeload.github.com/nicholaswilde/trmnl-google-sheet-quote/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Ftrmnl-google-sheet-quote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29208705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T20:33:12.493Z","status":"ssl_error","status_checked_at":"2026-02-07T20:30:47.381Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gsheets","trmnl-plugin"],"created_at":"2026-02-07T21:31:47.045Z","updated_at":"2026-02-07T21:31:47.103Z","avatar_url":"https://github.com/nicholaswilde.png","language":"Liquid","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :framed_picture: TRMNL Google Sheet Quote :bar_chart:\n\nA private plugin for [TRMNL](https://trmnl.com/) to display quotes from a Google Sheet.\n\n![sheet-quote](https://raw.githubusercontent.com/nicholaswilde/trmnl-sheet-quote/refs/heads/main/src/img/screenshot.png)\n\n## :rocket: Features\n\n-   Displays a random quote from a Google Sheet.\n-   Customizable polling interval to fetch new quotes (default: 1 hour).\n-   Configurable columns for quote and author.\n-   Robust error handling with on-screen feedback.\n\n## :hammer_and_wrench: Installation\n\n1.  Clone this repository to your local machine.\n2.  Copy the `src` directory to your TRMNL plugins directory.\n3.  Rename the `src` directory to `sheet-quote`.\n\n## :gear: Configuration\n\nConfiguration is handled within the TRMNL application. After installing the plugin, you will find the following settings:\n\n-   **Spreadsheet ID**: The ID of your Google Sheet.\n-   **Quote Column Index**: The column number (starting from 0) for the quotes in your sheet.\n-   **Author Column Index**: The column number (starting from 0) for the authors in your sheet.\n\nFor more detailed instructions, please see the [TRMNL documentation](https://help.usetrmnl.com/en/articles/11400219-using-google-sheets-with-private-plugins).\n\n## :question: Troubleshooting\n\nIf you see \"No data found\" or the plugin is stuck on \"Loading quote…\":\n\n1.  **Check Spreadsheet ID:** Ensure the ID is correct and the sheet is shared with \"Anyone with the link\" (Viewer access).\n2.  **Check Logs:** In the TRMNL dashboard, go to the **Logs** tab for this plugin. Look for \"Sheet Quote: Starting execution\" to verify the script is running.\n3.  **Error Messages:** The plugin displays specific error messages on the screen if data is missing or malformed to help you debug.\n\n## :construction: Development\n\nThis project does not have any dependencies to install or a development server to run. The plugin is designed to be used within the TRMNL application.\n\nTo make changes, edit the files in the `src` directory. The `.liquid` files control the layout, and `settings.yml` controls the configuration options.\n\n## :balance_scale: License\n\nThis project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.\n\n## :pencil:​ Author\n\n​This project was started in 2025 by [Nicholas Wilde][2].\n\n[2]: \u003chttps://github.com/nicholaswilde/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholaswilde%2Ftrmnl-google-sheet-quote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicholaswilde%2Ftrmnl-google-sheet-quote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholaswilde%2Ftrmnl-google-sheet-quote/lists"}