I also needed/wanted this calculation.
I solved it as such:
At just before midnight, Meteobridge runs an event, creating a file on my webspace, called "daylength.txt". The template is only one line:
[mbsystem-daylength]
A few minutes later, it is the next day. By doing a comparision between ...
Search found 32 matches
- Sat Oct 01, 2022 4:49 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: daylength delta?
- Replies: 4
- Views: 1143
- Thu Jan 20, 2022 5:34 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: SFTP Upload problem
- Replies: 1
- Views: 668
Re: SFTP Upload problem
If I understand you, the SFTP-server you are connecting to is not your own.
The error seems to say you are not allowed to login on the server. I would check with the server-owner in this case. Perhaps they have made some changes what users can use SFTP (can also be called SSH).
I know my old web ...
The error seems to say you are not allowed to login on the server. I would check with the server-owner in this case. Perhaps they have made some changes what users can use SFTP (can also be called SSH).
I know my old web ...
- Fri Jan 14, 2022 7:00 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: email settings
- Replies: 4
- Views: 992
Re: email settings
You will most likely not succeed anywhere today without authentication and using port 25. Also, you are trying to send mail to the incoming server. That is where you read mails, so to say. You should use a SMTP-server for sending mail.
On this site, you can find how to use Outlook's servers:
https ...
On this site, you can find how to use Outlook's servers:
https ...
- Sat Oct 23, 2021 8:48 am
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Graphs > Wind : Change from km/h to m/s ?
- Replies: 3
- Views: 1119
Re: Graphs > Wind : Change from km/h to m/s ?
Hej!
On the top of your site, the alternating values are already m/s.
I say it is only the graph you need to change. Am I right?
The chart is generated in the meteobridge from a template-file.
To change the graph, you will need to change the template-file.
Log on to your meteobridge file system ...
On the top of your site, the alternating values are already m/s.
I say it is only the graph you need to change. Am I right?
The chart is generated in the meteobridge from a template-file.
To change the graph, you will need to change the template-file.
Log on to your meteobridge file system ...
- Wed Aug 04, 2021 8:39 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Charts: Creating an EXE instead of an HTML
- Replies: 12
- Views: 2533
Re: Charts: Creating an EXE instead of an HTML
Bart, I am not really sure what might have been wrong, but I am very glad you sorted it out!
All the best!
All the best!

