Skip to content

Commit 2839566

Browse files
authored
Merge branch 'master' into development
2 parents 65bf695 + 0a0f185 commit 2839566

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: poblabs # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Belchertown weewx skin
44

5+
[![Latest Stable Version](https://img.shields.io/github/v/release/poblabs/weewx-belchertown.svg?style=flat-square)](https://github.com/poblabs/weewx-belchertown/releases) [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square&logo=paypal&colorA=aaaaaa)](https://obrienlabs.net/go/donate)
6+
57
This skin (or theme, or template) is for the [weewx weather software](http://weewx.com) and is modeled after my website [BelchertownWeather.com](https://belchertownweather.com). I originally developed that website with custom coded features but always used weewx as the backend archive software. It was a good fit to remove my customizations and port the site to a weewx skin that anyone can use.
68

79
Features include:
@@ -129,7 +131,7 @@ A sample `weewx-MQTT` extension config is below. Update the `server_url`, `topic
129131
### MQTT Brokers
130132

131133
#### Install your own MQTT Broker
132-
If you want to run your own MQTT broker, you can [follow these instructions that I've put together](https://obrienlabs.net/how-to-setup-your-own-mqtt-broker/).
134+
If you want to run your own MQTT broker, you can [follow these instructions that I've put together](https://obrienlabs.net/go/mqttbroker).
133135

134136
#### Use a Public Broker
135137
These public brokers have been tested as working with MQTT and Websockets. If you have others to add the to the list, let me know.
@@ -517,9 +519,9 @@ If you're interested in this type of setup, you'll need these items:
517519
* A: `sudo wee_extension --uninstall Belchertown`
518520

519521
## Donate
520-
[![Donate](https://img.shields.io/badge/Donate-Support%20by%20Donating%20or%20Buying%20me%20a%20Coffee-blue.svg)](https://obrienlabs.net/donate)
522+
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square&logo=paypal&colorA=aaaaaa)](https://obrienlabs.net/go/donate)
521523

522-
This project took a lot of coffee to create. If you enjoy this skin and find some value from it, [click here to buy me another cup of coffee](https://obrienlabs.net/donate) :)
524+
This project took a lot of coffee to create. If you enjoy this skin and find some value from it, [click here to buy me another cup of coffee](https://obrienlabs.net/go/donate) :)
523525

524526
## Credits
525527
* DarkSky API for the weather forecasts.

0 commit comments

Comments
 (0)