MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ryandwilliams
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Groups 1

    ryandwilliams

    @ryandwilliams

    Module Developer
    3
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ryandwilliams Unfollow Follow
    Module Developer

    Best posts made by ryandwilliams

    • RE: [MMM-GoogleSheets] Display Google Sheets data on your MagicMirror

      UPDATE: Version 3 (November 2024)

      • Scrolling data is now supported (you can define how much data to show and customize the scrolling behavior to meet your needs). Check out the README for more info. Gif example: MMM-GoogleSheets-Scroll.gif
      posted in Utilities
      R
      ryandwilliams
    • RE: Google Sheets module help

      @matt1672 This post it old, but in case anyone finds it in the future - I made a module for displaying Google Sheets data on MM. https://github.com/ryan-d-williams/MMM-GoogleSheets.

      You can color code the rows based on custom logic in the config file.

      posted in Requests
      R
      ryandwilliams
    • [MMM-GoogleSheets] Display Google Sheets data on your MagicMirror

      Description:

      This module allows you to display any data from Google Sheets directly on your Magic Mirror. It is fully customizable so you can choose which parts you want to mimic exactly and which parts you want to add custom styling to.

      Sample use cases:

      • Custom dashboard
      • Lists or reminders
      • Schedules
      • Financial data / Personal finance tracking
      • Create your own custom MM modules in Google Sheets without having to write the code. If you can get the data into Google Sheets, then you can display it using this module without having to write a new custom module

      Features:

      • Fully customizable styling options
        • Mimic the Google Sheets look exactly or select a subset of styles to mimic
        • Write your own custom styling CSS to all the data or just the header row
        • Write your own custom styling function for dynamic styles based on the data
      • Select a specific range or use a dynamic range based on how much data is in the sheet
      • Formulas and functions in the sheet are recalculated each time the module updates

      Screenshots:

      grocery.png
      Orders_Custom.png Orders_Mimic.png Projects_Custom.png scoreboard_2.png

      Download:

      https://github.com/ryan-d-williams/MMM-GoogleSheets


      Version 1

      • Import data from Google Sheets
      • Custom styling

      Version 2 (Aug 2024)

      • Auto range detection
      • Improved error messaging for invalid requests
      • Auto-update formulas each time the module refreshes
      posted in Utilities
      R
      ryandwilliams

    Latest posts made by ryandwilliams

    • RE: [MMM-GoogleSheets] Display Google Sheets data on your MagicMirror

      UPDATE: Version 3 (November 2024)

      • Scrolling data is now supported (you can define how much data to show and customize the scrolling behavior to meet your needs). Check out the README for more info. Gif example: MMM-GoogleSheets-Scroll.gif
      posted in Utilities
      R
      ryandwilliams
    • RE: [MMM-GoogleSheets] Display Google Sheets data on your MagicMirror

      @FallandeGubbe your best bet is to post an issue in the repository.

      When you post, I recommend including your current config (minus any sensitive data) so I can help you fix the problem.

      posted in Utilities
      R
      ryandwilliams
    • [MMM-GoogleSheets] Display Google Sheets data on your MagicMirror

      Description:

      This module allows you to display any data from Google Sheets directly on your Magic Mirror. It is fully customizable so you can choose which parts you want to mimic exactly and which parts you want to add custom styling to.

      Sample use cases:

      • Custom dashboard
      • Lists or reminders
      • Schedules
      • Financial data / Personal finance tracking
      • Create your own custom MM modules in Google Sheets without having to write the code. If you can get the data into Google Sheets, then you can display it using this module without having to write a new custom module

      Features:

      • Fully customizable styling options
        • Mimic the Google Sheets look exactly or select a subset of styles to mimic
        • Write your own custom styling CSS to all the data or just the header row
        • Write your own custom styling function for dynamic styles based on the data
      • Select a specific range or use a dynamic range based on how much data is in the sheet
      • Formulas and functions in the sheet are recalculated each time the module updates

      Screenshots:

      grocery.png
      Orders_Custom.png Orders_Mimic.png Projects_Custom.png scoreboard_2.png

      Download:

      https://github.com/ryan-d-williams/MMM-GoogleSheets


      Version 1

      • Import data from Google Sheets
      • Custom styling

      Version 2 (Aug 2024)

      • Auto range detection
      • Improved error messaging for invalid requests
      • Auto-update formulas each time the module refreshes
      posted in Utilities
      R
      ryandwilliams
    • RE: Google Sheets module help

      @matt1672 This post it old, but in case anyone finds it in the future - I made a module for displaying Google Sheets data on MM. https://github.com/ryan-d-williams/MMM-GoogleSheets.

      You can color code the rows based on custom logic in the config file.

      posted in Requests
      R
      ryandwilliams
    • RE: MMM-GoogleSheets Not loading

      @mlm198 This error is usually caused by not deploying the google apps script correctly. I have updated the README with pictures to hopefully make the deployment easier. Feel free to add an issue to the repo if you are still having problems.

      posted in Troubleshooting
      R
      ryandwilliams
    • RE: MMM-GoogleSheets not working

      @sdetweil In case anyone finds this post in the future.

      This problem is usually one of two causes:

      1. The google apps script was not deployed correctly and the request runs into a permission error page
      2. There is an error in the request due to bad script URL or other parameter

      I have updated the module to fail gracefully in these cases and hopefully provide a better error message. If you are still having problems feel free to add an issue to the repo. (https://github.com/ryan-d-williams/MMM-GoogleSheets/issues).

      posted in Troubleshooting
      R
      ryandwilliams
    • RE: Google Sheets Module

      @fox This post it old, but in case anyone finds it in the future - I made a module for displaying Google Sheets data on MM. https://github.com/ryan-d-williams/MMM-GoogleSheets

      posted in Requests
      R
      ryandwilliams