- Wed Aug 04, 2021 10:43 am
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Charts: Creating an EXE instead of an HTML
- Replies: 12
- Views: 2533
Re: Charts: Creating an EXE instead of an HTML
That is strange.
I did try the same thing on my Nano; a custom graph -> create -> export.
The .html is added by automagic. You obviously have tried this also with your Nano.
Possibly this is a Raspberry-issue?? Unfortunately I have no installation of Meteobridge on a pi to test on. :(
Just for ...
I did try the same thing on my Nano; a custom graph -> create -> export.
The .html is added by automagic. You obviously have tried this also with your Nano.
Possibly this is a Raspberry-issue?? Unfortunately I have no installation of Meteobridge on a pi to test on. :(
Just for ...
- Tue Aug 03, 2021 9:07 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Charts: Creating an EXE instead of an HTML
- Replies: 12
- Views: 2533
Re: Charts: Creating an EXE instead of an HTML
Sounds a bit strange.
Are you sure you have not forgot to enter the extension in the upload? The .html must be there.
MacOS and other Unix/Linux operating systems have some permission settings for each file. One of these settings is the execution-bit. If set, the file is treated as an executable ...
Are you sure you have not forgot to enter the extension in the upload? The .html must be there.
MacOS and other Unix/Linux operating systems have some permission settings for each file. One of these settings is the execution-bit. If set, the file is treated as an executable ...
- Mon Jul 19, 2021 1:08 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: [Solved] Graph glitches with ver 5.2 **solved**
- Replies: 2
- Views: 916
Re: Graph glitches with ver 5.2 ?
Yey! The lastest version of today (19/7) fixed it.
I bow and lift my hat to you!
I bow and lift my hat to you!
- Sun Jul 18, 2021 3:13 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: [Solved] Graph glitches with ver 5.2 **solved**
- Replies: 2
- Views: 916
[Solved] Graph glitches with ver 5.2 **solved**
Hi!
I recently rebooted/updated my NanoSD.
My graphs for the day (minute resolution) now show glitches now and then (even from time before I did the reboot). When looking in the data records, none of these irregular values are to be found anywhere.
Does not matter if I choose my own metagraph ...
I recently rebooted/updated my NanoSD.
My graphs for the day (minute resolution) now show glitches now and then (even from time before I did the reboot). When looking in the data records, none of these irregular values are to be found anywhere.
Does not matter if I choose my own metagraph ...
- Thu Jan 09, 2020 3:36 pm
- Forum: Meteobridge Discussion
- Topic: Template tag for "last month" ? *solved*
- Replies: 2
- Views: 1600
Re: Template tag for "last month" ?
I solved it.
The right way or not, I don't know.
I don't like unfinished threads, so here is how I made it with a php-script:
...
<span class="greenvalue">[rain0total-monthsum:--] mm [MMM]</span><br>
<span class="greenvalue">[rain0total-sum@M1:--] mm
<?php
$m = [M];
switch($m ...
The right way or not, I don't know.
I don't like unfinished threads, so here is how I made it with a php-script:
...
<span class="greenvalue">[rain0total-monthsum:--] mm [MMM]</span><br>
<span class="greenvalue">[rain0total-sum@M1:--] mm
<?php
$m = [M];
switch($m ...
- Wed Jan 08, 2020 4:49 pm
- Forum: Meteobridge Discussion
- Topic: Template tag for "last month" ? *solved*
- Replies: 2
- Views: 1600
Template tag for "last month" ? *solved*
Hi
I am trying to code a small page with some statistics.
I want to show the total rainfall for "the current month" and "the last month". I.e. now it is January, so I want to show rainfall for January side-by-side with December.
How to get the number is no problem, but is it possible to get the ...
I am trying to code a small page with some statistics.
I want to show the total rainfall for "the current month" and "the last month". I.e. now it is January, so I want to show rainfall for January side-by-side with December.
How to get the number is no problem, but is it possible to get the ...
- Wed Dec 25, 2019 2:27 pm
- Forum: Meteobridge Discussion
- Topic: Metrobridge Nano SD Frustrations Weather34 template
- Replies: 12
- Views: 4538
Re: Metrobridge Nano SD Frustrations Weather34 template
Huh?
You were directed to the wiki and could not find the login credentials? Maybe you did not read the wiki under the headline "first login"??
Pretty much everything you will need to know is in this wiki.
https://www.meteobridge.com/wiki/index.php/Getting_Started
Well well. Hope you will become a ...
You were directed to the wiki and could not find the login credentials? Maybe you did not read the wiki under the headline "first login"??
Pretty much everything you will need to know is in this wiki.
https://www.meteobridge.com/wiki/index.php/Getting_Started
Well well. Hope you will become a ...
- Sun Dec 15, 2019 5:39 pm
- Forum: Meteobridge Discussion
- Topic: Weather34 TEMPLATE
- Replies: 1330
- Views: 453199
Re: Weather34 MB-SMART NANOSD TEMPLATE
Dear Brian
I updated my site to the latest version.
I enjoy the simple alternative version and also the change of the more clearer look of precipitation intensity.
As seen on the webcam I have to trust the numbers on what it "looks like" outside most hours of the day, so clearer is better! :mrgreen ...
I updated my site to the latest version.
I enjoy the simple alternative version and also the change of the more clearer look of precipitation intensity.
As seen on the webcam I have to trust the numbers on what it "looks like" outside most hours of the day, so clearer is better! :mrgreen ...
- Tue Dec 03, 2019 6:10 pm
- Forum: Meteobridge Discussion
- Topic: Weather34 TEMPLATE
- Replies: 1330
- Views: 453199
Re: Weather34 MB-SMART NANOSD TEMPLATE
In some weather conditions, it acctually say ”partly cloudy / cloudy” at the same time. I looked at my weather here and it was the same, but changed according to how it looked outside.
Are you sure you are not chasing a gremlin here?
Are you sure you are not chasing a gremlin here?

- Sun Dec 01, 2019 10:09 am
- Forum: Meteobridge Discussion
- Topic: Weather34 TEMPLATE
- Replies: 1330
- Views: 453199
Re: Weather34 MB-SMART NANOSD TEMPLATE
Edit/removed: Augh. I misread...