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

    Posts

    Recent Best Controversial
    • Module: iFrame! Starting Video automatically!

      Hello,
      i wish to start with iframe the network video of Tagesschea in 100 sekunden.
      I tried several links with no success.
      The best result was with this link
      http://www.tagesschau.de/multimedia/video/video-244855~player_branded-true.html

      but the video didn’t start.

      Any proposal for a auto play option?

      Here is my config:

      {
      module: ‘iFrame’,
      position: ‘bottom_bar’, // This can be any of the regions.
      config: {
      url: “http://www.tagesschau.de/multimedia/video/video-244855~player_branded-true.html&autoplay=true”,
      // url: “https://www.tagesschau.de/100sekunden/&autoplay=1”,
      // url: “http://www.tagesschau.de/export/video-podcast/webxl/tagesschau-in-100-sekunden/&autoplay=1”,
      // url: “~/MagicMirror/modules/MMM-Podcast/video.mp4&autoplay=1”,
      // url: “http://media.tagesschau.de/video/100s/2016/1228/TV-100s-1841.podm.h264.mp4&autoplay=1”,
      width: “100px”, // Optional. Default: 100%
      height: “100px”, //Optional. Default: 100px
      }
      },

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: Default Module: Weather Forecast

      @yawns

      Thank you, actually no developer branch installed.

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: Stop the screensaver!

      Hi all,

      after doing this

      Disable the screensaver:
      Go to LXDE-autostart config:

      sudo nano /etc/xdg/lxsession/LXDE/autostart

      add the following lines:

      @xset s noblank
      @xset s off
      @xset -dpms

      Save and close, using the commands CTRL-O and CTRL-X.

      Go to lightdm.conf:

      sudo nano /etc/lightdm/lightdm.conf

      add the following lines in section [SeatDefaults]:

      xserver-command=X -s 0 -dpms

      The fucking screensaver is starting again.

      Then i do following:

      sudo apt-get install xscreensaver
      sudo apt-get remove xscreensaver

      An i never see a starting screensaver gain.

      Good luck!

      posted in General Discussion
      lolobyteL
      lolobyte
    • Default Module: Weather Forecast

      Why weather forecast won’t show

      showRainAmount?

      This is my config:

                  {
                          module: 'weatherforecast',
                          position: 'top_right',
                          header: 'Wettervorhersage',
                          classes: 'small bright', // Add your own styling. Optional.
                          config: {
                                  location: 'location',
                                  locationID: '121212121',  //ID from http://www.openweathermap.org
                                  appid: 'xxxxxxxxxxxxxxxxxxxxx',
                                  maxNumberOfDays: 10,
                                  animationSpeed: 2000,
                                  fade: true,
                                  fadePoint: 0.25,
                                  appendLocationNameToHeader: true,
                                  showRainAmount: true,
                          }
                  },
      

      Any ideas?


      Edited By Moderator: App Id removed from the code snippet. Please try not to post your API tokens and secrets in a public forum. :bow:

      posted in Troubleshooting
      lolobyteL
      lolobyte
    • RE: Calendar modification

      @CCoates

      iphone calendar is not a big problem.

      U must go to iCloud Calendar and make the calendar of your choice usable for public access.
      After that copy the link of your public calendar and insert this link into the config.js in your calendar module.

      restart your magicmirror

      posted in Tutorials
      lolobyteL
      lolobyte
    • RE: Looking for Mirror creaters experience

      @PindaPower

      Nice work. Witch HDMI to VGA adapter have you installed and witch resolution does it support?

      Its a lenovo laptop?

      I have the x220 lenovo. Great thing. Works also with Hackintosh.

      posted in General Discussion
      lolobyteL
      lolobyte
    • RE: Memory effect with MM2

      @strawberry-3.141

      Great, i’ll try it!

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: How do you switch on / off, wake up yours?

      @schlachtkreuzer6

      yea, all ways on.
      If the cam recognize some motion in the front, the monitor is starting.

      After a chosen delay time the monitor is switched off.

      posted in Hardware
      lolobyteL
      lolobyte
    • RE: Developing USGS Earthquake Map (2MB Gif Warning)

      @croxis

      your link “Here is my current code…” https://github.com/croxis/MMM-earthquakes

      and the Module is named “Module planetrise” with this Code:

      {
      module: ‘planetrise’,
      position: ‘top_right’, // This can be any of the regions.
      header: ‘PLanet Rise’,
      config: { // Place the latitude and longitude of your mirror
      latitude: 45.5,
      longitude: -122.38,
      // A dictiory of the bodies and unicode character for the symbol
      // This is the default and does not need to be listed.
      // A full list of bodies can be seen on line 1359 in astronomy.js
      // Note: Trying to find the rise time of Earth will crash the Module
      bodies: {‘Sun’: ‘☉’,
      ‘Moon’: ‘☽’,
      ‘Mercury’: ‘☿’,
      ‘Venus’: ‘♀’,
      ‘Mars’: ‘♂’,
      ‘Jupiter’: ‘♃’,
      ‘Saturn’: ‘♄’,
      }
      }

      This Module is the confic.js entry for “Module planetrise”

      at https://github.com/croxis/planetrise

      The i ask again, where can i find your earthquake Module?

      posted in Development
      lolobyteL
      lolobyte
    • RE: Developing USGS Earthquake Map (2MB Gif Warning)

      @croxis

      and where is a running raspi mmm-module?

      posted in Development
      lolobyteL
      lolobyte
    • 1
    • 2
    • 20
    • 21
    • 22
    • 23
    • 24
    • 29
    • 30
    • 22 / 30