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

    Posts

    Recent Best Controversial
    • RE: Magic Mirror - Auto-Update ?

      @sdetweil THANKS to YOU for your huge effort here in this place!
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Magic Mirror - Auto-Update ?

      @sdetweil said > which class caused the smaller size?

      Dear Sam,
      don’t know!
      have experimented a while to change several parameters in the developer’s console who could be associated with the size but none of my trials caused any visible change.

      At least I could figure out (by the association with the filename) which CSS element is representing the icon.
      This is (in my case)

      .weather_forecast .weathericon
      

      (I’ve (as many users) two instances of the weather module and gave them a classes definition to handle CSS for both instances different. In the Forecast instance (class weather_forecast) are the described symptoms located)

      I’ve played around and have done some research and came to the conclusion that height could be the appropriate attribute.
      For this reason I’ve added

      .weather_forecast .weathericon  {
      height: 30px;
      }
      

      to my custom.css and this exactly does the trick.

      Where the “overnight” changes comes from - I have absolutely no idea and - see above - couldn’t even figure out any “change” …
      Sorry for this.

      • May I’m to dumb to figure it out …

      Thanks a lot, anyway.
      Warmest regards,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Magic Mirror - Auto-Update ?

      @sdetweil OK, good news.
      Then I’m really asking what happened to cause the described changes on my mirror.
      It’s obviously “magic” again :-)

      Regards,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Magic Mirror - Auto-Update ?

      @sdetweil said

      have you tried restarting MagicMirror?

      Dear Sam, yes I’ve restarted the mirror several times, no effect.
      Thanks to second link in your signature I was able to identify the CSS topic which addresses the size of the icon - but this was not neccessary earlier - worked without this.

      IS there an auto-update mechanism?
      (this would be bad…)

      Regards,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • Magic Mirror - Auto-Update ?

      Dear team,
      my MagicMirror ran stable for a pretty good time.
      Now - for some unknown reasons - the icons (custom SVG files) for the standard weather module forecast becomes really tiny so nearly invisible.
      I do not made any changes in the last past days. (really. :-) !)

      Because it’s related to a “standard” module here my question: Is the mirror updating by himself?
      And if this is the case - how can I avoid this?

      Thanks a LOT for any idea.
      Regards,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: MMM-Temp2IOT

      @chrisfr1976 said in MMM-Temp2IOT:

      The Temp2IOT project is not mine. But it is really great work.

      OK, thought i was you :-) .

      I’ve found the root-cause for wrong date:
      Yesterday I’ve played primarily with the mirror-module to test if this works for me (yes, it works…).
      Today I’ve done the soldering part and connected the sensors.
      Now sensor data is transmitted and this seems to trigger attachment of time-marks.
      Now the json record contains correct timestamp.

      Regards,
      Ralf

      posted in Utilities
      R
      rkorell
    • RE: First MM project - family dashboard

      @cpcode OK, use it really seldom, so your findings are new to mee…
      Good luck.
      Ralf

      posted in Show your Mirror
      R
      rkorell
    • RE: MMM-Temp2IOT

      @chrisfr1976
      have solved it by myself…
      Used @sdetweil 's tip with developer console and identified CSS classes for the icons.
      Have set

      .MMM-Temp2IOT .iconify {
          font-size: 0px; /* Symbole verschwinden lassen */
      }
      

      in custom.css -
      works :-)

      Warm regards,
      Ralf

      posted in Utilities
      R
      rkorell
    • RE: birthdaylist - discontinued ?

      @sdetweil OK; will do.
      Thanks.
      Ralf

      posted in Requests
      R
      rkorell
    • RE: MMM-Temp2IOT

      @chrisfr1976 cool stuff - I like it and it works without any problem.

      Do you have a hint for me how I can disable the icons?
      The text is sufficient for me.
      I’ve tried a condition which never will be met: “condition > 100” but this doesn’t work.

      Good work - especially the code for the ESP board, thanks a LOT!

      Additional question: the api is posting a json record with Unix Startdate (“Thu Jan 1 00:00:00 1970”)?
      Is this correct?

      {
        "systemname": "tbd",
        "secure_counter": 0,
        "firmware": "2.3.06-b",
        "sensors": [
          {
            "name": "Sonne",
            "value": 0,
            "mean-1": {
              "value": "NaN",
              "count": 0,
              "period": 3600
            },
            "mean-24": {
              "value": "NaN",
              "count": 0,
              "period": 86400
            },
            "unit": "Celsius",
            "time": "Thu Jan  1 00:00:00 1970"
          },
          {
            "name": "Schatten",
            "value": 0,
            "unit": "Celsius",
            "time": "Thu Jan  1 00:00:00 1970"
          }
        ]
      }
      

      Warmest regards,
      Ralf

      posted in Utilities
      R
      rkorell
    • RE: birthdaylist - discontinued ?

      @sdetweil , Cool!
      Thanks a lot.

      pi@smarthome:~/MagicMirror/modules/birthdaylist $ git pull
      hint: Pulling without specifying how to reconcile divergent branches is
      hint: discouraged. You can squelch this message by running one of the following
      hint: commands sometime before your next pull:
      hint:
      hint:   git config pull.rebase false  # merge (the default strategy)
      hint:   git config pull.rebase true   # rebase
      hint:   git config pull.ff only       # fast-forward only
      hint:
      hint: You can replace "git config" with "git config --global" to set a default
      hint: preference for all repositories. You can also pass --rebase, --no-rebase,
      hint: or --ff-only on the command line to override the configured default per
      hint: invocation.
      remote: Enumerating objects: 5, done.
      remote: Counting objects: 100% (5/5), done.
      remote: Compressing objects: 100% (1/1), done.
      remote: Total 3 (delta 2), reused 3 (delta 2), pack-reused 0 (from 0)
      Unpacking objects: 100% (3/3), 584 bytes | 97.00 KiB/s, done.
      From https://github.com/sdetweil/birthdaylist
         0c16aeb..e4013e9  master     -> origin/master
      Updating 0c16aeb..e4013e9
      Fast-forward
       birthdaylist.js | 31 +++++++++++++++++++------------
       1 file changed, 19 insertions(+), 12 deletions(-)
      

      Can I now remove the debug-attributes?
      Warmest regards,
      Ralf

      posted in Requests
      R
      rkorell
    • RE: MMM-FRITZ-Box-Callmonitor-py3 unknown_error

      @wuermchen Great, congratulations.

      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: birthdaylist - discontinued ?

      @sdetweil Thanks.
      Take your time.
      This is definitely not urgent!

      Ralf

      posted in Requests
      R
      rkorell
    • RE: birthdaylist - discontinued ?

      @sdetweil OK; sorry, misunderstood.
      In the log file is nothing interesting - As far as I’m able to interpret this right:

      [2025-02-01 23:52:48.499] [INFO]  Newsfeed-Fetcher: Broadcasting 1 items. 
      [2025-02-01 23:52:48.920] [INFO]  Newsfeed-Fetcher: Broadcasting 7 items. 
      [2025-02-01 23:52:51.572] [INFO]  Newsfeed-Fetcher: Broadcasting 24 items. 
      [2025-02-01 23:57:44.968] [LOG]   2025-02-01T23:57:44 <log> MMM-Strava: "Getting data for module_15_MMM-Strava" (/home/pi/MagicMirror/modules/MMM-Strava/node_helper.js:477 Class.log) 
      [2025-02-01 23:57:44.973] [LOG]   2025-02-01T23:57:44 <log> MMM-Strava: "Getting athlete activities for module_15_MMM-Strava after 2025-01-01" (/home/pi/MagicMirror/modules/MMM-Strava/node_helper.js:477 Class.log) 
      [2025-02-01 23:57:45.407] [LOG]   2025-02-01T23:57:45 <log> MMM-Strava: "listActivities api returned 4 activities in page 1 using 200 per page." (/home/pi/MagicMirror/modules/MMM-Strava/node_helper.js:477 Class.log) 
      [2025-02-01 23:57:45.582] [LOG]   2025-02-01T23:57:45 <log> MMM-Strava: "Summarising athlete activities for module_15_MMM-Strava" (/home/pi/MagicMirror/modules/MMM-Strava/node_helper.js:477 Class.log) 
      [2025-02-01 23:57:47.063] [LOG]   2025-02-01T23:57:47 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived) 
      [2025-02-01 23:57:47.069] [LOG]   2025-02-01T23:57:47 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived) 
      [2025-02-01 23:57:47.300] [LOG]   2025-02-01T23:57:47 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived) 
      [2025-02-01 23:57:48.629] [INFO]  Newsfeed-Fetcher: Broadcasting 1 items. 
      [2025-02-01 23:57:49.043] [INFO]  Newsfeed-Fetcher: Broadcasting 7 items. 
      [2025-02-01 23:57:51.842] [INFO]  Newsfeed-Fetcher: Broadcasting 24 items. 
      [2025-02-02 00:02:48.764] [INFO]  Newsfeed-Fetcher: Broadcasting 1 items. 
      [2025-02-02 00:02:49.155] [INFO]  Newsfeed-Fetcher: Broadcasting 7 items. 
      [2025-02-02 00:02:52.110] [INFO]  Newsfeed-Fetcher: Broadcasting 24 items. 
      [2025-02-02 00:07:45.030] [LOG]   2025-02-02T00:07:45 <log> MMM-Strava: "Getting data for module_15_MMM-Strava" (/home/pi/MagicMirror/modules/MMM-Strava/node_helper.js:477 Class.log) 
      [2025-02-02 00:07:45.036] [LOG]   2025-02-02T00:07:45 <log> MMM-Strava: "Getting athlete activities for module_15_MMM-Strava after 2025-01-01" (/home/pi/MagicMirror/modules/MMM-Strava/node_helper.js:477 Class.log) 
      [2025-02-02 00:07:45.496] [LOG]   2025-02-02T00:07:45 <log> MMM-Strava: "listActivities api returned 4 activities in page 1 using 200 per page." (/home/pi/MagicMirror/modules/MMM-Strava/node_helper.js:477 Class.log) 
      [2025-02-02 00:07:45.670] [LOG]   2025-02-02T00:07:45 <log> MMM-Strava: "Summarising athlete activities for module_15_MMM-Strava" (/home/pi/MagicMirror/modules/MMM-Strava/node_helper.js:477 Class.log) 
      [2025-02-02 00:07:47.243] [LOG]   2025-02-02T00:07:47 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived) 
      [2025-02-02 00:07:47.248] [LOG]   2025-02-02T00:07:47 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived) 
      [2025-02-02 00:07:47.493] [LOG]   2025-02-02T00:07:47 <log> Refreshed access token because it has expired. Expired at: 00:07:46 now is: 00:07:47 (/home/pi/MagicMirror/modules/MMM-NowPlayingOnSpotify/core/SpotifyConnector.js:24 ) 
      [2025-02-02 00:07:47.509] [LOG]   2025-02-02T00:07:47 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived) 
      [2025-02-02 00:07:48.900] [INFO]  Newsfeed-Fetcher: Broadcasting 1 items. 
      [2025-02-02 00:07:49.269] [INFO]  Newsfeed-Fetcher: Broadcasting 7 items. 
      
      

      Error log is “empty” for the time around midnight:

      [2025-02-01 23:07:48.215] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-01 23:22:44.976] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-01 23:37:44.996] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-01 23:52:45.072] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 00:07:45.159] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 00:22:45.228] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 00:37:45.305] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 00:52:45.385] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 01:07:45.623] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 01:22:45.537] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 01:37:45.657] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 01:52:45.742] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 02:07:45.838] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 02:22:45.994] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 02:37:46.097] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 02:52:46.168] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 03:07:46.285] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 03:22:46.325] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 03:37:46.523] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 03:52:46.508] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 04:07:46.575] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 04:22:46.640] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 04:37:46.754] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 04:52:46.811] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      [2025-02-02 05:07:46.922] [WARN]  MMM-Fuel: Filtered stationIds list is empty 
      

      Where else can I look?
      Regards,
      Ralf

      posted in Requests
      R
      rkorell
    • RE: birthdaylist - discontinued ?

      Dear Sam , @sdetweil - tahns for following up!!!

      @rkorell you should have a couple days on redraw now, does it still disappear?
      No. With the “debugging” switch I did not see a disappearing again .

      Can you show the new debug info

      Yes, for sure, I can see nothing “spectacular”…
      debuginfobirthdaylist.png

      Can you derive something from this information?

      Warmest regads,
      Ralf

      posted in Requests
      R
      rkorell
    • RE: New Mirror

      Good evening, all.
      As promised a status update regarding my activities with my signage board.
      After several brain distorsions with the software part (you may have seen my dumb questions) I also spent some time in the hardware part.

      I will place the monitor in a wooden frame (not ready, yet) and use a passepartout for design purposes.
      To do so I’ve designed
      passepartoutframesketch.png

      a frame for the mirror, print this in pieces (PETG HF)

      passpartoutframe_parts.jpg

      and assembled this to one connected piece (glued)

      passepartoutframe_assembled.jpg

      Wooden strips will be placed on the outer side (therefore the drill holes) to correspont with the wooden frame.
      The slot on the bottom left side is for eventually using the monitor buttons (through the “final” (paper) passepartout which will be placed on top of the plastic frame.

      So far a little bit progress.
      Will keep you posted.

      Regards,
      Ralf

      posted in Show your Mirror
      R
      rkorell
    • RE: Standar "weather" Module: Doesn't keep header setting?

      @sdetweil OK, tanks anyway.
      It seems there is something special in my mirror.
      Not that magic but unfortunate…

      posted in Troubleshooting
      R
      rkorell
    • RE: Standar "weather" Module: Doesn't keep header setting?

      @rkorell the debugging:true was my choice to provide info during execution cycle vs startup.

      It’s not relevant for other modules

      OK - Just a trial :-) - will delete, especially as no debug info is sent by module

      There is an option in weather, by default it will append the location(from the api data) to the header.
      You can turn that off

      appendLocationToHeader:false,
      

      This is an interesting addional hint, thanks.

      The REAL problem/question is: Why do the module override my settings?
      Reagrds,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Standar "weather" Module: Doesn't keep header setting?

      module header not displayed?

      .weather_forecast  .module_header {
          display: none;
      }
      

      sorry doesn’t work, either :-(
      I’ve even copied your phrase to avoid typos - nothing happens.
      Sounds feasible and plausible, but don’t do the job…
      Ive tried

      .weather  .module_header {
          display: none;
      }
      

      Didn’t work, too…

      really strange…
      Thanks for any additional idea…

      posted in Troubleshooting
      R
      rkorell
    • RE: Standar "weather" Module: Doesn't keep header setting?

      No, setting both headers to a text doesn’t help.
      Any suggestion where THIS error comes from???

      posted in Troubleshooting
      R
      rkorell
    • 1 / 1