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

    Topics

    • PointPubMediaP

      custom CSS clock module

      Watching Ignoring Scheduled Pinned Locked Moved Development
      2
      0 Votes
      2 Posts
      3k Views
      strawberry 3.141S
      @PointPubMedia the hour and the minute are in the same div which makes it not possible to do it just in css, but there is a config option which adds a wrapper around the minutes, which is perfect for this task. the selector would be probably something like this: .clock div.time.bright.large.light span.bold { //set the font size here } therefore you also have to add clockBold: true to the config if you dont like the bold effect you can overwrite it as well where you change the font size
    • PointPubMediaP

      Crash since update to v2.1.1

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      5
      0 Votes
      5 Posts
      2k Views
      binderthB
      @PointPubMedia I didn’t install or use MMM-Sounds… But I do have a file called “core” in ~/MagicMirror, which swells fast. It’s binary and at present 665MB and it gets bigger by the minute…?
    • PointPubMediaP

      Splitting load..

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      8
      0 Votes
      8 Posts
      5k Views
      PointPubMediaP
      Instead, I already have an i7 running for the home automation, I can move MM to this machine instead… that will give enough power ;) But using MMM-Facial, with a USB webcam, is it working fine ?
    • PointPubMediaP

      Physical button

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      10
      0 Votes
      10 Posts
      7k Views
      J
      @lucallmon said in Physical button: you guys were no help. lol. This is what fixed it: https://www.raspberrypi.org/forums/viewtopic.php?t=68183&p=497867 @lucallmon That is just rude and unnecessary in my opinion. Keep in mind that everyone here is doing this voluntarily and (usually) in their free time. Maybe you should not crosspost next time, only discuss problems related to the MagicMirror project and keep a friendly and respectful attitude towards everyone around here.
    • PointPubMediaP

      MagicMirror not Mirror

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      10
      2 Votes
      10 Posts
      8k Views
      PointPubMediaP
      @foppa I’m using http request in my LUA like that local status,result = luup.inet.wget(“http://10.99.99.15:8080/TESTING”") I also have a URLENCODE function to convert my string… function urlencode(str) if (str) then str = string.gsub (str, "\n", "\r\n") str = string.gsub (str, "([^%w ])", function (c) return string.format ("%%%02X", string.byte(c)) end) str = string.gsub (str, " ", "%%20") end return str end
    • PointPubMediaP

      MMM-newsfeed

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      2k Views
      PointPubMediaP
      @MichMich Will try that! Maybe that will solve the problem!
    • PointPubMediaP

      Alert box location

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      3k Views
      PointPubMediaP
      @yawns AWESOME ;) thanks!
    • PointPubMediaP

      iFrame

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      3
      0 Votes
      3 Posts
      3k Views
      in_a_daysI
      I have a multi-page website I’m displaying in iFrame. Is there a simple way to scroll the page down after some amount of time passes, or as prompted by a socket notification?
    • PointPubMediaP

      Different layout...

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      4k Views
      MichMichM
      Just use the css/custom.css to change any font sizes an layout options. And Use media Queries to change it according to the resolution of your screen. This does not require any modification to the core of MagicMirror² and allows you to update in the future.
    • PointPubMediaP

      Space between 2 modules

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      4k Views
      MichMichM
      Using the classes property in the config you can add custom classes to a module. After that you can use: .custom-class { margin-top: 10px; }
    • PointPubMediaP

      mm-system-temperature

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      13
      0 Votes
      13 Posts
      7k Views
      P
      Thanks! Why could I not find it? Peter
    • PointPubMediaP

      CalDAV

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      26
      0 Votes
      26 Posts
      21k Views
      M
      @matt216 Resolved. Adding ?export to the end of your calendar URL generates the ics file required. Also recommend confirming the auth settings in the baikal web UI.
    • PointPubMediaP

      Local IP address

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      10
      0 Votes
      10 Posts
      6k Views
      strawberry 3.141S
      it’s already done https://forum.magicmirror.builders/topic/409/mmm-ip
    • PointPubMediaP

      Need a custom plugin - kind of syslog

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      12
      0 Votes
      12 Posts
      6k Views
      PointPubMediaP
      @strawberry-3-141 not sure if it’s related to the latest MM update but since a little while, notification from the syslog, only show the “type” and nothing for the message itself…
    • PointPubMediaP

      Fresh install

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      3k Views
      KirAsh4K
      That likely happened because the respective node fetchers didn’t start when you first tried it. Killing the app and restarting it would’ve fixed that … and by rebooting the pi, you accomplished the same thing.
    • 1 / 1