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

    Topics

    • J

      MMM-iFrame-GSlides - pixelated/blurred

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      1
      1
      0 Votes
      1 Posts
      220 Views
      J
      Hi guys, I’m kinda stuck. I’m using the Gslides Module to show text, tables, etc. on a 50" Flatscreen. Resolution of the Screen ist 1080p50 The GSlides Iframe has a width: “1155px” and a height: “650px” The Gslides document on GDrive I set at a width “2310px” and a height: “1300px” So it should be super sharp, but instead it’s just kinda pixelated and messed up… Any Ideas? It’s just this Module that is of bad resolution quality… [image: 1599236857987-capture.png] All so if anybody has an Idea why the whole Screen reloads every now and then I would apreciate an Idea on how to turn that of. I believe that it has something to do with the (reload) intervall of the GSlides Iframe which is set at 5min.
    • J

      How to disable auto update from MMM-GooglePhotos

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      13
      0 Votes
      13 Posts
      3k Views
      S
      add this to your custom.css @keyframes trans { from {opacity: 1} to {opacity: 1} } It will still update, but you won’t see the fades.
    • J

      PDF Implementation

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      10
      0 Votes
      10 Posts
      3k Views
      J
      @BD0G said in PDF Implementation: If others load one .pdf file to the google drive and then delete all other files in that directory well then the file extension would still be .pdf (right) ? So then one could script it using *.pdf (file that ends in .pdf) So whatever actions that were taken were performed upon a file that ended with .pdf The file name becomes inconsequential. Just grab all .pdf files (as there will only be one) , download them to a specific directory you create on a local system (ftp sounds like it may be a good option for this) and then use the convert action that @ember1205 speaks of within ImageMagick, upload back to Google Drive via ftp and then (damn! Google Drive will then rename it with another file ID and then the URL that is within the config.js that points to the url will be broken and not display -ugggggg) . I think I understand now. Here is a Google Chrome Add on that allows one to Overwrite the same file without changing the file name. It “may” be helpful? https://chrome.google.com/webstore/detail/drive-overwrite-file-repl/llanhaaigblafdecdihpppjaeekpddfl?hl=en-US It really sounds like you may have to delve into Google App Script to accomplish this. https://developers.google.com/apps-script If you have questions about using this scripting tool then I think there is support over on www.stackoverflow.com I am not a Google Script Coder so I cannot be of any help there. Thank you buddy. I still haven’t really found a way that works but the Chrome Addon did actually help me in another case as well. I’m now going to try to connect google drive with the Pi via rclone4pi and then somehow try to adapt the thoughts from @BD0G with creating a script that converts them into .jpeg and moves the images into a specific folder. (Happy for any help since I’m not a coder at all)
    • 1 / 1