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

    Posts

    Recent Best Controversial
    • RE: Weatherunderground - currently - hourly - daily - configurable

      Unfortunately it’s not possible to edit the opening post… but here’s some new screenshots from the module:

      0_1463984858577_wunder2.png

      1_1463984858577_wunderalert.png

      posted in Utilities
      RedNaxR
      RedNax
    • RE: WeatherUnderground Alerts

      Alerts are added to my module https://forum.magicmirror.builders/topic/128/weatherunderground-currently-hourly-daily-configurable/34

      However not as extensive as what you propose… yet :)

      posted in Requests
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      Added alerts… When the weatherforecast refreshes, any alerts will be shown using the alert module.

      The duration of the alert can be ser by adding

      alerttime: 10000
      

      for a 10 second alert.

      The wu alertsystem is a bit borked as it has the alert in multiple languages in a single variable.

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @jagerpower You can set hourly to 0 in the config. This will remove the hourly forecasts… You can also adjust fcdaycount to the number of days you want to be shown.

      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @CommanderB Thanks for cleaning up my messes! :)

      The icons you seek are in the included weather-icons.css. I do agree you’d expect them in weather-icons-wind.css
      However it’s entirely possible that MM uses the one weather-icons included in the vendor dir first. They’re not in that one.

      .wi-wind-beaufort-0:before {
        content: "\f0b7";
      }
      .wi-wind-beaufort-1:before {
        content: "\f0b8";
      }
      .wi-wind-beaufort-2:before {
        content: "\f0b9";
      }
      .wi-wind-beaufort-3:before {
        content: "\f0ba";
      }
      .wi-wind-beaufort-4:before {
        content: "\f0bb";
      }
      .wi-wind-beaufort-5:before {
        content: "\f0bc";
      }
      .wi-wind-beaufort-6:before {
        content: "\f0bd";
      }
      .wi-wind-beaufort-7:before {
        content: "\f0be";
      }
      .wi-wind-beaufort-8:before {
        content: "\f0bf";
      }
      .wi-wind-beaufort-9:before {
        content: "\f0c0";
      }
      .wi-wind-beaufort-10:before {
        content: "\f0c1";
      }
      .wi-wind-beaufort-11:before {
        content: "\f0c2";
      }
      .wi-wind-beaufort-12:before {
        content: "\f0c3";
      
      
      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @jagerpower Thanks and enjoy!!

      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @jagerpower try setting pws to ‘pws:IUTRECHT148’ in your config:

      pws: 'pws:IUTRECHT148',
      
      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @jagerpower Could you omit the loctype ie: IUTRECHT148 without the :loctype:1

      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @jagerpower Doing a vanilla install… but it’s slow. BEfore you edited your post it showed IUTRECHT148 as your chosen pws… Is that correct? THe wu api returns an error on it.

      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @jagerpower Anything on F12/console?

      posted in Troubleshooting
      RedNaxR
      RedNax
    • 1
    • 2
    • 11
    • 12
    • 13
    • 14
    • 15
    • 13 / 15