A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    1 Posts
    1k Views
    Greetings- I am trying to embed a Google Slide presentation using many of the available iFrame modules and for some reason it doesn’t display. I am able to display the edit/ document of the slide but not the published url. I’ve also been able to embed random web pages just not a published Google Slide. I’ve tried: Setting the document permissions to anyone can view and edit. Change the font color- maybe black text doesn’t show? Multiple variation of the published URL with no success Creating a slide on a non google suite account Here is a sample URL I would like to embed: https://docs.google.com/presentation/d/e/2PACX-1vQMRAbat3lvAQczi4tPJ3yBhsXrvU9YxuDjPnFRrYTTUTBth2s9L9G-Nj6N4LNaGfXqa_GKwlVJNasZ/pub?start=true&loop=true&delayms=3000 I’m thinking it is something with the permissions? URL? Any help is most appreciated!
  • 0 Votes
    5 Posts
    2k Views
    Ok I “solved” it… I did the first freaking rule, I deleted the Module and reinstalled it, and now it works I didnt change anything in the config file… smh BTW: yes scrolling is an option, its not in the Docs but if you check the actual files you see that it is possible
  • 0 Votes
    4 Posts
    2k Views
    @brycedewitt In this part of my module I’m scraping a website of a parcel carrier, so it’s possible https://github.com/fewieden/MMM-ShipmentTracking/blob/master/carriers/DHL.js
  • 0 Votes
    10 Posts
    7k Views
    Hello, Sorry for my english. I’m using MagicMirror with different module. here my configuration : { module: “MMM-pages”, disabled: false, config: { modules: [[ ‘MMM-WunderGround’ ], [ “calendar”, “calendar_monthly” ], [ “MMM-GoogleMapsTraffic” , “MMM-MyCommute” ], [ “MMM-iFrameReload” ]], // 3 webcam live on youtube excludes: [ “clock” , “newsfeed” , “MMM-page-indicator” ], rotationTime: 25000, } }, but i have some problems after time because MagicMirror stop to refresh (stop to a page). Maybe cause i have 3 webcam video to see. i changed memory GPU to 16 to allowed more place to video. It’s better but same problems after time. So, i would like,with help, to see one video in page 4 (to reduce memory) and refresh iframe all 10 seconds. The module iFrame was better for my configuration but it doesn’t work. I’m noob and it’s my first investigation with raspberry pi3. Thanks for an idea to adapte my configuration or increase memory. (and sorry for english) ;)