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

    Topics

    • Sandy2503S

      MMM-FRITZ-Box-Callmonitor

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      268 Views
      S
      @Sandy2503 see the 3rd party module list, linked in the header above
    • Sandy2503S

      MMM-OpenWeatherForecast - Cant remove Warnings

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      1
      0 Votes
      6 Posts
      615 Views
      Sandy2503S
      @KristjanESPERANTO Tnx for your hint. I will try it soon …
    • Sandy2503S

      Problems with MMM-ModuleScheduler

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      1k Views
      S
      @Sandy2503 well, they are there monitorControl: function(action, opts, res) { let status = "unknown"; let offArr = ["false","TV is Off","standby"]; let monitorOnCommand = (this.initialized && "monitorOnCommand" in this.thisConfig.customCommand) ? this.thisConfig.customCommand.monitorOnCommand : "tvservice --preferred && sudo chvt 6 && sudo chvt 7"; let monitorOffCommand = (this.initialized && "monitorOffCommand" in this.thisConfig.customCommand) ? this.thisConfig.customCommand.monitorOffCommand : "tvservice -o"; let monitorStatusCommand = (this.initialized && "monitorStatusCommand" in this.thisConfig.customCommand) ? this.thisConfig.customCommand.monitorStatusCommand : "tvservice --status"; just not in the same form… also, the doc describes how to specify different ones without changing the code https://github.com/Jopyth/MMM-Remote-Control#using-custom-commands
    • Sandy2503S

      Raspberry Pi 4 Released !

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      65
      0 Votes
      65 Posts
      42k Views
      thedoorsfanaticT
      @Sean The price has been reduced for the 2 GB version https://www.raspberrypi.org/products/raspberry-pi-4-model-b/
    • Sandy2503S

      Bug in Calendar Module ?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      1
      0 Votes
      1 Posts
      771 Views
      Sandy2503S
      Hi ! Yesterday i checked my Caledar on the Mirror (2.6.0) in found something strange … Is that a Bug or are there worng Settings in the config.js Here is the Picture: [image: 1547712404733-20190116_161125_img_2007.png] Please look at the current Date and the Family Calendar This are the Settings in my config.js / { module: "calendar", position: "top_left", header: "Familienkalender", config: { calendars: [ { symbol: "calendar-check-o ", url: "webcal://xxxx.ics" } ], titleReplace: { "De verjaardag van ": "", "'s birthday": "" }, excludedEvents: [ ], maxTitleLength: 30, urgency: 3, maximumEntries: 15, colored: true, coloredSymbolOnly: true, timeFormat: "absolute", dateFormat: "Do MMM", fullDayEventDateFormat: "Do MMM" } }, /your code here urgency is set to 3 But the 17th is not displayed as tomorrow or in 1 days and the first entry of the 18th is not displayed as in2 days like the 2nd entry at 18th …
    • Sandy2503S

      Displayed Module Size (width) ?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      2
      0 Votes
      2 Posts
      1k Views
      ?
      @sandy2503 In many case, You can adjust specific module with this CSS selector. .[MODULENAME] e.g) .clock { width: 400px; } Or you can adjust all modules in specific region with this pattern; region.[REGIONNAME] .module region.right .module { width: 400px; } But some module could override its CSS with higher priority, in that case; Examine all the CSS then solve it one by one. PS For CalenderExt, you can use ellipsis: 20 for truncating title. Anyway, I’m building new calendar module with new parser and looks.
    • Sandy2503S

      Handball-(bundes)League Module

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      3
      0 Votes
      3 Posts
      996 Views
      Sandy2503S
      @timmsel Hiho - My son won`t play anymore but your modul seem to be intresting. I´ll test it soon. Best Regards, Sandy2503
    • Sandy2503S

      Move from Raspberry Pi3 to Pi3b+ ??

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      3
      0 Votes
      3 Posts
      2k Views
      lavolp3L
      You need a rather new stretch image on the pi3b+, otherwise it will not work. The PI3b+ does not boot with jessie images or older ( i THINK < July 2017) stretch images Im my opinion it’s better to install raspbian and magic mirror and all the modules manually and then copy config.js and custom.css. You could also try to copy the whole modules folder… But please consider that if you just copy over the module folders, you might get problems with npm searching for dependencies that are not there anymore. Therefore I would suggest the longer but safe way…
    • Sandy2503S

      After update to Mirror to 2.1.3 - no working Whitlist

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      33
      0 Votes
      33 Posts
      26k Views
      R
      Just came across this post while troubleshooting this issue. I got it working by converting the ip range to CIDR format by using this page as mentioned in older posts. I added these ip’s to the whitelist (without the ::ffff: !) and it worked. It’s also important to set the address value to “0.0.0.0”
    • Sandy2503S

      Fritz!Box Internettraffic Modul

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      1
      0 Votes
      1 Posts
      1k Views
      Sandy2503S
      Hello Everybody, is it possible to create a module that reads the connecting speed from the Fritzbox to the dislam because of the 24 hour forced separation and then reading out the internet traffic. there are a lot ways of traffic like uploads, downloads, audiostreming, videostreaming and … so i can see how much traffic is actually. i found on an german website a php-scrip and a site for an FHEM programming. first : php-script second : FHEM Best Regards, Sandy2503
    • Sandy2503S

      Station Monitor VRR (Wuppertal)

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      6
      0 Votes
      6 Posts
      5k Views
      Sandy2503S
      @Klizzy Pleas read this topic – > https://forum.magicmirror.builders/topic/2259/formatting-the-mmm-efa-module/3 May be could you help … Gesetz, Sandy2503
    • 1 / 1