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

    Posts

    Recent Best Controversial
    • RE: Recommended mirror specs

      @pauabaer yeah a couple of kg, but not overwhelmingly heavy :)

      posted in General Discussion
      brobergB
      broberg
    • RE: Help customizing compliments
      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */
      
      var config = {
              port: 8080,
              ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
      
              language: 'en',
              timeFormat: 12,
              units: 'metric',
      
              modules: [
                      {
                              module: 'alert',
                      },              {
                              module: "updatenotification",
                              position: "top_bar"
                      },
                      {
                              module: 'clock',
                              position: 'top_left'
                      },
                                      {
                              module: 'compliments',
                              position: 'lower_third', 
       config: {
          compliments: {
              morning: [
                  'Good morning, handsome!',
                  'Enjoy your day!',
                  'How was your sleep?',
              ],
              afternoon: [
                  'Hello, beauty!',
                  'You look sexy!',
                  'Looking good today!',
              ],
              evening: [
                  'Wow, you look hot!',
                  'You look nice!',
                  'Hi, sexy!',
              ]
          }
      }
      
                      },
                      {
                              module: 'currentweather',
                              position: 'top_right',
                              config: {
                                      location: 'Toronto',
                                      locationID: 'xxxxxx',  //ID from http://www.openweathermap.org
                                      appid: 'xxxxxx'
                              }
                      },
                      {
                              module: 'weatherforecast',
                              position: 'top_right',
                              header: 'Weather Forecast',
                              config: {
                                      location: 'Toronto',
                                      locationID: 'xxxxxx',  //ID from http://www.openweathermap.org
                                      appid: 'xxxxxxx'
                              }
                      },
      
              ]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      
      

      Just alter the compliments above between the two '
      add a , after each row when you add more compliments

      You can add any media you want, if you want a simple gif/jpg to display somewhere then MMM-SimpleLogo will do just that

      https://github.com/frdteknikelektro/MMM-SimpleLogo

      posted in Troubleshooting
      brobergB
      broberg
    • RE: MMM-DailyBibleVerse

      @bminer1 it’s missing a .

      .MMM-DailyBibleVerse {
      font-size: 12px;
      }
      posted in Education
      brobergB
      broberg
    • RE: MMM-doomsDay - The countdown module,

      Finally got around to adding the option to change the text displayed when the doomsDay has passed as @Snille suggested!

      posted in Utilities
      brobergB
      broberg
    • RE: Touch overly VS. "Smart Glass"

      An IR-frame isn’t affected by the type of mirror (since it is placed in front of everything).

      Touch foils (pcap) however can’t be used on glass with metallic coatings, which most of the mirrors have, because the metal distorts the readings of the foil sensors.

      With that said I don’t know how the touch foil would react behind an acrylic mirror but my guess is that it most likely won’t work. (As most plastics are prone to get staticly charged and that could probably have a negative impact on the touch foil as well).

      posted in General Discussion
      brobergB
      broberg
    • RE: Total n00b and can't get this thing to work. Please help!

      @EttVenter I would suggest a total reformatting of the SD card, get the Jessie lite image and put that on your sd card.

      Then follow these instructions : https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Creating a module to display daily horoscopes

      @YoungHomie the newsfeed module is basically a rss reader, find a rss stream and past it in ad the url and it will be displayed as the news are being displayed

      posted in Development
      brobergB
      broberg
    • RE: MMM-doomsDay - The countdown module,

      @pjkoeleman nope, probably a timezone issue on the Pi itself, does the clock work correctly? daylight saving time?

      Try changing the time from 24:00:00 to 23:59:00

      posted in Utilities
      brobergB
      broberg
    • RE: New windows, NOT full size

      @mortenbirkelund why not use an iframe? That way you could still have a lot of the other modules visible as well and you could put a timer on it so if you don’t close it it closes itself.

      posted in Troubleshooting
      brobergB
      broberg
    • 1
    • 2
    • 12
    • 13
    • 14
    • 15
    • 16
    • 20
    • 21
    • 14 / 21