MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. broberg
    3. Posts
    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: MMM-newsfeedtouch - News so hot you wanna touch it

      @Ralf Glad it works, even though it doesn’t work as I thought it would!
      just a question, are you using another browser to display the MM or is it the built in browser that comes with MM?

      Since my css code behaves differently for you than it does for me I would really like to know why :D

      posted in Utilities
      brobergB
      broberg
    • RE: Magic Mirror and Kinect

      @dbaler I would love to see that!

      posted in General Discussion
      brobergB
      broberg
    • RE: The deafult weather and MMM-DOOMsday is not changing day in the morning......

      @wolfiedk it has been up before, but it’s nothing I’m going to do any time soon, (mostly because I don’t really know how yet, since I haven’t gotten around to look at the moment.js files yet)

      But maybe there are others who will take it upon themselfs to make it more detailed with a timer as well! :D

      posted in Troubleshooting
      brobergB
      broberg
    • RE: How do I make my 27" monitor (smartmirror) touchscreen *using raspberry Pi*

      @TheMexicoon Easiest way? Probably an IR-Frame since projected capacitive touch foils usually don’t work through the mirror coating.

      I suppose that the one way mirror film applied to a normal piece of glass could work with the touch foils since it’s less likely that the mirror film has a metallic coating that would interfere with the touch foil. But it’s just a guess, Haven’t tried it myself.

      posted in Hardware
      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: MMM-newsfeedtouch - News so hot you wanna touch it

      @Ralf Okey, sorry for the long time away, I have tested your feeds on my own mirror,

      I can’t really find why you don’t get the description,

      try this code in your custom.css

      .infoCenter {
        position: fixed;
        top: 10px;
        z-index: 10;
      }
      

      That should make the description appear right on top of the headline.
      (I also added a higher z-index value in case something is being rendered above it, but it shouldn’t be)

      posted in Utilities
      brobergB
      broberg
    • RE: The deafult weather and MMM-DOOMsday is not changing day in the morning......

      @wolfiedk

      Here

      [card:brobergp/MMM-doomsDay]

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Default Weather module not loading and no error showing.

      I’ve had it malfunction a couple of time to, but it usually starts working again after a couple of hours/next day. Seems to me that i’s a connection issue since I don’t change anything for it to work again.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: The deafult weather and MMM-DOOMsday is not changing day in the morning......

      @ironman_DK navigate to the module folder and do a git pull . It’s no important change, I just updated the read me file!

      posted in Troubleshooting
      brobergB
      broberg
    • RE: The deafult weather and MMM-DOOMsday is not changing day in the morning......

      @ironman_DK yeah, you have to keep the hour set at 24 if you want it to change day at midnight. Otherwise it will change day at 14:00.

      I made it so the module doesn’t really compare dates, it gets the unix time from the current date and time and subtracts it from the set date and time.

      So just change the time on the doomsday and it will change day at midnight 😎

      posted in Troubleshooting
      brobergB
      broberg
    • RE: The deafult weather and MMM-DOOMsday is not changing day in the morning......

      @ironman_DK then yes, you have the latest.

      Is your doomsday set to with the hours like the example?

      doomsDay: "2018-02-23 24:00:00"
      
      
      posted in Troubleshooting
      brobergB
      broberg
    • RE: The deafult weather and MMM-DOOMsday is not changing day in the morning......

      @ironman_DK do you have the latest version of doomsday? It will change at midnight if you haven’t altered the time. It didn’t do that in the early versions.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Module to reset some modules

      @theusu5k isn’t there a timer option for the notifcation?

      posted in Requests
      brobergB
      broberg
    • RE: RSS/Newsfeed with rows like calendar?

      @roramirez he wants multiple titles visible at once, not one at a time.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: MMM-newsfeedtouch - News so hot you wanna touch it

      @Ralf another thought hits me, is your display horizontal or vertical? If it’s horizontal you might have to change the css a bit

      .infoCenter {
        Top: -400px;
      }
      posted in Utilities
      brobergB
      broberg
    • RE: MMM-newsfeedtouch - News so hot you wanna touch it

      @Ralf if you don’t get anything displayed that means that the rss feed doesn’t have a description specified for the headline, ie no data.

      Try the feed from some big news sources. They usually have descriptions specified.

      posted in Utilities
      brobergB
      broberg
    • RE: Overlapping modules?

      @MobbareKurtZ using css position and z-index.

      Something like this in the custom.css

      .clock {
      Position: absolute;
      Left: 200px;
      Top: 200px;
      Z-index: 4;
      }
      

      The clock and globe module should share the same region in the config and the clock module should be before the globe module in the config list.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: MMM-TouchPlayerBasic - Simple Webradio and mp3 Playlist player.

      Got asked how to hide the text above the icons, the easiest way is to add

      .MMM-TouchPlayerBasic .rotate {display: none;}

      To your custom.css file

      posted in Entertainment
      brobergB
      broberg
    • RE: myModule/public folder not working

      @mortenbirkelund shouldn’t it be modules/modulename/filename?
      or try the entire path /home/pi/MagicMirrors/modules/modulename/filename ?

      posted in Troubleshooting
      brobergB
      broberg
    • RE: try to find module

      @Fonfon yes

      posted in General Discussion
      brobergB
      broberg
    • 1
    • 2
    • 22
    • 23
    • 24
    • 25
    • 26
    • 39
    • 40
    • 24 / 40