PHPackages                             newscoop/meteoblue-plugin-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. newscoop/meteoblue-plugin-bundle

ActiveNewscoop-plugin

newscoop/meteoblue-plugin-bundle
================================

Meteoblue plugin bundle for Newscoop

12313PHP

Since Apr 14Pushed 12y ago1 watchersCompare

[ Source](https://github.com/thnkloud9/NewscoopMeteobluePlugin)[ Packagist](https://packagist.org/packages/newscoop/meteoblue-plugin-bundle)[ RSS](/packages/newscoop-meteoblue-plugin-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

NewscoopMeteobluePluginBundle
=============================

[](#newscoopmeteobluepluginbundle)

NewscoopMeteobluePluginBundle

Installation/Updating/Removing
------------------------------

[](#installationupdatingremoving)

#### Overview

[](#overview)

All install/update/removal functions are handled by the Newscoop Plugin Manager.

#### Installation

[](#installation)

Once installed schedule the daily update job for header temperature values (stored in the db) the weather:update job on your crontab schedule. To run the job manually, run the following command

```
    php application/console weather:update

```

#### Template examples

[](#template-examples)

```
    {{ meteoblue_header }}

```

Place the above code to implement the weather stats header into your templates

```
    {{ assign var="ch_city" value=$smarty.get.city }}
    {{ if  empty($ch_city) }}{{ $ch_city = 'Basel' }}{{ /if }}

    {{ if $ch_city == "Basel" }}{{ assign var="citycode" value="basel_ch_376" }}{{ /if }}
    {{ if $ch_city == "Liestal" }}{{ assign var="citycode" value="liestal_ch_2612" }}{{ /if }}
    {{ if $ch_city == "Gempen" }}{{ assign var="citycode" value="gempen_ch_1587" }}{{ /if }}
    {{ if $ch_city == "Passwang" }}{{ assign var="citycode" value="passwang_ch_3469" }}{{ /if }}
    {{ if $ch_city == "Zurich" }}{{ assign var="citycode" value="zurich_ch_5254" }}{{ /if }}
    {{ if $ch_city == "Bern" }}{{ assign var="citycode" value="bern_ch_449" }}{{ /if }}
    {{ if $ch_city == "Genf" }}{{ assign var="citycode" value="genf_ch_1605" }}{{ /if }}
    {{ if $ch_city == "Lugano" }}{{ assign var="citycode" value="lugano_ch_2680" }}{{ /if }}

                {{ meteoblue_details citycode=$citycode height=1900 width=650 }}

```

The above code can be used to create a details page that takes a city name as a parameter and displays the meteoblue weather details iframe. See meteoblue.com for more details on available city codes.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/259cf09fe93a346f3d69381ecdb79261caa3238bf58c1e61eeda22c25bef6e8f?d=identicon)[newscoop](/maintainers/newscoop)

![](https://www.gravatar.com/avatar/e34a04d07c1dde99979238988e51e5a81878e429d940b94d2ff33301d0db1e36?d=identicon)[thnkloud9](/maintainers/thnkloud9)

---

Top Contributors

[![thnkloud9](https://avatars.githubusercontent.com/u/1511745?v=4)](https://github.com/thnkloud9 "thnkloud9 (38 commits)")[![m038](https://avatars.githubusercontent.com/u/164319?v=4)](https://github.com/m038 "m038 (1 commits)")

### Embed Badge

![Health badge](/badges/newscoop-meteoblue-plugin-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/newscoop-meteoblue-plugin-bundle/health.svg)](https://phpackages.com/packages/newscoop-meteoblue-plugin-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
