❄️ Magento 2 Snowflake module allow you to add snow and even more on your site and make winter fun.

Overview

Snowflake Module for Magento 2

Latest Stable Version License: MIT Packagist Packagist

This fun module adds ❄️ ️ on your website all the time or based on your visitor outside weather.

Setup

Magento 2 Open Source or Commerce edition is required.

Composer installation

Run the following composer command:

composer require opengento/module-snowflake

Setup the module

Run the following magento command:

bin/magento setup:upgrade

If you are in production mode, do not forget to recompile and redeploy the static resources.

Features

Snowflake base on local meteo

Do you like the snow? Do you like to feel the same weather on your favorite website? Try this plugin and get the snow along your local meteo!

Require: OpenWeatherMap API key.

Force Snowflake

It doesn't snow everywhere, so you can force snow.

Hacking Snowflake

You don't like snow, no problem, Snowflake can make it rain cookies, hot-dog or whatever you want.

Settings

The configuration for this module is available in Stores > Configuration > General > ❄️ Snowflake.

Support

Raise a new request to the issue tracker.

Authors

  • OpenGento Community - Lead - Twitter Follow
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!

You might also like...
A Magento 2 module that allows for creating discrete PDP (Product Detail Pages) page layouts for customers landing on the site from a PPC (Pay Per Click) link/ad by allowing routing to the same pages using a `/ppc/` prefix in the URL path.
A Magento 2 module that allows for creating discrete PDP (Product Detail Pages) page layouts for customers landing on the site from a PPC (Pay Per Click) link/ad by allowing routing to the same pages using a `/ppc/` prefix in the URL path.

A Magento 2 module that allows for creating discrete PDP (Product Detail Pages) page layouts for customers landing on the site from a PPC (Pay Per Click) link/ad by allowing routing to the same pages using a `/ppc/` prefix in the URL path.

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates
Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates

Magento 2 Image Resizer Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates Installation $ composer require

Magento 2 Module that adds Donation Product Type. Enables the customer to add a donation (product) of a preferred amount to the cart.
Magento 2 Module that adds Donation Product Type. Enables the customer to add a donation (product) of a preferred amount to the cart.

Magento 2 Module Experius DonationProduct (RC1.0) Demo website: https://donationproduct.experius.nl Magento Marketplace: https://marketplace.magento.c

Silverstripe-masquerade - SilverStripe module to allow users to "masquerade" as other users

SilverStripe Masquerade Module About This module is designed to allow an Administrator to "login" as another "Member" without changing their password

David Recipe Food adalah sebuah aplikasi resep makanan dimana disini kita bisa melihat apa saja resep makanan yang ada dengan menggunakan framework7 , php, dan free hosting dari Ubaya dengan menggunakan ubaya.fun sebagai databasenya
Back the fun of reading - PHP Port for Arc90′s Readability

PHP Readability Library If you want to use an up-to-date version of this algorithm,check this newer project: https://github.com/andreskrey/readability

      Disclaimer: The documentation of this plugin is English at the moment, but I might go for Latin later down the line, just for the fun of it.
Disclaimer: The documentation of this plugin is English at the moment, but I might go for Latin later down the line, just for the fun of it.

Quiritibus Plugin This repository is storing the custom plugin developed for the Quiritibus Latin Magazine website, currently being developed at: http

Basing on Magento 2 Translation Pack at Crowdin, Magento 2 Slovak Language Pack is buit by Mageplaza team to promote the performance of your storefront when you want to develop the own eCommerce business in the Slovakia market. Rather than the English language, you should consider Slovak language to apporach the domestic customers.
Magento 2 Module Experius Page Not Found 404. This module saves all 404 url to a database table

Magento 2 Module Experius Page Not Found 404 This module saves all 404 urls to a database table. Adds an admin grid with 404s It includes a count so y

