ryan-d-williams / MMM-GoogleSheets

Google Sheets Module for MagicMirror
MIT License
27 stars 2 forks source link

Enhancement? Pictures within cell not appearing in MM #31

Open tmcnelley opened 12 months ago

tmcnelley commented 12 months ago

I did see that a limitation exists when using 'mimic' as the style, so I know there presently is no solution if we want to use 'mimic', which appears to be the easiest style to manage because all formatting changes occur within the Sheet and not the config.js.

I wanted to ask if if any progress has been made with showing pictures (in a cell) using 'mimic'. Also, do you see this limitation having a solution with 'mimic'..or if I want a picture I have to consider formatting the Sheet via custom.css or config.js.

Thanks for your efforts on this module!

ryan-d-williams commented 1 month ago

@tmcnelley This is a good idea. I attempted to pull this off but unfortunately the google apps script method for retrieving images is broken. There is an open issue to fix it, but no progress yet.

I'll keep an eye on that issue. If they ever fix the broken getContentUrl method then I will add this feature.