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

    Topics

    • R

      MMM-doomsDay

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      4
      0 Votes
      4 Posts
      3k Views
      S
      @uditdevsen you can open an issue on the repo as one alternative
    • R

      MMM-ClosestFlight stuck at "Checking the airspace...."

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      3
      0 Votes
      3 Posts
      431 Views
      S
      @Richard238 supported is in github, all modules are as is, MAYBE someone will know, or be able to fix
    • R

      Update, unable to connect.

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      22
      0 Votes
      22 Posts
      6k Views
      S
      @Richard238 use my script It will record incremental changes https://github.com/sdetweil/MagicMirror-backup-restore
    • R

      Weather module queries

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      228 Views
      R
      Just a couple of probably very quick-n-simple queries regarding the default weather module Firstly, current weather does not show location yet it’s all in the code { module: 'weather', header: 'Current weather for: ', position: 'top_right', config: { type: 'current', location: 'My_Place', locationID: '1234567', //ID from https://www.openweathermap.org apiKey: '####################' } }, Next, forecast does show location, but how do I remove the “,GB” part of the location? (And I’ll do the same for current weather too.) { module: 'weather', position: 'top_right', header: 'Weather Forecast for: ', config: { type: 'forecast', location: 'My_Place', locationID: '1234567', //ID from https://www.openweathermap.org apiKey: '####################' } }, Thank you.
    • R

      EAI_AGAIN error

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      6
      0 Votes
      6 Posts
      1k Views
      S
      @Richard238 yeh I hear yah. but libraries way down below mm freaked out cause they couldn’t connect to some service to get data. and the error specifically means mapping the text NAME of the service server to the IP address needed for actual communications your wfh probably isn’t a cessing those sites. most of the libraries and modules have limited recovery capabilities
    • R

      Unable to start MM after updates

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      509 Views
      S
      @Richard238 pm2 status will show u the defined apps to monitor if you used my script to install the name is MagicMirror. u can also use the row number pm2 start 0 or if more than one app is define, pm2 start all your status from above says 0 | MagicMirror | fork | 1 | stopped | 0%
    • R

      Updating did nothing but gave fatal error warning.

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      41
      0 Votes
      41 Posts
      14k Views
      R
      @sdetweil More by luck than skill, but thank you for your help and patience with this.
    • R

      v2.18.0 update gave black screen, then nothing.

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      73
      0 Votes
      73 Posts
      31k Views
      S
      @richard238 glad to hear it… i opened an issue in MagicMirror to document the original problem and the resolution. https://github.com/MichMich/MagicMirror/issues/2772 and updated the black screen Troubleshooting topic to be clearer about that problem fix process, and how to recover
    • R

      MMM-MQTT shows no data

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      449 Views
      cowboysdudeC
      @richard238 No you haven’t missed anything. I have NEVER gotten it to work ever… and I tried for weeks.
    • R

      How can I ensure I get regular update notifications?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      11
      0 Votes
      11 Posts
      3k Views
      R
      @sdetweil Done! :thumbs_up: https://github.com/MichMich/MagicMirror/issues/2644
    • R

      Should I update NPM to v 7.5.4 ?

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      545 Views
      E
      No you don’t need to.
    • R

      After update, nothing happens.

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      64
      0 Votes
      64 Posts
      23k Views
      S
      @richard238 outside modules have certainly changed since then. base is once every 90 days
    • R

      After update, chrome-sandbox needs root and mode 4655?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      27
      1 Votes
      27 Posts
      10k Views
      S
      @sdetweil cheers thankyou for your fine work
    • R

      UK fuel data

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      1
      0 Votes
      1 Posts
      515 Views
      R
      There’s an API here: https://ukvehicledata.co.uk/Fuel-Prices for UK fuel prices. It’d be useful to someone I’m sure, rather like MMM-Fuel Just a thought, if anyone were interested! :)
    • R

      MMM-MysqlQuery module

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      423 Views
      R
      I have the MMM-MysqlQuery module working OK, just a couple of queries: How might you change “Amt” form an integer, to a message saying “Too High” or Too low"? [I am actually measuring temperature and lux levels, but the principle’s the same.] Thank you.
    • R

      CSS: Heading underline, width control.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      421 Views
      R
      (As posted in the CSS area, but no replies there.) I’m looking at the border-bottom in the ‘Lower third’ region. Currently, the line below the heading, when enabled, crosses the entire display. The CSS attributeborder-bottom-width changes not the width, but the height of the line, not what I want. How then, do I get border-bottom in lower-third, to be just the width of what it’s showing, and not the entire width of the display? Thank you.
    • R

      CSS: Heading underline, width control.

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS csss
      1
      0 Votes
      1 Posts
      665 Views
      R
      I’m looking at the border-bottom in the ‘Lower third’ region. Currently, the line below the heading, when enabled, crosses the entire display. The CSS attributeborder-bottom-width changes not the width, but the height of the line, not what I want. How then, do I get border-bottom in lower-third, to be just the width of what it’s showing, and not the entire width of the display? Thank you.
    • R

      Current Weather - Location not shown.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      426 Views
      R
      My currentweather module isn’t showing its location. Module.register("currentweather",{ // Default module config. defaults: { location: false, locationID: 1234567, appid: "", units: config.units, { module: 'currentweather', position: 'top_right', config: { location: 'AnyTown,GB', locationID: '1234567', //ID from http://www.openweathermap.org appid: '############' } }, How do I get the location back on the current weather, please?
    • R

      Module Current Weather shows "Undefined"?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      6
      0 Votes
      6 Posts
      3k Views
      R
      Doesn’t help much, but mine is still OK.
    • R

      Updated, but 'MMM-EventHorizon' still shows as being behind.

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      0 Votes
      6 Posts
      2k Views
      Mykle1M
      Thanks @yawns and @lavolp3 for looking out while I was at work. Somebody has to pay for all my toys. :-)
    • 1 / 1