Comments
  • :construction_worker: :construction_worker:

    :construction_worker: :construction_worker:

    This PR:

    • Fix the default icon value to the json encoded value, so the value is correctly processed when the default one is being used
    • Remove deprecated usage of Magento\Framework\App\Action\Action
    • Usage of private over protected
    • Usage of composition over inheritance
    • Add stricter and proper types to methods
    • Split the configuration of snowflage and openweather
    • Remove custom block in favor of viewModel that is lighter and reusable
    • Add dependencies to the composer.json
    • Add the missing ACLs used in settings.xml
    • Add "canRestore" attribute in system.xml in order to be able to restore default system values
    • Add missing translatable comments in system.xml
    • Encrypt API Key for security purpose
    • Allows to override the ipconfig url as a config value
    • Allows to override the meteo route action url from the layout directly
    • Add screenshots of the module in action
    opened by thomas-kl1 5
  • Feature: winter/xmas sounds

    Feature: winter/xmas sounds

    As a user I want to add some sounds of winter/xmas.

    I :heart: FREE_CHIRSTMAS_SFX_Fire_Crackle.wav :smile: and I :heart: :heart: FREE_CHIRSTMAS_SFX_Sleigh_Bell.wav :laughing:

    @FredericMartinez we need a new hackaton to finish :smiley:, ok for you @ComteDeX.

    enhancement 
    opened by mehdichaouch 0
  • Performance Issue

    Performance Issue

    The Meteo API should be called the less possible and we should enforce usage of HTTP Header cache and locale storage. Ideally the meteo api call should occur only once per day per web client.

    enhancement 
    opened by thomas-kl1 0
  • Feature: snowfall colors

    Feature: snowfall colors

    As a user I want to set a probability for a snowflake to be of a specific color.

    Configuration:

    Add a serializeable dynamic rows field so we can add per row the color and its probability?

    enhancement 
    opened by thomas-kl1 0
Releases(2.0.0)
  • 2.0.0(Apr 1, 2022)

    What's Changed

    • :construction_worker: :construction_worker: by @thomas-kl1 in https://github.com/opengento/magento2-snowflake/pull/2

    New Contributors

    • @thomas-kl1 made their first contribution in https://github.com/opengento/magento2-snowflake/pull/2

    Full Changelog: https://github.com/opengento/magento2-snowflake/compare/1.0.0...2.0.0

    Source code(tar.gz)
    Source code(zip)
  • 1.0.0(Mar 20, 2022)

    What's Changed

    • Feature/front snowfall by @ComteDeX in https://github.com/opengento/magento2-snowflake/pull/1
    • Feature/front snowfall by @ComteDeX in https://github.com/opengento/magento2-snowflake/pull/3
    • Validate composer.json 👷 and more... by @mehdichaouch in https://github.com/opengento/magento2-snowflake/pull/4

    New Contributors

    • @ComteDeX made their first contribution in https://github.com/opengento/magento2-snowflake/pull/1
    • @mehdichaouch made their first contribution in https://github.com/opengento/magento2-snowflake/pull/4

    Full Changelog: https://github.com/opengento/magento2-snowflake/commits/1.0.0

    Source code(tar.gz)
    Source code(zip)
Owner
OpenGento
OpenGento est une association Française loi 1901 dont l'objet est l'organisation d'événements Magento pour la communauté de développeurs.
OpenGento
Adds support for quickly adding a "snow day" banner at the top of a website.

❄️ Snow Day Plugin ?? Requires OctoberCMS 2.0 ✨ What does this plugin do? Provides the ability to quickly add a cross-site banner using a component. ❓

Albright Labs 4 Nov 7, 2022
Alfred workflow to convert a Discord snowflake to time

Snowcord for Alfred Takes a Discord snowflake and converts it to a time (UTC, local and Unix timestamp). Also connects with Alfred-Whencord Download D

null 2 Jan 6, 2022
Run your WP site on github pages, php innovation award winner https://www.phpclasses.org/package/12091-PHP-Make-a-WordPress-site-run-on-GitHub-pages.html

Gitpress Run wordpress directly on github pages Gitpress won the innovation award for may 2021 Read more about this https://naveen17797.github.io/gitp

naveen 13 Nov 18, 2022
Allow multiple options for Magento 2 checkout layout. Provides capabilities to AB test checkout changes and more.

Aimes_CheckoutDesigns Features Please note: This module is currently still considered a proof of concept. This module provides the ability to change c

Rob Aimes 30 Aug 8, 2022
Ratio plugin is a luck plugin. The more lucky you are, the more you win!

Ratio Ratio plugin is a luck plugin. The more lucky you are, the more you win Features When you break a block (Cobblestone), it gives/puts you somethi

Ali Tura Çetin 2 Apr 25, 2022
Simple, modern looking server status page with administration and some nice features, that can run even on shared webhosting

Simple, modern looking server status page with administration and some nice features, that can run even on shared webhosting

Server status project 363 Dec 28, 2022
Sync Wordpress Pages and Posts (even custom post types + fields) from static Markdown + YAML files

Sync Markdown Files to WordPress Posts and Pages Static site generators let you use a revision-controlled tree of markdown files to make a site, but d

null 26 Sep 26, 2022