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

    Posts

    Recent Best Controversial
    • RE: What is your backup and restore method?

      @cowboysdude said in What is your backup and restore method?:

      https://www.raspberrystreet.com/learn/how-to-boot-raspberrypi-from-usb-ssd

      There may be an easier way but this helped me.

      @cowboysdude You the man that worked well for me and easy to follow!

      posted in Troubleshooting
      swvalentiS
      swvalenti
    • RE: MMM-MoonPhase

      Just tried it on mine no issues and no npm install

      posted in Troubleshooting
      swvalentiS
      swvalenti
    • RE: MMM-EventHorizon

      @sdetweil said in MMM-EventHorizon:

      @swvalenti Wrong double quote characters. Type it from the keyboard, not cut/paste

      I’m an idiot thank you sir that fixed it. Thanks @Mykle1 for the quick update! You guys rock.

      posted in Fun & Games
      swvalentiS
      swvalenti
    • RE: MMM-Tool stopped displaying in 2.17.1

      @fozi Head over to his forum and ask there

      http://forum.bugsounet.fr/category/33/mmm-tools

      posted in Troubleshooting
      swvalentiS
      swvalenti
    • RE: What have I been working on......

      Looks awesome, need that radar module!

      posted in Show your Mirror
      swvalentiS
      swvalenti
    • RE: MMM-News

      @Bugsounet Ok thanks for the detailed explanation. Here is my config now so hopefully this should resolve it.

      },
      		{
        		module: "MMM-News",
        		position: "bottom_bar",
        		config: {
          		apiKey : "XXXXXXXXXXXXXXXXXXX",
          		type: "horizontal",
          		query : [
            		{
              country: "us",
              className: "redTitle",
            },
          ],
      	touchable: false,
      	scanInterval: 1000*60*30
        }
      },
      
      posted in Utilities
      swvalentiS
      swvalenti
    • RE: Magic Mirror keeps re-opening after I quit?

      @r3d6
      However MagicMirror is named in pm2
      Open command line window and see below

      pm2 stop MagicMirror or pm2 stop mm
      

      To start

      pm2 start MagicMirror or pm2 start mm
      
      posted in Troubleshooting
      swvalentiS
      swvalenti
    • RE: MMM-News

      @Bugsounet said in MMM-News:

      “Oddly”, i have not touch to the css code
      and “Oddly” i don’t touche the main code
      and “Oddly” I run this module in 3 differents RPI
      and “Oddly” … this is no problem !

      so try to disable all module one by one (except this modules), disable custom.css too

      and “Oddly”, you will see : it works…

      You need a snickers bar or something? Take it down a notch keyboard warrior

      posted in Utilities
      swvalentiS
      swvalenti
    • RE: MMM-News

      @Morganga it is all laid out for ya below

      https://github.com/bugsounet/MMM-News

      posted in Utilities
      swvalentiS
      swvalenti
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @j-e-f-f said in MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast:

      @swvalenti yes you can. The weather alerts are part of the summary section. OpenWeather returns such a short summary that I didn’t think it necessary to make two separate configure. Two ways to turn off the alerts:

      • set summary : false
      • if you want the summary but not the alerts, you can hide them in your custom css as follows:
      .MMM-OpenWeatherForecast .weather-alert {
        display: none;
      }
      

      I think I’ll look at a way to truncate weather alerts so they don’t take up so much space.

      Awesome thanks @j-e-f-f !

      posted in Utilities
      swvalentiS
      swvalenti
    • 1 / 1