MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Quietman2000
    Q
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 2
    • Controversial 0
    • Groups 0

    Quietman2000

    @Quietman2000

    2
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Quietman2000 Unfollow Follow

    Best posts made by Quietman2000

    • MMM-WeatherHourlyByDay

      Description:

      Displays an hourly forecast table over multiple days. Allows you to specify what hours of the day to include and which forecast components will be displayed (icon, temperature, windspeed, wind direction).

      Requires:

      • A MagicMirror weather module that provides hourly forecast data.
      • That module must broadcast a “WEATHER_UPDATED” notification with a payload of type WeatherObject, containing the hourly weather data. All default “weather” modules with type: “hourly” should do this.

      Screenshots:

      WeatherHourlyByDay.png

      Download:

      [github.com/dwoolridge/MMM-WeatherHourlyByDay]


      Version 0.1.0

      • Initial Release
      posted in Utilities
      Q
      Quietman2000
    • MMM-LocalEvents

      Description:

      Displays upcoming (local) events for the specified location. Cycles through pages with the specified animation time. Written following the structure of the MagicMirror weather module where additional event providers can be written. Currently supports Google as a provider.

      Screenshot:

      LocalEvents_ScreenShot.png

      Download:

      [github.com/dwoolridge/MMM-LocalEvents]

      Version 0.1.0

      • Initial release
      posted in Utilities
      Q
      Quietman2000

    Latest posts made by Quietman2000

    • RE: MMM-LocalEvents

      Sorry for the lack of response on this. I’ve been away for a bit.

      It’s currently not working because Google has changed both it’s event page layout and the URL. I haven’t investigated much, but it looks like they’ve added a bunch of stuff to the URL and no longer provide the page that this module was scraping.

      It used to be:
      https://www.google.com/search?q=events+[LOCATION]&events&rciv=evn
      This now brings up a different page than what this module was scraping.

      The google provider for this module will have to be rewritten to scrape this page.
      https://www.google.com/search?q=events+fond+du+lac+wi&oq=events+fond+du+lac+wi&sclient=gws-wiz-serp&ibp=htl;events&rciv=evn#htivrt=events&fpstate=tldetail

      I’m sorry again, but I’m not sure when I’ll be able to get to this.

      posted in Utilities
      Q
      Quietman2000
    • MMM-WeatherHourlyByDay

      Description:

      Displays an hourly forecast table over multiple days. Allows you to specify what hours of the day to include and which forecast components will be displayed (icon, temperature, windspeed, wind direction).

      Requires:

      • A MagicMirror weather module that provides hourly forecast data.
      • That module must broadcast a “WEATHER_UPDATED” notification with a payload of type WeatherObject, containing the hourly weather data. All default “weather” modules with type: “hourly” should do this.

      Screenshots:

      WeatherHourlyByDay.png

      Download:

      [github.com/dwoolridge/MMM-WeatherHourlyByDay]


      Version 0.1.0

      • Initial Release
      posted in Utilities
      Q
      Quietman2000
    • MMM-LocalEvents

      Description:

      Displays upcoming (local) events for the specified location. Cycles through pages with the specified animation time. Written following the structure of the MagicMirror weather module where additional event providers can be written. Currently supports Google as a provider.

      Screenshot:

      LocalEvents_ScreenShot.png

      Download:

      [github.com/dwoolridge/MMM-LocalEvents]

      Version 0.1.0

      • Initial release
      posted in Utilities
      Q
      Quietman2000